public interface FeatureStoreTimeSupport extends FeatureAttributeEmulator
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
int |
getDataType() |
Interval |
getInterval()
Gets the
Interval of the store, that means the temporal interval
where the store has valid data. |
Collection |
getTimes()
Gets all the possible values of time for which the store has data.
|
Collection |
getTimes(Interval interval)
Gets all the possible values of time for which the store has data and
intersects with an interval.
|
allowSetting, get, getRequiredFieldNames, setString getAttributeName()
int getDataType()
Interval getInterval()
Interval of the store, that means the temporal interval
where the store has valid data.Collection getTimes()
Time objects.Collection getTimes(Interval interval)
interval - the interval of timeTime objects.