Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractTimeSlice
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31AbstractTimeSlice in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
This type encapsulates various dynamic properties of moving objects (points, lines, regions).Modifier and TypeMethodDescriptionTLcdGML31DynamicFeature.getHistory()
Returns the role value contained in the value of theTLcdGML31DynamicFeature.HISTORY_PROPERTY
property.TLcdGML31DynamicFeatureCollection.getHistory()
Returns the role value contained in the value of theTLcdGML31DynamicFeatureCollection.HISTORY_PROPERTY
property.TLcdGML31HistoryProperty.getTimeSlice()
Returns the value of the property that maps to the_TimeSlice
element.Modifier and TypeMethodDescriptionvoid
TLcdGML31DynamicFeature.setHistory
(List<TLcdGML31AbstractTimeSlice> aValue) Sets the value of the property that maps to thehistory
element.void
TLcdGML31DynamicFeatureCollection.setHistory
(List<TLcdGML31AbstractTimeSlice> aValue) Sets the value of the property that maps to thehistory
element.