All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description BoundingBox A GeoJson object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections.BoundingBoxTypeAdapter Adapter to read and write coordinates for BoundingBox class.CoordinateContainer<T> Each of the s geometries which make up GeoJson implement this interface and consume a varying dimension ofPointlist.CoordinateShifter ShifterManager allows the movement of all Point objects according to a custom algorithm.CoordinateShifterManager CoordinateShifterManager keeps track of currently set CoordinateShifter.Feature This defines a GeoJson Feature object which represents a spatially bound thing.FeatureCollection This represents a GeoJson Feature Collection which holds a list ofFeatureobjects (when serialized the feature list becomes a JSON array).GeoJson Generic implementation for all GeoJson objects defining common traits that each GeoJson object has.GeoJsonAdapterFactory A GeoJson type adapter factory for convenience for serialization/deserialization.GeoJsonAdapterFactory.GeoJsonAdapterFactoryIml GeoJsonAdapterFactory implementation.GeoJsonConstants Contains constants used throughout the GeoJson classes.GeoJsonException A form ofThrowablethat indicates an issue occurred during a GeoJSON operation.GeoJsonUtils GeoJson utils class contains method that can be used throughout geojson package.Geometry Each of the six geometries andGeometryCollectionwhich make up GeoJson implement this interface.GeometryAdapterFactory A Geometry type adapter factory for convenience for serialization/deserialization.GeometryCollection A GeoJson object with TYPE "GeometryCollection" is a Geometry object.GeometryGeoJson This is a utility class that helps create a Geometry instance from a JSON string.LineString A linestring represents two or more geographic points that share a relationship and is one of the seven geometries found in the GeoJson spec.MultiLineString A multilinestring is an array of LineString coordinate arrays.MultiPoint A MultiPoint represents two or more geographic points that share a relationship and is one of the seven geometries found in the GeoJson spec.MultiPolygon A multiPolygon is an array of Polygon coordinate arrays.Point A point represents a single geographic position and is one of the seven Geometries found in the GeoJson spec.PointAsCoordinatesTypeAdapter TypeAdapter to serialize Point as coordinates, i.e array of doubles and to deserialize into Point out of array of doubles.Polygon This class represents a GeoJson Polygon which may or may not include polygon holes.PolylineUtils Polyline utils class contains method that can decode/encode a polyline, simplify a line, and more.RuntimeTypeAdapterFactory<T> Adapts values whose runtime type may differ from their declaration type.