Package com.luciad.format.gml31.model
Class TLcdGML31AbstractTimeSlice
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AbstractGML
com.luciad.format.gml31.model.TLcdGML31AbstractTimeSlice
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Direct Known Subclasses:
TLcdGML31MovingObjectStatus
A timeslice encapsulates the time-varying properties of a dynamic feature--it
must be extended to represent a timestamped projection of a feature. The dataSource
property describes how the temporal data was acquired.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedataSourceelement.static final TLcdDataPropertyData property that maps to thevalidTimeelement.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
DESCRIPTION_PROPERTY, ID_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedataSourceelement.Returns the value of the property that maps to thevalidTimeelement.voidsetDataSource(TLcdGML31StringOrRef aValue) Sets the value of the property that maps to thedataSourceelement.voidSets the value of the property that maps to thevalidTimeelement.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
VALID_TIME_PROPERTY
Data property that maps to thevalidTimeelement. The possible values for this property are instances ofTLcdGML31TimePrimitiveProperty. -
DATA_SOURCE_PROPERTY
Data property that maps to thedataSourceelement. The possible values for this property are instances ofTLcdGML31StringOrRef.
-
-
Constructor Details
-
TLcdGML31AbstractTimeSlice
public TLcdGML31AbstractTimeSlice() -
TLcdGML31AbstractTimeSlice
-
-
Method Details
-
getValidTime
Returns the value of the property that maps to thevalidTimeelement.- Returns:
- the value of the
VALID_TIME_PROPERTYproperty. - See Also:
-
setValidTime
Sets the value of the property that maps to thevalidTimeelement.- Parameters:
aValue- the value to set for theVALID_TIME_PROPERTYproperty.
-
getDataSource
Returns the value of the property that maps to thedataSourceelement.- Returns:
- the value of the
DATA_SOURCE_PROPERTYproperty.
-
setDataSource
Sets the value of the property that maps to thedataSourceelement.- Parameters:
aValue- the value to set for theDATA_SOURCE_PROPERTYproperty.
-