Package | Description |
---|---|
org.apache.lucene.spatial3d.geom |
Shapes implemented using 3D planar geometry.
|
Modifier and Type | Method and Description |
---|---|
static GeoBBox |
GeoBBoxFactory.makeGeoBBox(PlanetModel planetModel,
LatLonBounds bounds)
Create a geobbox of the right kind given the specified
LatLonBounds . |
void |
Plane.recordBounds(PlanetModel planetModel,
LatLonBounds boundsInfo,
Membership... bounds)
Accumulate bounds information for this plane, intersected with the unit sphere.
|
void |
Plane.recordBounds(PlanetModel planetModel,
LatLonBounds boundsInfo,
Plane p,
Membership... bounds)
Accumulate bounds information for this plane, intersected with another plane
and the world.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.