jar

gmbh.dtap : geojson-serializer

Maven & Gradle

May 06, 2021
6 stars

A library with a JsonSerializer and a set of annotations to serialize any PoJo as GeoJSON.

Table Of Contents

Latest Version

Download gmbh.dtap : geojson-serializer JAR file - Latest Versions:

All Versions

Download gmbh.dtap : geojson-serializer JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.3.x

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 geojson-serializer-0.5.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

gmbh.dtap.geojson.document

├─ gmbh.dtap.geojson.document.Document.class - [JAR]

├─ gmbh.dtap.geojson.document.DocumentFactory.class - [JAR]

├─ gmbh.dtap.geojson.document.DocumentFactoryException.class - [JAR]

├─ gmbh.dtap.geojson.document.FeatureCollectionDocument.class - [JAR]

├─ gmbh.dtap.geojson.document.FeatureDocument.class - [JAR]

├─ gmbh.dtap.geojson.document.GeometryCollectionDocument.class - [JAR]

gmbh.dtap.geojson.introspection

├─ gmbh.dtap.geojson.introspection.Annotated.class - [JAR]

├─ gmbh.dtap.geojson.introspection.AnnotatedField.class - [JAR]

├─ gmbh.dtap.geojson.introspection.AnnotatedMethod.class - [JAR]

├─ gmbh.dtap.geojson.introspection.IntrospectionDocumentFactory.class - [JAR]

├─ gmbh.dtap.geojson.introspection.IntrospectionFeatureCollectionDocument.class - [JAR]

├─ gmbh.dtap.geojson.introspection.IntrospectionFeatureDocument.class - [JAR]

├─ gmbh.dtap.geojson.introspection.IntrospectionGeometryCollectionDocument.class - [JAR]

gmbh.dtap.geojson.annotation

├─ gmbh.dtap.geojson.annotation.GeoJson.class - [JAR]

├─ gmbh.dtap.geojson.annotation.GeoJsonFeature.class - [JAR]

├─ gmbh.dtap.geojson.annotation.GeoJsonFeatures.class - [JAR]

├─ gmbh.dtap.geojson.annotation.GeoJsonGeometries.class - [JAR]

├─ gmbh.dtap.geojson.annotation.GeoJsonGeometry.class - [JAR]

├─ gmbh.dtap.geojson.annotation.GeoJsonId.class - [JAR]

├─ gmbh.dtap.geojson.annotation.GeoJsonProperties.class - [JAR]

├─ gmbh.dtap.geojson.annotation.GeoJsonProperty.class - [JAR]

gmbh.dtap.geojson.serializer

├─ gmbh.dtap.geojson.serializer.GeoJsonSerializer.class - [JAR]

├─ gmbh.dtap.geojson.serializer.GeoJsonType.class - [JAR]

Advertisement