| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.features | |
| at.ac.ait.ariadne.routeformat.geojson | |
| at.ac.ait.ariadne.routeformat.util |
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<GeoJSONPolygon>> |
RouteSegment.getBoundingBox() |
Optional<GeoJSONFeature<GeoJSONPolygon>> |
Route.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
RouteSegment |
RouteSegment.setBoundingBox(GeoJSONFeature<GeoJSONPolygon> boundingBox) |
Route |
Route.setBoundingBox(GeoJSONFeature<GeoJSONPolygon> boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<GeoJSONPolygon>> |
Site.getBoundingPolygon() |
| Modifier and Type | Method and Description |
|---|---|
Site |
Site.setBoundingPolygon(GeoJSONFeature<GeoJSONPolygon> boundingPolygon) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONPolygon |
GeoJSONPolygon.create(List<List<GeoJSONCoordinate>> points) |
GeoJSONPolygon |
GeoJSONPolygon.setCoordinates(List<List<GeoJSONCoordinate>> coordinates) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONFeature<GeoJSONPolygon> |
GeoJSONFeature.createPolygonFeature(GeoJSONPolygon polygon) |
static GeoJSONFeature<GeoJSONPolygon> |
GeoJSONFeature.createPolygonFeatureFromCoordinatePoints(List<List<GeoJSONCoordinate>> points) |
static GeoJSONFeature<GeoJSONPolygon> |
GeoJSONFeature.createPolygonFeatureFromRings(List<GeoJSONCoordinate> outerRing,
List<List<GeoJSONCoordinate>> innerRings) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONFeature<GeoJSONPolygon> |
GeoJSONFeature.createPolygonFeature(GeoJSONPolygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONFeature<GeoJSONMultiPolygon> |
GeoJSONFeature.createMultiPolygonFeatureFromPolygons(List<GeoJSONFeature<GeoJSONPolygon>> polygons) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<GeoJSONFeature<GeoJSONPolygon>> |
Utils.getBoundingBoxFromGeometryGeoJson(List<RouteSegment> segments) |
Copyright © 2018. All rights reserved.