| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.extent.TemporalExtentImpl
All known Subclasses: org.geotools.metadata.iso.extent.SpatialTemporalExtentImpl,
TemporalExtentImpl | public class TemporalExtentImpl extends MetadataEntity implements TemporalExtent(Code) | | Boundary enclosing the dataset, expressed as the closed set of
(x,y) coordinates of the polygon. The last
point replicates first point.
version: $Id: TemporalExtentImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Constructor Summary | |
public | TemporalExtentImpl() Constructs an initially empty temporal extent. | public | TemporalExtentImpl(TemporalExtent source) Constructs a metadata entity initialized with the values from the specified metadata. | public | TemporalExtentImpl(Date startTime, Date endTime) Creates a temporal extent initialized to the specified values. |
Method Summary | |
public synchronized Date | getEndTime() Returns the end date and time for the content of the dataset. | public TemporalPrimitive | getExtent() Returns the date and time for the content of the dataset. | public synchronized Date | getStartTime() The start date and time for the content of the dataset. | public synchronized void | setEndTime(Date newValue) Set the end date and time for the content of the dataset. | public synchronized void | setExtent(TemporalPrimitive newValue) Set the date and time for the content of the dataset. | public synchronized void | setStartTime(Date newValue) Set the start date and time for the content of the dataset. |
TemporalExtentImpl | public TemporalExtentImpl()(Code) | | Constructs an initially empty temporal extent.
|
TemporalExtentImpl | public TemporalExtentImpl(TemporalExtent source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
TemporalExtentImpl | public TemporalExtentImpl(Date startTime, Date endTime)(Code) | | Creates a temporal extent initialized to the specified values.
|
getEndTime | public synchronized Date getEndTime()(Code) | | Returns the end date and time for the content of the dataset.
|
getExtent | public TemporalPrimitive getExtent()(Code) | | Returns the date and time for the content of the dataset.
since: 2.4 |
getStartTime | public synchronized Date getStartTime()(Code) | | The start date and time for the content of the dataset.
|
setEndTime | public synchronized void setEndTime(Date newValue)(Code) | | Set the end date and time for the content of the dataset.
|
setExtent | public synchronized void setExtent(TemporalPrimitive newValue)(Code) | | Set the date and time for the content of the dataset.
since: 2.4 |
setStartTime | public synchronized void setStartTime(Date newValue)(Code) | | Set the start date and time for the content of the dataset.
|
|
|