All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractGeometry<P extends Positions> Abstract implementation ofGeometryproviding generic methods.AbstractPositions<T extends Positions> Abstract implementation ofPositions.AbstractPositions.PositionsBuilder AreaPositions aPositionsinstance to represent an area Geometry.AreaPositions.Builder Codec<S,T extends Geometry<?>> It converts to and fromGeometry.CodecRegistry<T,S extends Geometry<?>> A registry of codecs used as façade to convert to and from different geometry systems.Feature Feature is a collection of properties and a geometry Feature can contain properties with arbitrary json as the value.Feature.Builder FeatureAdapter The Gson TypeAdapter to serialize/de-serializeFeatureinstances.FeatureCollection FeatureCollection contains a list ofFeatureinstances GeoJson reference @see http://geojson.org/geojson-spec.html#feature-collection-objects.FeatureCollectionAdapter The Gson TypeAdapter to serialize/de-serializeFeatureCollectioninstances.Geometry<P extends Positions> A Geometry is a definition of a shape (A collection of coordinates).Geometry.Type Define the type of the Geometry.GeometryAdapter GeometryAdapterFactory The Gson TypeAdapterFactory responsible to serialize/de-serialize all theGeometry,FeatureandFeatureCollectioninstances.GeometryCollection LinearGeometry An abstract Geometry that is composed by a sequence of points.LinearPositions APositionsimplementation for linear geometries.LinearPositions.Builder LinearRing A closedLineString.LineString Specialization of LinearGeometry composed at least by 2 points.MultiDimensionalPositions It represent a collection ofAreaPositionsused to represent composed Are geometries like theMultiPolygon.MultiDimensionalPositions.Builder MultiLineString Geometry composed by a collection ofLineString.MultiPoint Geometry composed by a sequence ofPoint.MultiPolygon Point A Point is identified by a lon,lat and alt coordinate..Polygon A Geometry composed by a sequence ofLinearRings (or closedLineStrings).Positions The Positions represent the set of coordinates.PositionsAdapter The Gson TypeAdapter to serialize/de-serialize all thePositionsinstances.Preconditions SinglePosition APositionsinstance for a single point.