public interface StreetEdgeFactory
Modifier and Type | Method and Description |
---|---|
AreaEdge |
createAreaEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
org.locationtech.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back,
AreaEdgeList area) |
StreetEdge |
createEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
org.locationtech.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back) |
StreetEdge createEdge(IntersectionVertex startEndpoint, IntersectionVertex endEndpoint, org.locationtech.jts.geom.LineString geometry, I18NString name, double length, StreetTraversalPermission permissions, boolean back)
AreaEdge createAreaEdge(IntersectionVertex startEndpoint, IntersectionVertex endEndpoint, org.locationtech.jts.geom.LineString geometry, I18NString name, double length, StreetTraversalPermission permissions, boolean back, AreaEdgeList area)
Copyright © 2019. All rights reserved.