public class DefaultStreetEdgeFactory extends Object implements StreetEdgeFactory
| Modifier and Type | Field and Description |
|---|---|
boolean |
useElevationData |
| Constructor and Description |
|---|
DefaultStreetEdgeFactory() |
| Modifier and Type | Method and Description |
|---|---|
AreaEdge |
createAreaEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back,
AreaEdgeList area) |
StreetEdge |
createEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back) |
public StreetEdge createEdge(IntersectionVertex startEndpoint, IntersectionVertex endEndpoint, com.vividsolutions.jts.geom.LineString geometry, I18NString name, double length, StreetTraversalPermission permissions, boolean back)
createEdge in interface StreetEdgeFactorypublic AreaEdge createAreaEdge(IntersectionVertex startEndpoint, IntersectionVertex endEndpoint, com.vividsolutions.jts.geom.LineString geometry, I18NString name, double length, StreetTraversalPermission permissions, boolean back, AreaEdgeList area)
createAreaEdge in interface StreetEdgeFactoryCopyright © 2018. All rights reserved.