Class PolygonGraph

java.lang.Object
org.openjump.core.graph.polygongraph.PolygonGraph

public class PolygonGraph extends Object
  • Field Details

  • Constructor Details

    • PolygonGraph

      public PolygonGraph(Collection<Feature> polygonFeatures)
      creates a new polygon graph objects and populates it with the feature delivered
      Parameters:
      polygonFeatures - a collection of polygonal features
    • PolygonGraph

      public PolygonGraph(Collection<Feature> polygonFeatures, TaskMonitor monitor)
      creates a new polygon graph objects and populates it with the feature delivered
      Parameters:
      polygonFeatures - a collection of polygonal features
      monitor - can be null, used to cancel operation
    • PolygonGraph

      public PolygonGraph(FeatureCollection polygonFeatures)
  • Method Details