| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.geojson |
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<GeoJSONLineString>> |
RouteSegment.getGeometryGeoJson()
segment geometry as a single LineString-Feature
|
Optional<GeoJSONFeatureCollection<GeoJSONLineString>> |
RouteSegment.getGeometryGeoJsonEdges()
segment geometry as a collection of LineStrings (one for each edge in the
routing graph) with debugging information for each edge
|
Optional<GeoJSONFeature<GeoJSONLineString>> |
Route.getSimplifiedGeometryGeoJson() |
| Modifier and Type | Method and Description |
|---|---|
RouteSegment |
RouteSegment.setGeometryGeoJson(GeoJSONFeature<GeoJSONLineString> geometryGeoJson) |
RouteSegment |
RouteSegment.setGeometryGeoJsonEdges(GeoJSONFeatureCollection<GeoJSONLineString> geometryGeoJsonEdges) |
Route |
Route.setSimplifiedGeometryGeoJson(GeoJSONFeature<GeoJSONLineString> simplifiedGeometryGeoJson) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONLineString |
GeoJSONLineString.create(List<GeoJSONCoordinate> points) |
GeoJSONLineString |
GeoJSONLineString.setCoordinates(List<GeoJSONCoordinate> coordinates) |
GeoJSONLineString |
GeoJSONLineString.subLineString(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONFeature<GeoJSONLineString> |
GeoJSONFeature.createLineStringFeature(GeoJSONLineString lineString) |
static GeoJSONFeature<GeoJSONLineString> |
GeoJSONFeature.createLineStringFeature(List<GeoJSONCoordinate> points) |
static GeoJSONFeature<GeoJSONLineString> |
GeoJSONFeature.createLineStringFeature(Location<?> from,
Location<?> to,
GeoJSONCoordinate... geometryInbetween) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONFeature<GeoJSONLineString> |
GeoJSONFeature.createLineStringFeature(GeoJSONLineString lineString) |
Copyright © 2018. All rights reserved.