Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.geo3d Classes and Interfaces - 73 results found.
NameDescriptionTypePackageFramework
ArcDistanceArc distance computation style.Classorg.apache.lucene.geo3dApache Lucene
BasePlanetObjectAll Geo3D shapes can derive from this base class, which furnishesNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.geo3dApache Lucene
BaseXYZSolidBase class of a family of 3D rectangles, bounded on six sides by X,Y,Z limitsNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.geo3dApache Lucene
BoundsAn interface for accumulating bounds information.Interfaceorg.apache.lucene.geo3dApache Lucene
DistanceStyleDistance computation styles, supporting various ways of computing distance to shapes.Interfaceorg.apache.lucene.geo3dApache Lucene
dXdYdZSolid3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in all dimensionsNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.geo3dApache Lucene
dXdYZSolid3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Y.Classorg.apache.lucene.geo3dApache Lucene
dXYdZSolid3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Z.Classorg.apache.lucene.geo3dApache Lucene
dXYZSolid3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X.Classorg.apache.lucene.geo3dApache Lucene
GeoAreaA GeoArea represents a standard 2-D breakdown of a part of sphere.Interfaceorg.apache.lucene.geo3dApache Lucene
GeoAreaFactoryFactory for GeoArea.Classorg.apache.lucene.geo3dApache Lucene
GeoBaseBBoxAll bounding box shapes can derive from this base class, which furnishesNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.geo3dApache Lucene
GeoBaseCircleGeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.Classorg.apache.lucene.geo3dApache Lucene
GeoBaseDistanceShapeDistance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).Classorg.apache.lucene.geo3dApache Lucene
GeoBaseMembershipShapeMembership shapes have capabilities of both geohashing and membership determination.Classorg.apache.lucene.geo3dApache Lucene
GeoBasePolygonGeoBasePolygon objects are the base class of most GeoPolygon objects.Classorg.apache.lucene.geo3dApache Lucene
GeoBaseShapeBase extended shape object.Classorg.apache.lucene.geo3dApache Lucene
GeoBBoxAll bounding box shapes have this interface in common.Interfaceorg.apache.lucene.geo3dApache Lucene
GeoBBoxFactoryFactory for GeoBBox.Classorg.apache.lucene.geo3dApache Lucene
GeoCircleInterface describing circular area with a center and radius.Interfaceorg.apache.lucene.geo3dApache Lucene
GeoCircleFactoryClass which constructs a GeoCircle representing an arbitrary circle.Classorg.apache.lucene.geo3dApache Lucene
GeoCompositeMembershipShapeGeoComposite is a set of GeoMembershipShape's, treated as a unit.Classorg.apache.lucene.geo3dApache Lucene
GeoCompositePolygonGeoCompositePolygon is a specific implementation of GeoMembershipShape, which implements GeoPolygon explicitly.Classorg.apache.lucene.geo3dApache Lucene
GeoConvexPolygonGeoConvexPolygon objects are generic building blocks of more complex structures.Classorg.apache.lucene.geo3dApache Lucene
GeoDegenerateHorizontalLineDegenerate bounding box limited on two sides (left lon, right lon).Classorg.apache.lucene.geo3dApache Lucene
GeoDegenerateLatitudeZoneThis GeoBBox represents an area rectangle of one specific latitude with no longitude bounds.Classorg.apache.lucene.geo3dApache Lucene
GeoDegenerateLongitudeSliceDegenerate longitude slice.Classorg.apache.lucene.geo3dApache Lucene
GeoDegeneratePointThis class represents a degenerate point bounding box.Classorg.apache.lucene.geo3dApache Lucene
GeoDegenerateVerticalLineDegenerate bounding box limited on two sides (top lat, bottom lat).Classorg.apache.lucene.geo3dApache Lucene
GeoDistanceAn implementer of this interface is capable of computing the described "distance" values, which are meant to provide both actual distance values, as well asInterfaceorg.apache.lucene.geo3dApache Lucene
GeoDistanceShapeDistance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).Interfaceorg.apache.lucene.geo3dApache Lucene
GeoLatitudeZoneThis GeoBBox represents an area rectangle limited only in latitude.Classorg.apache.lucene.geo3dApache Lucene
GeoLongitudeSliceBounding box limited on left and right.Classorg.apache.lucene.geo3dApache Lucene
GeoMembershipShapeMembership shapes have capabilities of both geohashing and membershipWARNING: This API is experimental and might change in incompatible ways in the next release.Interfaceorg.apache.lucene.geo3dApache Lucene
GeoNorthLatitudeZoneThis GeoBBox represents an area rectangle limited only in south latitude.Classorg.apache.lucene.geo3dApache Lucene
GeoNorthRectangleBounding box limited on three sides (bottom lat, left lon, right lon), including The left-right maximum extent for this shape is PI; for anything larger, useClassorg.apache.lucene.geo3dApache Lucene
GeoOutsideDistanceWARNING: This API is experimental and might change in incompatible ways in the next release.Interfaceorg.apache.lucene.geo3dApache Lucene
GeoPathGeoShape representing a path across the surface of the globe, with a specified half-width.Classorg.apache.lucene.geo3dApache Lucene
GeoPath .PathSegmentThis is the pre-calculated data for a path segment.Classorg.apache.lucene.geo3d.GeoPathApache Lucene
GeoPath .SegmentEndpointThis is precalculated data for segment endpoint.Classorg.apache.lucene.geo3d.GeoPathApache Lucene
GeoPointThis class represents a point on the surface of a sphere or ellipsoid.Classorg.apache.lucene.geo3dApache Lucene
GeoPolygonGeoPolygon interface description.Interfaceorg.apache.lucene.geo3dApache Lucene
GeoPolygonFactoryClass which constructs a GeoMembershipShape representing an arbitrary polygon.Classorg.apache.lucene.geo3dApache Lucene
GeoRectangleBounding box limited on four sides (top lat, bottom lat, left lon, right lon).Classorg.apache.lucene.geo3dApache Lucene
GeoShapeGeneric shape.Interfaceorg.apache.lucene.geo3dApache Lucene
GeoSizeableSome shapes can compute radii of a geocircle in which they are inscribed.Interfaceorg.apache.lucene.geo3dApache Lucene
GeoSouthLatitudeZoneThis GeoBBox represents an area rectangle limited only in north latitude.Classorg.apache.lucene.geo3dApache Lucene
GeoSouthRectangleBounding box limited on three sides (top lat, left lon, right lon).Classorg.apache.lucene.geo3dApache Lucene
GeoStandardCircleCircular area with a center and radius.Classorg.apache.lucene.geo3dApache Lucene
GeoWideDegenerateHorizontalLineDegenerate bounding box wider than PI and limited on two sides (left lon, right lon).Classorg.apache.lucene.geo3dApache Lucene
GeoWideLongitudeSliceBounding box wider than PI but limited on left and right sides ( left lon, right lon).Classorg.apache.lucene.geo3dApache Lucene
GeoWideNorthRectangleBounding box wider than PI but limited on three sides ( bottom lat, left lon, right lon).Classorg.apache.lucene.geo3dApache Lucene
GeoWideRectangleBounding box wider than PI but limited on four sides (top lat, bottom lat, left lon, right lon).Classorg.apache.lucene.geo3dApache Lucene
GeoWideSouthRectangleBounding box wider than PI but limited on three sides (top lat, left lon, right lon).Classorg.apache.lucene.geo3dApache Lucene
GeoWorldBounding box including the entire world.Classorg.apache.lucene.geo3dApache Lucene
LatLonBoundsAn object for accumulating latitude/longitude bounds information.Classorg.apache.lucene.geo3dApache Lucene
LinearDistanceLinear distance computation style.Classorg.apache.lucene.geo3dApache Lucene
LinearSquaredDistanceLinear squared distance computation style.Classorg.apache.lucene.geo3dApache Lucene
MembershipWARNING: This API is experimental and might change in incompatible ways in the next release.Interfaceorg.apache.lucene.geo3dApache Lucene
NormalDistanceNormal distance computation style.Classorg.apache.lucene.geo3dApache Lucene
NormalSquaredDistanceNormal squared distance computation style.Classorg.apache.lucene.geo3dApache Lucene
PlaneWe know about three kinds of planes.Classorg.apache.lucene.geo3dApache Lucene
PlanetModelHolds mathematical constants associated with the model of a planet.Classorg.apache.lucene.geo3dApache Lucene
SidedPlaneCombination of a plane, and a sign value indicating what evaluation values are on the correctWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.geo3dApache Lucene
StandardXYZSolid3D rectangle, bounded on six sides by X,Y,Z limitsNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.geo3dApache Lucene
ToolsStatic methods globally useful for 3d geometric work.Classorg.apache.lucene.geo3dApache Lucene
VectorA 3d vector in space, not necessarily going through the origin.Classorg.apache.lucene.geo3dApache Lucene
XdYdZSolid3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y and Z.Classorg.apache.lucene.geo3dApache Lucene
XdYZSolid3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in YNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.geo3dApache Lucene
XYdZSolid3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in ZNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Classorg.apache.lucene.geo3dApache Lucene
XYZBoundsAn object for accumulating XYZ bounds information.Classorg.apache.lucene.geo3dApache Lucene
XYZSolidInterface for a family of 3D rectangles, bounded on six sides by X,Y,Z limitsNOTE: This API is for internal purposes only and might change in incompatible ways in the next release.Interfaceorg.apache.lucene.geo3dApache Lucene
XYZSolidFactoryFactory for XYZSolid.Classorg.apache.lucene.geo3dApache Lucene