|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.extent.TemporalExtentImpl
public class 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.AbstractMetadata |
---|
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. |
|
TemporalExtentImpl(org.opengis.metadata.extent.TemporalExtent source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Date |
getEndTime()
Returns the end date and time for the content of the dataset. |
org.opengis.temporal.TemporalPrimitive |
getExtent()
Returns the date and time for the content of the dataset. |
java.util.Date |
getStartTime()
The start date and time for the content of the dataset. |
void |
setEndTime(java.util.Date newValue)
Set the end date and time for the content of the dataset. |
void |
setExtent(org.opengis.temporal.TemporalPrimitive newValue)
Set the 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. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TemporalExtentImpl()
public TemporalExtentImpl(org.opengis.metadata.extent.TemporalExtent source)
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 org.opengis.temporal.TemporalPrimitive getExtent()
getExtent
in interface org.opengis.metadata.extent.TemporalExtent
public void setExtent(org.opengis.temporal.TemporalPrimitive newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |