|
|||||||||||
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
Base class for geographic area of the dataset.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
GeographicExtentImpl()
Constructs an initially empty geographic extent. |
|
GeographicExtentImpl(boolean inclusion)
Constructs a geographic extent initialized with the specified inclusion value. |
|
GeographicExtentImpl(org.opengis.metadata.extent.GeographicExtent extent)
Constructs a geographic extent initialized to the same values than the specified one. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this GeographicExtent with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
boolean |
getInclusion()
Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion). |
int |
hashCode()
Returns a hash code value for this extent. |
void |
setInclusion(boolean newValue)
Set whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion). |
java.lang.String |
toString()
Returns a string representation of this extent. |
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 |
Constructor Detail |
public GeographicExtentImpl()
public GeographicExtentImpl(org.opengis.metadata.extent.GeographicExtent extent)
public GeographicExtentImpl(boolean inclusion)
Method Detail |
public boolean getInclusion()
getInclusion
in interface org.opengis.metadata.extent.GeographicExtent
public void setInclusion(boolean newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |