jar

com.github.filosganga : geogson-core

Maven & Gradle

Nov 01, 2021
12 usages
67 stars

GeoGson Core · GeoJSON support for Google Gson - Core

Table Of Contents

Latest Version

Download com.github.filosganga : geogson-core JAR file - Latest Versions:

All Versions

Download com.github.filosganga : geogson-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.2.x
1.1.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 geogson-core-1.4.31.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.filosganga.geogson.gson

├─ com.github.filosganga.geogson.gson.FeatureAdapter.class - [JAR]

├─ com.github.filosganga.geogson.gson.FeatureCollectionAdapter.class - [JAR]

├─ com.github.filosganga.geogson.gson.GeometryAdapter.class - [JAR]

├─ com.github.filosganga.geogson.gson.GeometryAdapterFactory.class - [JAR]

├─ com.github.filosganga.geogson.gson.PositionsAdapter.class - [JAR]

com.github.filosganga.geogson.util

├─ com.github.filosganga.geogson.util.Preconditions.class - [JAR]

com.github.filosganga.geogson.codec

├─ com.github.filosganga.geogson.codec.Codec.class - [JAR]

├─ com.github.filosganga.geogson.codec.CodecRegistry.class - [JAR]

com.github.filosganga.geogson.model

├─ com.github.filosganga.geogson.model.AbstractGeometry.class - [JAR]

├─ com.github.filosganga.geogson.model.Feature.class - [JAR]

├─ com.github.filosganga.geogson.model.FeatureCollection.class - [JAR]

├─ com.github.filosganga.geogson.model.Geometry.class - [JAR]

├─ com.github.filosganga.geogson.model.GeometryCollection.class - [JAR]

├─ com.github.filosganga.geogson.model.LineString.class - [JAR]

├─ com.github.filosganga.geogson.model.LinearGeometry.class - [JAR]

├─ com.github.filosganga.geogson.model.LinearRing.class - [JAR]

├─ com.github.filosganga.geogson.model.MultiLineString.class - [JAR]

├─ com.github.filosganga.geogson.model.MultiPoint.class - [JAR]

├─ com.github.filosganga.geogson.model.MultiPolygon.class - [JAR]

├─ com.github.filosganga.geogson.model.Point.class - [JAR]

├─ com.github.filosganga.geogson.model.Polygon.class - [JAR]

com.github.filosganga.geogson.model.positions

├─ com.github.filosganga.geogson.model.positions.AbstractPositions.class - [JAR]

├─ com.github.filosganga.geogson.model.positions.AreaPositions.class - [JAR]

├─ com.github.filosganga.geogson.model.positions.LinearPositions.class - [JAR]

├─ com.github.filosganga.geogson.model.positions.MultiDimensionalPositions.class - [JAR]

├─ com.github.filosganga.geogson.model.positions.Positions.class - [JAR]

├─ com.github.filosganga.geogson.model.positions.SinglePosition.class - [JAR]

Advertisement