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

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

    Modifier and Type
    Interface
    Description
    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 
    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.
    Modifier and Type
    Class
    Description
    (package private) class 
    GeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.
    class 
    Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).
    (package private) class 
    GeoPaths have all the characteristics of GeoBaseDistanceShapes.
    (package private) class 
    GeoShape representing a path across the surface of the globe, with a specified half-width.
    (package private) class 
    This class represents a degenerate point bounding box.
    (package private) class 
    Circular area with a center and a radius that represents the surface distance to the center.
    (package private) class 
    Circular area with a center and cutoff angle that represents the latitude and longitude distance from the center where the planet will be cut.
    (package private) class 
    GeoShape representing a path across the surface of the globe, with a specified half-width.