Class GeoPolygonFactory.PolygonDescription

java.lang.Object
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.PolygonDescription
Enclosing class:
GeoPolygonFactory

public static class GeoPolygonFactory.PolygonDescription extends Object
Use this class to specify a polygon with associated holes.
  • Field Details

  • Constructor Details

    • PolygonDescription

      public PolygonDescription(List<? extends GeoPoint> points)
      Instantiate the polygon description.
      Parameters:
      points - is the list of points.
    • PolygonDescription

      public PolygonDescription(List<? extends GeoPoint> points, List<? extends GeoPolygonFactory.PolygonDescription> holes)
      Instantiate the polygon description.
      Parameters:
      points - is the list of points.
      holes - is the list of holes.