|
|||||||||||
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
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 | |
TemporalExtentImpl()
Constructs an initially empty temporal extent. |
|
TemporalExtentImpl(java.util.Date startTime,
java.util.Date endTime)
Creates a temporal extent initialized to the specified values. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this TemporalExtent with the specified object for equality. |
java.util.Date |
getEndTime()
Returns the end date and time for the content of the dataset. |
java.util.Date |
getStartTime()
The start date and time for the content of the dataset. |
int |
hashCode()
Returns a hash code value for this series. |
void |
setEndTime(java.util.Date newValue)
Set the end date and time for the content of the dataset. |
void |
setStartTime(java.util.Date newValue)
Set the start date and time for the content of the dataset. |
java.lang.String |
toString()
Returns a string representation of this series. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, freeze, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TemporalExtentImpl()
public TemporalExtentImpl(java.util.Date startTime, java.util.Date endTime)
Method Detail |
public java.util.Date getStartTime()
public void setStartTime(java.util.Date newValue)
public java.util.Date getEndTime()
public void setEndTime(java.util.Date newValue)
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 |