Class PolygonGraphEdge
java.lang.Object
org.openjump.core.graph.polygongraph.PolygonGraphEdge
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionArrayList<org.locationtech.jts.geom.Geometry> org.locationtech.jts.geom.LineStringstatic FeatureSchemabooleanhasNodes(int nodeId1, int nodeId2)
-
Field Details
-
edgeId
public int edgeId -
node1
-
node2
-
boundaryCalculated
public boolean boundaryCalculated
-
-
Constructor Details
-
PolygonGraphEdge
-
-
Method Details
-
hasNodes
public boolean hasNodes(int nodeId1, int nodeId2) -
getEdgeAsInterriorPointLineString
public org.locationtech.jts.geom.LineString getEdgeAsInterriorPointLineString() -
getEdgeBetweenInterriorPointsAsFeature
-
getEdgeFeatureSchema
-
getBoundaries
-
getBoundariesAsFeature
-