Class GeoBasePolygon

All Implemented Interfaces:
Bounded, GeoArea, GeoAreaShape, GeoBounds, GeoMembershipShape, GeoOutsideDistance, GeoPolygon, GeoShape, Membership, PlanetObject, SerializableObject
Direct Known Subclasses:
GeoComplexPolygon, GeoConcavePolygon, GeoConvexPolygon, GeoS2Shape

abstract class GeoBasePolygon extends GeoBaseAreaShape implements GeoPolygon
GeoBasePolygon objects are the base class of most GeoPolygon objects.
  • Constructor Details

    • GeoBasePolygon

      public GeoBasePolygon(PlanetModel planetModel)
      Constructor.
      Parameters:
      planetModel - is the planet model to use.