Package com.luciad.format.gml31.model
Class TLcdGML31HistoryProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31HistoryProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
- Direct Known Subclasses:
TLcdGML31Track
The history relationship associates a feature with a sequence of TimeSlice instances.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the_TimeSlice
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the_TimeSlice
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
TIME_SLICE_PROPERTY
Data property that maps to the_TimeSlice
element. The possible values for this property are instances ofList<TLcdGML31AbstractTimeSlice>
.
-
-
Constructor Details
-
TLcdGML31HistoryProperty
public TLcdGML31HistoryProperty() -
TLcdGML31HistoryProperty
-
-
Method Details
-
getTimeSlice
Returns the value of the property that maps to the_TimeSlice
element.- Returns:
- the value of the
TIME_SLICE_PROPERTY
property.
-