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 TypeClassDescriptionclassThis 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_PROPERTYproperty.TLcdGML31DynamicFeatureCollection.getHistory()Returns the role value contained in the value of theTLcdGML31DynamicFeatureCollection.HISTORY_PROPERTYproperty.TLcdGML31HistoryProperty.getTimeSlice()Returns the value of the property that maps to the_TimeSliceelement.Method parameters in com.luciad.format.gml31.model with type arguments of type TLcdGML31AbstractTimeSliceModifier and TypeMethodDescriptionvoidTLcdGML31DynamicFeature.setHistory(List<TLcdGML31AbstractTimeSlice> aValue) Sets the value of the property that maps to thehistoryelement.voidTLcdGML31DynamicFeatureCollection.setHistory(List<TLcdGML31AbstractTimeSlice> aValue) Sets the value of the property that maps to thehistoryelement.