| Package | Description |
|---|---|
| de.gerdiproject.json.datacite |
This package contains classes and packages that are related to DataCite JSON objects.
|
| de.gerdiproject.json.geo |
This package contains classes and packages that are related to Geo-JSON objects.
|
| de.gerdiproject.json.geo.adapter |
This package contains GSON JsonSerializers and JsonDeserializers
for parsing and writing JSON objects that deal with
GeoJson and related classes.
|
| Class and Description |
|---|
| GeoJson
GeoJSON is a format for encoding a variety of geographic data structures.
|
| Class and Description |
|---|
| IGeoCoordinates
An interface for objects that represent coordinates of a GeoJson object.
|
| LineString
A set of at least two points that represent coordinates of connected lines.
|
| Point
A geographical point.
|
| Polygon
A single shape that may have holes.
|
| Class and Description |
|---|
| GeoJson
GeoJSON is a format for encoding a variety of geographic data structures.
|
| LineString
A set of at least two points that represent coordinates of connected lines.
|
| MultiLineString
A set of
LineStrings. |
| MultiPoint
This class represents an array of coordinates (points).
|
| MultiPolygon
A set of
Polygons. |
| Point
A geographical point.
|
| Polygon
A single shape that may have holes.
|
Copyright © 2017–2018. All rights reserved.