Package | Description |
---|---|
org.apache.lucene.spatial.spatial4j |
Spatial4j stuff that ideally belongs in Spatial4j (isn't related to Lucene).
|
org.apache.lucene.spatial3d.geom |
Shapes implemented using 3D planar geometry.
|
Constructor and Description |
---|
Geo3dCircleShape(GeoCircle shape,
org.locationtech.spatial4j.context.SpatialContext spatialcontext) |
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–2019 The Apache Software Foundation. All rights reserved.