Package | Description |
---|---|
org.apache.lucene.spatial3d.geom |
Shapes implemented using 3D planar geometry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeoCircle
Interface describing circular area with a center and radius.
|
interface |
GeoDistanceShape
Distance shapes have capabilities of both geohashing and distance
computation (which also includes point membership determination).
|
interface |
GeoPath
Interface describing a path.
|
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 | Class and Description |
---|---|
class |
GeoBaseDistanceShape
Distance shapes have capabilities of both geohashing and distance
computation (which also includes point membership determination).
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.