public interface FeatureStoreTimeSupport extends FeatureAttributeEmulator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName() |
int |
getDataType() |
Interval |
getInterval()
Gets the
Interval of the store, that means the temporal interval
where the store has valid data. |
java.util.Collection |
getTimes()
Gets all the possible values of time for which the store has data.
|
java.util.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, setfromJsontoJson, toJson, toJsonBuilder, toJsonBuilderjava.lang.String getAttributeName()
int getDataType()
Interval getInterval()
Interval of the store, that means the temporal interval
where the store has valid data.java.util.Collection getTimes()
Time objects.java.util.Collection getTimes(Interval interval)
interval - the interval of timeTime objects.