Package | Description |
---|---|
org.apache.lucene.spatial3d.geom |
Shapes implemented using 3D planar geometry.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoBaseCompositeShape<T extends GeoShape>
Base class to create a composite of GeoShapes.
|
class |
GeoBaseDistanceShape
Distance shapes have capabilities of both geohashing and distance
computation (which also includes point membership determination).
|
class |
GeoBaseMembershipShape
Membership shapes have capabilities of both geohashing and membership
determination.
|
class |
GeoBaseShape
Base extended shape object.
|
class |
GeoCompositeAreaShape
GeoCompositeAreaShape is a set of GeoAreaShape's, treated as a unit.
|
class |
GeoCompositeMembershipShape
GeoCompositeMembershipShape is a set of GeoMembershipShape's, treated as a unit.
|
class |
GeoCompositePolygon
GeoCompositePolygon is a specific implementation of GeoCompositeAreaShape, which implements GeoPolygon explicitly.
|
class |
GeoDegenerateVerticalLine
Degenerate bounding box limited on two sides (top lat, bottom lat).
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.