org.opengis.metadata.extent
Interface BoundingPolygon
-
- All Superinterfaces:
- GeographicExtent
@UML(identifier="EX_BoundingPolygon", specification=ISO_19115) public interface BoundingPolygon extends GeographicExtent
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon. The last point replicates first point.- Since:
- GeoAPI 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.Collection<Geometry>getPolygons()Returns the sets of points defining the bounding polygon.-
Methods inherited from interface org.opengis.metadata.extent.GeographicExtent
getInclusion
-
-
-
-
Method Detail
-
getPolygons
@UML(identifier="polygon", obligation=MANDATORY, specification=ISO_19115) java.util.Collection<Geometry> getPolygons()
Returns the sets of points defining the bounding polygon.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG