public class AreaEdge extends StreetWithElevationEdge implements EdgeWithCleanup
Edge.ValidVertexTypesANY_PLATFORM_MASK, bicycleSafetyFactor, CLASS_CROSSING, CLASS_LINK, CLASS_OTHER_PLATFORM, CLASS_OTHERPATH, CLASS_STREET, CLASS_TRAIN_PLATFORM, CROSSING_CLASS_MASK, DEFAULT_CAR_SPEED, wayId| Constructor and Description |
|---|
AreaEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back,
AreaEdgeList area) |
AreaEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
com.vividsolutions.jts.geom.LineString geometry,
String name,
double length,
StreetTraversalPermission permissions,
boolean back,
AreaEdgeList area) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
AreaEdgeList |
getArea() |
void |
setArea(AreaEdgeList area) |
clone, getElevationProfile, getMaxSlope, getSlopeSpeedEffectiveLength, getSlopeWorkCostEffectiveLength, isElevationFlattened, setElevationProfile, toStringcalculateLengthFromGeometry, calculateSpeed, canTraverse, canTraverseIncludingBarrier, canTurnOnto, getBicycleSafetyFactor, getCarSpeed, getDistance, getEndOsmNodeId, getGeometry, getInAngle, getName, getName, getOutAngle, getPermission, getRawName, getStartOsmNodeId, getStreetClass, getTurnRestrictions, hasBogusName, isBack, isNoThruTraffic, isRoundabout, isSlopeOverride, isStairs, isWheelchairAccessible, setBack, setBicycleSafetyFactor, setCarSpeed, setHasBogusName, setName, setNoThruTraffic, setPermission, setRoundabout, setSlopeOverride, setStairs, setStreetClass, setWheelchairAccessible, shareData, split, timeLowerBound, traverse, weightLowerBoundgetAzimuth, getDirection, getFromVertex, getId, getToVertex, getTrip, getValidVertexTypes, hashCode, isEquivalentTo, isPartial, isReverseOf, optimisticTraverse, vertexTypesValidpublic AreaEdge(IntersectionVertex startEndpoint, IntersectionVertex endEndpoint, com.vividsolutions.jts.geom.LineString geometry, I18NString name, double length, StreetTraversalPermission permissions, boolean back, AreaEdgeList area)
public AreaEdge(IntersectionVertex startEndpoint, IntersectionVertex endEndpoint, com.vividsolutions.jts.geom.LineString geometry, String name, double length, StreetTraversalPermission permissions, boolean back, AreaEdgeList area)
public AreaEdgeList getArea()
public void detach()
detach in interface EdgeWithCleanuppublic void setArea(AreaEdgeList area)
Copyright © 2018. All rights reserved.