| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat.geojson |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJSONFeature<T extends GeoJSONGeometryObject> |
class |
GeoJSONFeatureCollection<T extends GeoJSONGeometryObject>
A feature collection restricted to features of just one type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJSONLineString
A linestring that may be empty, i.e.
|
class |
GeoJSONMultiPolygon
A multi polygon, i.e.
|
class |
GeoJSONPoint
A point that may be empty, i.e.
|
class |
GeoJSONPolygon
A polygon consisting of a mandatory exterior ring and optional interior rings
defining holes.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends GeoJSONGeometryObject> |
GeoJSONFeatureCollection.create(List<GeoJSONFeature<T>> features) |
Copyright © 2018. All rights reserved.