- All Implemented Interfaces:
Bounded,GeoArea,GeoAreaShape,GeoBounds,GeoDistance,GeoDistanceShape,GeoMembershipShape,GeoOutsideDistance,GeoPath,GeoShape,Membership,PlanetObject,SerializableObject
- Direct Known Subclasses:
GeoDegeneratePath,GeoStandardPath
GeoPaths have all the characteristics of GeoBaseDistanceShapes.
-
Field Summary
Fields inherited from class org.apache.lucene.spatial3d.geom.GeoBaseAreaShape
ALL_INSIDE, NONE_INSIDE, SOME_INSIDEFields inherited from class org.apache.lucene.spatial3d.geom.BasePlanetObject
planetModel -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape
computeDeltaDistance, computeDeltaDistance, computeDistance, computeDistance, deltaDistance, distance, distanceBounds, getDistanceBounds, isWithinMethods inherited from class org.apache.lucene.spatial3d.geom.GeoBaseAreaShape
getRelationship, isGeoAreaShapeInsideShape, isShapeInsideGeoAreaShapeMethods inherited from class org.apache.lucene.spatial3d.geom.GeoBaseMembershipShape
computeOutsideDistance, computeOutsideDistance, outsideDistanceMethods inherited from class org.apache.lucene.spatial3d.geom.GeoBaseBounds
getBoundsMethods inherited from class org.apache.lucene.spatial3d.geom.BasePlanetObject
equals, getPlanetModel, hashCode, writeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.spatial3d.geom.GeoArea
getRelationshipMethods inherited from interface org.apache.lucene.spatial3d.geom.GeoAreaShape
intersectsMethods inherited from interface org.apache.lucene.spatial3d.geom.GeoDistance
computeDeltaDistance, computeDeltaDistance, computeDistance, computeDistanceMethods inherited from interface org.apache.lucene.spatial3d.geom.GeoDistanceShape
getDistanceBoundsMethods inherited from interface org.apache.lucene.spatial3d.geom.GeoOutsideDistance
computeOutsideDistance, computeOutsideDistanceMethods inherited from interface org.apache.lucene.spatial3d.geom.GeoPath
computeNearestDistance, computeNearestDistance, computePathCenterDistance, computePathCenterDistanceMethods inherited from interface org.apache.lucene.spatial3d.geom.GeoShape
getEdgePoints, intersectsMethods inherited from interface org.apache.lucene.spatial3d.geom.Membership
isWithin, isWithinMethods inherited from interface org.apache.lucene.spatial3d.geom.PlanetObject
getPlanetModelMethods inherited from interface org.apache.lucene.spatial3d.geom.SerializableObject
write
-
Constructor Details
-
GeoBasePath
Constructor.- Parameters:
planetModel- is the planet model to use.
-