Class BasePlanetObject

java.lang.Object
org.apache.lucene.spatial3d.geom.BasePlanetObject
All Implemented Interfaces:
PlanetObject, SerializableObject
Direct Known Subclasses:
GeoBaseCompositeShape, GeoBaseShape

public abstract class BasePlanetObject extends Object implements PlanetObject
All Geo3D shapes can derive from this base class, which furnishes some common code
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Field Details

    • planetModel

      protected final PlanetModel planetModel
      This is the planet model embedded in all objects derived from this class.
  • Constructor Details

    • BasePlanetObject

      public BasePlanetObject(PlanetModel planetModel)
      Constructor creating class instance given a planet model.
      Parameters:
      planetModel - is the planet model.
  • Method Details