Uses of Package
com.github.filosganga.geogson.model
-
Packages that use com.github.filosganga.geogson.model Package Description com.github.filosganga.geogson.codec com.github.filosganga.geogson.gson com.github.filosganga.geogson.model -
Classes in com.github.filosganga.geogson.model used by com.github.filosganga.geogson.codec Class Description Geometry A Geometry is a definition of a shape (A collection of coordinates). -
Classes in com.github.filosganga.geogson.model used by com.github.filosganga.geogson.gson Class Description Feature Feature is a collection of properties and a geometry Feature can contain properties with arbitrary json as the value.FeatureCollection FeatureCollection contains a list ofFeatureinstances GeoJson reference @see http://geojson.org/geojson-spec.html#feature-collection-objects.Geometry A Geometry is a definition of a shape (A collection of coordinates). -
Classes in com.github.filosganga.geogson.model used by com.github.filosganga.geogson.model Class Description AbstractGeometry Abstract implementation ofGeometryproviding generic methods.Feature Feature is a collection of properties and a geometry Feature can contain properties with arbitrary json as the value.Feature.Builder FeatureCollection FeatureCollection contains a list ofFeatureinstances GeoJson reference @see http://geojson.org/geojson-spec.html#feature-collection-objects.Geometry A Geometry is a definition of a shape (A collection of coordinates).Geometry.Type Define the type of the Geometry.GeometryCollection LinearGeometry An abstract Geometry that is composed by a sequence of points.LinearRing A closedLineString.LineString Specialization of LinearGeometry composed at least by 2 points.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).