| Package | Description |
|---|---|
| de.gerdiproject.json.geo |
This package contains classes and packages that are related to Geo-JSON objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LineString
A set of at least two points that represent coordinates of connected lines.
|
class |
MultiLineString
A set of
LineStrings. |
class |
MultiPoint
This class represents an array of coordinates (points).
|
class |
MultiPolygon
A set of
Polygons. |
class |
Point
A geographical point.
|
class |
Polygon
A single shape that may have holes.
|
| Modifier and Type | Method and Description |
|---|---|
IGeoCoordinates |
GeoJson.getCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoJson.setCoordinates(IGeoCoordinates coordinates)
Changes the coordinates of the GeoJson.
|
| Constructor and Description |
|---|
GeoJson(IGeoCoordinates coordinates)
Constructor that sets the coordinates.
|
Copyright © 2017–2018. All rights reserved.