Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractTimeSlice
Packages that use 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
Subclasses of TLcdGML31AbstractTimeSlice in com.luciad.format.gml31.modelModifier and TypeClassDescriptionclass
This type encapsulates various dynamic properties of moving objects (points, lines, regions).Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31AbstractTimeSliceModifier 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.Method parameters in com.luciad.format.gml31.model with type arguments of type TLcdGML31AbstractTimeSliceModifier 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.