jar

com.bedatadriven : jackson-datatype-jts

Maven & Gradle

Nov 28, 2016
8 usages
79 stars

Jackson-datatype-jts · Add-on module for Jackson (http://jackson.codehaus.org) to support JTS geometry types using the GeoJSON standard.

Table Of Contents

Latest Version

Download com.bedatadriven : jackson-datatype-jts JAR file - Latest Versions:

All Versions

Download com.bedatadriven : jackson-datatype-jts JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4
2.3
2.2
2.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jackson-datatype-jts-2.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.bedatadriven.jackson.datatype.jts

├─ com.bedatadriven.jackson.datatype.jts.GeoJson.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.JtsModule.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.JtsModule3D.class - [JAR]

com.bedatadriven.jackson.datatype.jts.serialization

├─ com.bedatadriven.jackson.datatype.jts.serialization.GeometryDeserializer.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.serialization.GeometrySerializer.class - [JAR]

com.bedatadriven.jackson.datatype.jts.parsers

├─ com.bedatadriven.jackson.datatype.jts.parsers.BaseParser.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.parsers.GenericGeometryParser.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.parsers.GeometryCollectionParser.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.parsers.GeometryParser.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.parsers.LineStringParser.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.parsers.MultiLineStringParser.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.parsers.MultiPointParser.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.parsers.MultiPolygonParser.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.parsers.PointParser.class - [JAR]

├─ com.bedatadriven.jackson.datatype.jts.parsers.PolygonParser.class - [JAR]

Advertisement