|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.extent.GeographicExtentImpl org.geotools.metadata.iso.extent.BoundingPolygonImpl
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon. The last point replicates first point.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
BoundingPolygonImpl()
Constructs an initially empty bounding polygon. |
|
BoundingPolygonImpl(java.util.Collection polygons)
Creates a bounding polygon initialized to the specified value. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this bounding polygon with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
getPolygons()
Returns the sets of points defining the bounding polygon. |
int |
hashCode()
Returns a hash code value for this bounding polygon. |
void |
setPolygons(java.util.Collection newValues)
Set the sets of points defining the bounding polygon. |
java.lang.String |
toString()
Returns a string representation of this bounding polygon. |
Methods inherited from class org.geotools.metadata.iso.extent.GeographicExtentImpl |
getInclusion, setInclusion |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.metadata.extent.GeographicExtent |
getInclusion |
Constructor Detail |
public BoundingPolygonImpl()
public BoundingPolygonImpl(java.util.Collection polygons)
Method Detail |
public java.util.Collection getPolygons()
getPolygons
in interface org.opengis.metadata.extent.BoundingPolygon
public void setPolygons(java.util.Collection newValues)
protected void freeze()
freeze
in class GeographicExtentImpl
public boolean equals(java.lang.Object object)
equals
in class GeographicExtentImpl
public int hashCode()
hashCode
in class GeographicExtentImpl
public java.lang.String toString()
toString
in class GeographicExtentImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |