Class GeoBaseShape

    • Constructor Detail

      • GeoBaseShape

        public GeoBaseShape​(PlanetModel planetModel)
        Constructor.
        Parameters:
        planetModel - is the planet model to use.
    • Method Detail

      • getBounds

        public void getBounds​(Bounds bounds)
        Description copied from interface: Bounded
        Compute bounds for the shape.
        Specified by:
        getBounds in interface Bounded
        Parameters:
        bounds - is the input bounds object. The input object will be modified.