Uses of Class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.PolygonDescription
Packages that use GeoPolygonFactory.PolygonDescription
Package
Description
Lucene field & query support for the spatial geometry implemented in
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.PolygonDescriptionModifier and TypeMethodDescriptionprivate static 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.PolygonDescriptionModifier and TypeFieldDescriptionfinal List<? extends GeoPolygonFactory.PolygonDescription> GeoPolygonFactory.PolygonDescription.holesThe list of holesMethods in org.apache.lucene.spatial3d.geom with parameters of type GeoPolygonFactory.PolygonDescriptionModifier and TypeMethodDescriptionprivate static GeoPolygonFactory.BestShapeGeoPolygonFactory.convertPolygon(List<List<GeoPoint>> pointsList, GeoPolygonFactory.PolygonDescription shape, GeoPolygonFactory.BestShape testPointShape, boolean mustBeInside) Convert a polygon description to a list of shapes.static GeoPolygonGeoPolygonFactory.makeGeoPolygon(PlanetModel planetModel, GeoPolygonFactory.PolygonDescription description) Create a GeoPolygon using the specified points and holes, using order to determine siding of the polygon.static GeoPolygonGeoPolygonFactory.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 GeoPolygonGeoPolygonFactory.makeLargeGeoPolygon(PlanetModel planetModel, List<GeoPolygonFactory.PolygonDescription> shapesList) Create a large GeoPolygon.