| Package | Description |
|---|---|
| de.gerdiproject.json.datacite |
This package contains classes and packages that are related to DataCite 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.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJson |
GeoLocation.getBox()
Returns the spatial limits of a box.
|
GeoJson |
GeoLocation.getPoint()
Returns a point location in space.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeoJson> |
GeoLocation.getPolygons()
Returns a list of drawn polygon areas, defined by sets of
points and lines connecting the points in closed chains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoLocation.setPoint(GeoJson point)
Changes the point location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoLocation.setPolygons(List<GeoJson> polygons)
Changes the list of drawn polygon areas, defined by sets of
points and lines connecting the points in closed chains.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJson |
GeoJsonAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Copyright © 2017–2018. All rights reserved.