|
|||||||||||
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.ExtentImpl
Information about spatial, vertical, and temporal extent. This interface has three optional attributes (geographic elements, temporal elements, and vertical elements) and an element called description. At least one of the four shall be used.
Field Summary | |
static org.opengis.metadata.extent.Extent |
WORLD
A geographic extent ranging from 180?W to 180?E and 90?S to 90?N. |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
ExtentImpl()
Constructs an initially empty extent. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this extent with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
org.opengis.util.InternationalString |
getDescription()
Returns the spatial and temporal extent for the referring object. |
static org.opengis.metadata.extent.GeographicBoundingBox |
getGeographicBoundingBox(org.opengis.metadata.extent.Extent extent)
Convenience method returning a single geographic bounding box from the specified extent. |
java.util.Collection |
getGeographicElements()
Provides geographic component of the extent of the referring object |
java.util.Collection |
getTemporalElements()
Provides temporal component of the extent of the referring object |
java.util.Collection |
getVerticalElements()
Provides vertical component of the extent of the referring object |
int |
hashCode()
Returns a hash code value for this extent. |
void |
setDescription(org.opengis.util.InternationalString newValue)
Set the spatial and temporal extent for the referring object. |
void |
setGeographicElements(java.util.Collection newValues)
Set geographic component of the extent of the referring object |
void |
setTemporalElements(java.util.Collection newValues)
Set temporal component of the extent of the referring object |
void |
setVerticalElements(java.util.Collection newValues)
Set vertical component of the extent of the referring object |
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 |
Field Detail |
public static final org.opengis.metadata.extent.Extent WORLD
Constructor Detail |
public ExtentImpl()
Method Detail |
public org.opengis.util.InternationalString getDescription()
getDescription
in interface org.opengis.metadata.extent.Extent
public void setDescription(org.opengis.util.InternationalString newValue)
public java.util.Collection getGeographicElements()
getGeographicElements
in interface org.opengis.metadata.extent.Extent
public void setGeographicElements(java.util.Collection newValues)
public java.util.Collection getTemporalElements()
getTemporalElements
in interface org.opengis.metadata.extent.Extent
public void setTemporalElements(java.util.Collection newValues)
public java.util.Collection getVerticalElements()
getVerticalElements
in interface org.opengis.metadata.extent.Extent
public void setVerticalElements(java.util.Collection newValues)
public static org.opengis.metadata.extent.GeographicBoundingBox getGeographicBoundingBox(org.opengis.metadata.extent.Extent extent)
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 |