public class TemporalExtentImpl extends MetadataEntity implements TemporalExtent
LOGGER
Constructor and Description |
---|
TemporalExtentImpl()
Constructs an initially empty temporal extent.
|
TemporalExtentImpl(Date startTime,
Date endTime)
Creates a temporal extent initialized to the specified values.
|
TemporalExtentImpl(TemporalExtent source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Date |
getEndTime()
Returns the end date and time for the content of the dataset.
|
TemporalPrimitive |
getExtent()
Returns the date and time for the content of the dataset.
|
Date |
getStartTime()
The start date and time for the content of the dataset.
|
void |
setEndTime(Date newValue)
Set the end date and time for the content of the dataset.
|
void |
setExtent(TemporalPrimitive newValue)
Set the date and time for the content of the dataset.
|
void |
setStartTime(Date newValue)
Set the start date and time for the content of the dataset.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public TemporalExtentImpl()
public TemporalExtentImpl(TemporalExtent source)
public Date getStartTime()
public void setStartTime(Date newValue)
public Date getEndTime()
public void setEndTime(Date newValue)
public TemporalPrimitive getExtent()
getExtent
in interface TemporalExtent
public void setExtent(TemporalPrimitive newValue)
Copyright © 1996–2019 Geotools. All rights reserved.