jar

ch.cordsen : geojson-serializer

Maven & Gradle

Dec 17, 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 ch.cordsen : geojson-serializer JAR file - Latest Versions:

All Versions

Download ch.cordsen : geojson-serializer JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.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.6.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.cordsen.geojson.serializer

├─ ch.cordsen.geojson.serializer.GeoJsonSerializer.class - [JAR]

├─ ch.cordsen.geojson.serializer.GeoJsonType.class - [JAR]

ch.cordsen.geojson.annotation

├─ ch.cordsen.geojson.annotation.GeoJson.class - [JAR]

├─ ch.cordsen.geojson.annotation.GeoJsonFeature.class - [JAR]

├─ ch.cordsen.geojson.annotation.GeoJsonFeatures.class - [JAR]

├─ ch.cordsen.geojson.annotation.GeoJsonGeometries.class - [JAR]

├─ ch.cordsen.geojson.annotation.GeoJsonGeometry.class - [JAR]

├─ ch.cordsen.geojson.annotation.GeoJsonId.class - [JAR]

├─ ch.cordsen.geojson.annotation.GeoJsonProperties.class - [JAR]

├─ ch.cordsen.geojson.annotation.GeoJsonProperty.class - [JAR]

ch.cordsen.geojson.document

├─ ch.cordsen.geojson.document.Document.class - [JAR]

├─ ch.cordsen.geojson.document.DocumentFactory.class - [JAR]

├─ ch.cordsen.geojson.document.DocumentFactoryException.class - [JAR]

├─ ch.cordsen.geojson.document.FeatureCollectionDocument.class - [JAR]

├─ ch.cordsen.geojson.document.FeatureDocument.class - [JAR]

├─ ch.cordsen.geojson.document.GeometryCollectionDocument.class - [JAR]

ch.cordsen.geojson.introspection

├─ ch.cordsen.geojson.introspection.Annotated.class - [JAR]

├─ ch.cordsen.geojson.introspection.AnnotatedField.class - [JAR]

├─ ch.cordsen.geojson.introspection.AnnotatedMethod.class - [JAR]

├─ ch.cordsen.geojson.introspection.IntrospectionDocumentFactory.class - [JAR]

├─ ch.cordsen.geojson.introspection.IntrospectionFeatureCollectionDocument.class - [JAR]

├─ ch.cordsen.geojson.introspection.IntrospectionFeatureDocument.class - [JAR]

├─ ch.cordsen.geojson.introspection.IntrospectionGeometryCollectionDocument.class - [JAR]

Advertisement