Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.PolygonDescription
Packages that use GeoPolygonFactory.PolygonDescription
-
Uses of GeoPolygonFactory.PolygonDescription in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom with type parameters of type GeoPolygonFactory.PolygonDescriptionModifier and TypeFieldDescriptionfinal List
<? extends GeoPolygonFactory.PolygonDescription> GeoPolygonFactory.PolygonDescription.holes
The list of holesMethods in org.apache.lucene.spatial3d.geom with parameters of type GeoPolygonFactory.PolygonDescriptionModifier and TypeMethodDescriptionstatic GeoPolygon
GeoPolygonFactory.makeGeoPolygon
(PlanetModel planetModel, GeoPolygonFactory.PolygonDescription description) Create a GeoPolygon using the specified points and holes, using order to determine siding of the polygon.static GeoPolygon
GeoPolygonFactory.makeGeoPolygon
(PlanetModel planetModel, GeoPolygonFactory.PolygonDescription description, double leniencyValue) Create a GeoPolygon using the specified points and holes, using order to determine siding of the polygon.Method parameters in org.apache.lucene.spatial3d.geom with type arguments of type GeoPolygonFactory.PolygonDescriptionModifier and TypeMethodDescriptionstatic GeoPolygon
GeoPolygonFactory.makeLargeGeoPolygon
(PlanetModel planetModel, List<GeoPolygonFactory.PolygonDescription> shapesList) Create a large GeoPolygon.