| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
MultiPolygon(Polygon... polygons)
Constructor that requires an arbitrary number of polygons.
|
| Constructor and Description |
|---|
MultiPolygon(Collection<Polygon> polygons)
Constructor that requires any kind of collection of polygons.
|
| Modifier and Type | Method and Description |
|---|---|
Polygon |
PolygonAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Copyright © 2017–2018. All rights reserved.