Class MultiPolygon


  • @Deprecated(since="2021-05-27")
    public final class MultiPolygon
    extends Geometry
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    A representation of a GeoJSON MultiPolygon.
    Since:
    3.1
    • Constructor Detail

      • MultiPolygon

        public MultiPolygon​(java.util.List<PolygonCoordinates> coordinates)
        Deprecated.
        Construct an instance.
        Parameters:
        coordinates - the coordinates
      • MultiPolygon

        public MultiPolygon​(@Nullable
                            CoordinateReferenceSystem coordinateReferenceSystem,
                            java.util.List<PolygonCoordinates> coordinates)
        Deprecated.
        Construct an instance.
        Parameters:
        coordinateReferenceSystem - the coordinate reference system
        coordinates - the coordinates
    • Method Detail

      • getCoordinates

        public java.util.List<PolygonCoordinates> getCoordinates()
        Deprecated.
        Gets the coordinates.
        Returns:
        the coordinates
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class Geometry
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Geometry
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object