org.geotools.metadata.iso.extent
Class BoundingPolygonImpl
Object
AbstractMetadata
ModifiableMetadata
MetadataEntity
GeographicExtentImpl
BoundingPolygonImpl
- All Implemented Interfaces:
- Serializable, Cloneable, BoundingPolygon, GeographicExtent
public class BoundingPolygonImpl
- extends GeographicExtentImpl
- implements BoundingPolygon
Boundary enclosing the dataset, expressed as the closed set of
(x,y) coordinates of the polygon. The last
point replicates first point.
- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
BoundingPolygonImpl
public BoundingPolygonImpl()
- Constructs an initially empty bounding polygon.
BoundingPolygonImpl
public BoundingPolygonImpl(BoundingPolygon source)
- Constructs a metadata entity initialized with the values from the specified metadata.
- Since:
- 2.4
BoundingPolygonImpl
public BoundingPolygonImpl(Collection<Geometry> polygons)
- Creates a bounding polygon initialized to the specified value.
getPolygons
public Collection<Geometry> getPolygons()
- Returns the sets of points defining the bounding polygon.
- Specified by:
getPolygons
in interface BoundingPolygon
- Returns:
- The sets of points defining the bounding polygon.
setPolygons
public void setPolygons(Collection<? extends Geometry> newValues)
- Set the sets of points defining the bounding polygon.
Copyright © 1996-2014 Geotools. All Rights Reserved.