Class PolygonGraph


  • public class PolygonGraph
    extends Object
    • Constructor Detail

      • 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