Modifier and Type | Field and Description |
---|---|
List<P2<Double>> |
WalkStep.elevation
The elevation profile as a comma-separated list of x,y values.
|
Modifier and Type | Method and Description |
---|---|
List<P2<Double>> |
WalkStep.getElevation() |
List<P2<Double>> |
ElevationAdapter.unmarshal(String data) |
Modifier and Type | Method and Description |
---|---|
String |
ElevationAdapter.marshal(List<P2<Double>> pairs) |
Modifier and Type | Method and Description |
---|---|
static P2<org.locationtech.jts.geom.LineString> |
GeometryUtils.splitGeometryAtFraction(org.locationtech.jts.geom.Geometry geometry,
double fraction)
Splits the input geometry into two LineStrings at a fraction of the distance covered.
|
static P2<org.locationtech.jts.geom.LineString> |
GeometryUtils.splitGeometryAtPoint(org.locationtech.jts.geom.Geometry geometry,
org.locationtech.jts.geom.Coordinate nearestPoint)
Splits the input geometry into two LineStrings at the given point.
|
Modifier and Type | Method and Description |
---|---|
static <E> P2<E> |
P2.createPair(E first,
E second) |
Modifier and Type | Field and Description |
---|---|
List<P2<String>> |
OSMSpecifier.kvpairs |
Modifier and Type | Method and Description |
---|---|
static P2<StreetTraversalPermission> |
OSMFilter.getPermissions(StreetTraversalPermission permissions,
OSMWay way)
Check OSM tags for various one-way and one-way-by-mode tags and return a pair of permissions
for travel along and against the way.
|
P2<Double> |
WayProperties.getSafetyFeatures() |
P2<Integer> |
OSMSpecifier.matchScores(OSMWithTags match)
Calculates a pair of scores expressing how well an OSM entity's tags match this specifier.
|
Modifier and Type | Method and Description |
---|---|
void |
WayProperties.setSafetyFeatures(P2<Double> safetyFeatures) |
Modifier and Type | Field and Description |
---|---|
static P2<Double> |
CaseBasedBicycleSafetyFeatureConverter.oneone |
static P2<Double> |
DirectSafetyReader.oneone |
Modifier and Type | Method and Description |
---|---|
P2<Double> |
CaseBasedBicycleSafetyFeatureConverter.convert(org.opengis.feature.simple.SimpleFeature feature) |
P2<StreetTraversalPermission> |
CaseBasedTraversalPermissionConverter.convert(org.opengis.feature.simple.SimpleFeature feature) |
P2<Double> |
DirectSafetyReader.convert(org.opengis.feature.simple.SimpleFeature feature) |
P2<StreetTraversalPermission> |
CompositeStreetTraversalPermissionConverter.convert(org.opengis.feature.simple.SimpleFeature feature)
use the permission combination strategy to combine the results of the list of converters
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureConverter<P2<Double>> |
ShapefileStreetSchema.getBicycleSafetyConverter() |
SimpleFeatureConverter<P2<StreetTraversalPermission>> |
ShapefileStreetSchema.getPermissionConverter()
The permission converter gets the
StreetTraversalPermission for a street segment and
its reverse. |
Modifier and Type | Method and Description |
---|---|
void |
CompositeStreetTraversalPermissionConverter.add(SimpleFeatureConverter<P2<StreetTraversalPermission>> converter)
add a converter to the list to be applied
|
void |
ShapefileStreetSchema.setBicycleSafetyConverter(SimpleFeatureConverter<P2<Double>> safetyConverter)
The permission converter gets the bicycle safety factor for a street segment and its reverse.
|
void |
CompositeStreetTraversalPermissionConverter.setConverters(Collection<SimpleFeatureConverter<P2<StreetTraversalPermission>>> converters)
set the list of converters used to the passed in parameter
|
void |
ShapefileStreetSchema.setPermissionConverter(SimpleFeatureConverter<P2<StreetTraversalPermission>> permissionConverter) |
Constructor and Description |
---|
TimeBasedBikeRentalFareService(Currency currency,
List<P2<Integer>> pricingBySecond) |
Modifier and Type | Field and Description |
---|---|
protected HashMap<P2<FeedScopedId>,StopTransfer> |
TransferTable.table
Table which contains transfers between two stops
|
Modifier and Type | Method and Description |
---|---|
Set<P2<String>> |
FareRuleSet.getOriginDestinations() |
Modifier and Type | Method and Description |
---|---|
P2<StreetEdge> |
StreetEdge.split(SplitterVertex v,
boolean destructive)
Split this street edge and return the resulting street edges
|
Copyright © 2019. All rights reserved.