Uses of Interface
org.apache.lucene.spatial3d.geom.Bounded

Packages that use Bounded
Package
Description
Shapes implemented using 3D planar geometry.
  • Uses of Bounded in org.apache.lucene.spatial3d.geom

    Modifier and Type
    Interface
    Description
    interface 
    Shape that implements GeoArea.
    interface 
    All bounding box shapes have this interface in common.
    interface 
    Generic shape that supports bounds.
    interface 
    Interface describing circular area with a center and radius.
    interface 
    Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).
    interface 
    Membership shapes have capabilities of both geohashing and membership determination.
    interface 
    Interface describing a path.
    interface 
    Interface describing a GeoPointShape shape.It may represents a degenerated bounding box or a degenerated circle, hence it extends such interfaces.
    interface 
    GeoPolygon interface description.
    interface 
    Generic shape.
    Classes in org.apache.lucene.spatial3d.geom that implement Bounded
    Modifier and Type
    Class
    Description
    class 
    Base object that supports bounds operations.
    class 
    Base class to create a composite of GeoShapes.
    class 
    Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).
    class 
    Membership shapes have capabilities of both geohashing and membership determination.
    class 
    Base extended shape object.
    class 
    GeoCompositeAreaShape is a set of GeoAreaShape's, treated as a unit.
    class 
    GeoCompositeMembershipShape is a set of GeoMembershipShape's, treated as a unit.
    class 
    GeoCompositePolygon is a specific implementation of GeoCompositeAreaShape, which implements GeoPolygon explicitly.
    class 
    Degenerate bounding box limited on two sides (top lat, bottom lat).