Class PolygonGraph
java.lang.Object
org.openjump.core.graph.polygongraph.PolygonGraph
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionPolygonGraph(FeatureCollection polygonFeatures) PolygonGraph(Collection<Feature> polygonFeatures) creates a new polygon graph objects and populates it with the feature deliveredPolygonGraph(Collection<Feature> polygonFeatures, TaskMonitor monitor) creates a new polygon graph objects and populates it with the feature delivered -
Method Summary
Modifier and TypeMethodDescriptionvoidcreatePolygonGraphFrom(Collection<Feature> fc, TaskMonitor monitor)
-
Field Details
-
edges
-
nodes
-
-
Constructor Details
-
PolygonGraph
creates a new polygon graph objects and populates it with the feature delivered- Parameters:
polygonFeatures- a collection of polygonal features
-
PolygonGraph
creates a new polygon graph objects and populates it with the feature delivered- Parameters:
polygonFeatures- a collection of polygonal featuresmonitor- can be null, used to cancel operation
-
PolygonGraph
-
-
Method Details
-
createPolygonGraphFrom
- Parameters:
fc- a collection of polygonal featuresmonitor- can be null, used to cancel operation
-
getEdgesBetweenInterriorPoints
-
getNodesAsInterriorPoint
-
getCommonBoundaries
-