Package | Description |
---|---|
org.opentripplanner.api.adapters | |
org.opentripplanner.api.model | |
org.opentripplanner.index.model | |
org.opentripplanner.profile | |
org.opentripplanner.util |
Modifier and Type | Method and Description |
---|---|
EncodedPolylineBean |
LineStringAdapter.marshal(org.locationtech.jts.geom.LineString arg) |
Modifier and Type | Method and Description |
---|---|
org.locationtech.jts.geom.LineString |
LineStringAdapter.unmarshal(EncodedPolylineBean arg) |
Modifier and Type | Field and Description |
---|---|
EncodedPolylineBean |
Place.flagStopArea
Board or alight area for flag stops
|
EncodedPolylineBean |
Leg.legGeometry
The leg's geometry.
|
Modifier and Type | Field and Description |
---|---|
EncodedPolylineBean |
AreaShort.polygon |
Modifier and Type | Field and Description |
---|---|
EncodedPolylineBean |
StreetEdgeInfo.geometry |
Modifier and Type | Method and Description |
---|---|
static EncodedPolylineBean |
PolylineEncoder.createEncodings(double[] lat,
double[] lon) |
static EncodedPolylineBean |
PolylineEncoder.createEncodings(double[] lat,
double[] lon,
int level) |
static EncodedPolylineBean |
PolylineEncoder.createEncodings(double[] lat,
double[] lon,
int offset,
int length,
int level) |
static EncodedPolylineBean |
PolylineEncoder.createEncodings(org.locationtech.jts.geom.Geometry geometry) |
static EncodedPolylineBean |
PolylineEncoder.createEncodings(Iterable<org.locationtech.jts.geom.Coordinate> points) |
static EncodedPolylineBean |
PolylineEncoder.createEncodings(Iterable<org.locationtech.jts.geom.Coordinate> points,
int level)
If level < 0, then
getLevels() will be null. |
Modifier and Type | Method and Description |
---|---|
static List<org.locationtech.jts.geom.Coordinate> |
PolylineEncoder.decode(EncodedPolylineBean polyline) |
Copyright © 2019. All rights reserved.