Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.PolygonDescription
-
Packages that use GeoPolygonFactory.PolygonDescription Package Description org.apache.lucene.spatial3d Lucene field & query support for the spatial geometry implemented inorg.apache.lucene.spatial3d.geom
.org.apache.lucene.spatial3d.geom Shapes implemented using 3D planar geometry. -
-
Uses of GeoPolygonFactory.PolygonDescription in org.apache.lucene.spatial3d
Methods in org.apache.lucene.spatial3d that return types with arguments of type GeoPolygonFactory.PolygonDescription Modifier and Type Method Description private static java.util.List<GeoPolygonFactory.PolygonDescription>
Geo3DUtil. convertToDescription(PlanetModel planetModel, Polygon... polygons)
Convert a list of polygons to a list of polygon descriptions. -
Uses of GeoPolygonFactory.PolygonDescription in org.apache.lucene.spatial3d.geom
Fields in org.apache.lucene.spatial3d.geom with type parameters of type GeoPolygonFactory.PolygonDescription Modifier and Type Field Description java.util.List<? extends GeoPolygonFactory.PolygonDescription>
GeoPolygonFactory.PolygonDescription. holes
The list of holesMethods in org.apache.lucene.spatial3d.geom with parameters of type GeoPolygonFactory.PolygonDescription Modifier and Type Method Description private static GeoPolygonFactory.BestShape
GeoPolygonFactory. convertPolygon(java.util.List<java.util.List<GeoPoint>> pointsList, GeoPolygonFactory.PolygonDescription shape, GeoPolygonFactory.BestShape testPointShape, boolean mustBeInside)
Convert a polygon description to a list of shapes.static 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.PolygonDescription Modifier and Type Method Description static GeoPolygon
GeoPolygonFactory. makeLargeGeoPolygon(PlanetModel planetModel, java.util.List<GeoPolygonFactory.PolygonDescription> shapesList)
Create a large GeoPolygon.
-