Package | Description |
---|---|
org.apache.lucene.spatial3d.geom |
Shapes implemented using 3D planar geometry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeoPointShape
Interface describing a GeoPointShape shape.It may represents a degenerated
bounding box or a degenerated circle, hence it extends such interfaces.
|
Modifier and Type | Method and Description |
---|---|
static GeoCircle |
GeoCircleFactory.makeExactGeoCircle(PlanetModel planetModel,
double latitude,
double longitude,
double radius,
double accuracy)
Create an GeoCircle from a center, a radius and a desired accuracy.
|
static GeoCircle |
GeoCircleFactory.makeGeoCircle(PlanetModel planetModel,
double latitude,
double longitude,
double cutoffAngle)
Create a GeoCircle from a center and a cutoff angle.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.