org.opengis.metadata.extent
Interface BoundingPolygon
- All Superinterfaces:
- GeographicExtent
- All Known Implementing Classes:
- BoundingPolygonImpl
@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
- Author:
- Martin Desruisseaux (IRD)
getPolygons
@UML(identifier="polygon",
obligation=MANDATORY,
specification=ISO_19115)
Collection<? extends Geometry> getPolygons()
- Returns the sets of points defining the bounding polygon.
- Returns:
- The sets of points defining the bounding polygon.
Copyright © 1996-2014 Geotools. All Rights Reserved.