Package org.gvsig.fmap.dal.feature
Interface FeatureStoreTimeSupport
- All Superinterfaces:
FeatureAttributeEmulator,org.gvsig.json.SupportFromJson,org.gvsig.json.SupportJson,org.gvsig.json.SupportToJson
-
Method Summary
Modifier and TypeMethodDescriptionintorg.gvsig.timesupport.IntervalGets theIntervalof the store, that means the temporal interval where the store has valid data.getTimes()Gets all the possible values of time for which the store has data.getTimes(org.gvsig.timesupport.Interval interval) Gets all the possible values of time for which the store has data and intersects with an interval.Methods inherited from interface org.gvsig.fmap.dal.feature.FeatureAttributeEmulator
allowSetting, get, getRequiredFieldNames, setMethods inherited from interface org.gvsig.json.SupportFromJson
fromJsonMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder, toJsonBuilder
-
Method Details
-
getAttributeName
String getAttributeName() -
getDataType
int getDataType() -
getInterval
org.gvsig.timesupport.Interval getInterval()Gets theIntervalof the store, that means the temporal interval where the store has valid data.- Returns:
- a time interval or null if there is not time support
-
getTimes
Collection getTimes()Gets all the possible values of time for which the store has data.- Returns:
- a collection of
objects.
invalid reference
Time
-
getTimes
Gets all the possible values of time for which the store has data and intersects with an interval.- Parameters:
interval- the interval of time- Returns:
- a collection of
objects.
invalid reference
Time
-