- All Superinterfaces:
GeographicExtent
@UML(identifier="EX_BoundingPolygon",
specification=ISO_19115)
public interface BoundingPolygon
extends GeographicExtent
Enclosing geometric object which locates the resource.
If a polygon is used is should be closed (last point replicates first point).
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<? extends Geometry> The sets of points defining the bounding polygon or any other geometry (point, line).Methods inherited from interface org.opengis.metadata.extent.GeographicExtent
getInclusion
-
Method Details
-
getPolygons
@UML(identifier="polygon", obligation=MANDATORY, specification=ISO_19115) Collection<? extends Geometry> getPolygons()The sets of points defining the bounding polygon or any other geometry (point, line).- Returns:
- the sets of points defining the resource boundary.
-