|
|||||||||||
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.TemporalExtentImpl org.geotools.metadata.iso.extent.SpatialTemporalExtentImpl
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 | |
SpatialTemporalExtentImpl()
Constructs an initially empty spatial-temporal extent. |
|
SpatialTemporalExtentImpl(java.util.Date startTime,
java.util.Date endTime,
java.util.Collection spatialExtent)
Creates a spatial-temporal extent initialized to the specified values. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this spatial-temporal extent with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
getSpatialExtent()
Returns the spatial extent component of composite spatial and temporal extent. |
int |
hashCode()
Returns a hash code value for this extent. |
void |
setSpatialExtent(java.util.Collection newValues)
Set the spatial extent component of composite spatial and temporal extent. |
java.lang.String |
toString()
Returns a string representation of this extent. |
Methods inherited from class org.geotools.metadata.iso.extent.TemporalExtentImpl |
getEndTime, getStartTime, setEndTime, setStartTime |
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 SpatialTemporalExtentImpl()
public SpatialTemporalExtentImpl(java.util.Date startTime, java.util.Date endTime, java.util.Collection spatialExtent)
Method Detail |
public java.util.Collection getSpatialExtent()
getSpatialExtent
in interface org.opengis.metadata.extent.SpatialTemporalExtent
public void setSpatialExtent(java.util.Collection newValues)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
equals
in class TemporalExtentImpl
public int hashCode()
hashCode
in class TemporalExtentImpl
public java.lang.String toString()
toString
in class TemporalExtentImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |