-
- All Superinterfaces:
SerializableObject
- All Known Subinterfaces:
GeoAreaShape
,GeoBBox
,GeoBounds
,GeoCircle
,GeoDistanceShape
,GeoMembershipShape
,GeoPath
,GeoPointShape
,GeoPolygon
,GeoShape
,XYZSolid
- All Known Implementing Classes:
BasePlanetObject
,BaseXYZSolid
,dXdYdZSolid
,dXdYZSolid
,dXYdZSolid
,dXYZSolid
,GeoBaseAreaShape
,GeoBaseBBox
,GeoBaseBounds
,GeoBaseCircle
,GeoBaseCompositeAreaShape
,GeoBaseCompositeMembershipShape
,GeoBaseCompositeShape
,GeoBaseDistanceShape
,GeoBaseMembershipShape
,GeoBasePath
,GeoBasePolygon
,GeoBaseShape
,GeoComplexPolygon
,GeoCompositeAreaShape
,GeoCompositeMembershipShape
,GeoCompositePolygon
,GeoConcavePolygon
,GeoConvexPolygon
,GeoDegenerateHorizontalLine
,GeoDegenerateLatitudeZone
,GeoDegenerateLongitudeSlice
,GeoDegeneratePath
,GeoDegeneratePath.PathSegment
,GeoDegeneratePath.SegmentEndpoint
,GeoDegeneratePoint
,GeoDegenerateVerticalLine
,GeoExactCircle
,GeoLatitudeZone
,GeoLongitudeSlice
,GeoNorthLatitudeZone
,GeoNorthRectangle
,GeoRectangle
,GeoS2Shape
,GeoSouthLatitudeZone
,GeoSouthRectangle
,GeoStandardCircle
,GeoStandardPath
,GeoStandardPath.BaseSegmentEndpoint
,GeoStandardPath.CircleSegmentEndpoint
,GeoStandardPath.CutoffDualCircleSegmentEndpoint
,GeoStandardPath.CutoffSingleCircleSegmentEndpoint
,GeoStandardPath.PathSegment
,GeoWideDegenerateHorizontalLine
,GeoWideLongitudeSlice
,GeoWideNorthRectangle
,GeoWideRectangle
,GeoWideSouthRectangle
,GeoWorld
,StandardXYZSolid
,XdYdZSolid
,XdYZSolid
,XYdZSolid
public interface PlanetObject extends SerializableObject
Relates all Geo3d shape with a specificPlanetModel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlanetModel
getPlanetModel()
Returns thePlanetModel
provided when this shape was created.-
Methods inherited from interface org.apache.lucene.spatial3d.geom.SerializableObject
write
-
-
-
-
Method Detail
-
getPlanetModel
PlanetModel getPlanetModel()
Returns thePlanetModel
provided when this shape was created.
-
-