Uses of Class
com.luciad.format.gml32.model.TLcdGML32StringOrRef
Packages that use TLcdGML32StringOrRef
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32StringOrRef in com.luciad.format.gml32.model
Methods in com.luciad.format.gml32.model that return TLcdGML32StringOrRefModifier and TypeMethodDescriptionTLcdGML32AbstractTimeSlice.getDataSource()
Returns the value of the property that maps to thedataSource
element.TLcdGML32DynamicFeature.getDataSource()
Returns the value of the property that maps to thedataSource
element.TLcdGML32AbstractGML.getDescription()
Returns the value of the property that maps to thedescription
element.TLcdGML32UnitDefinition.getQuantityType()
Returns the value of the property that maps to thequantityType
element.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32StringOrRefModifier and TypeMethodDescriptionvoid
TLcdGML32AbstractTimeSlice.setDataSource
(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thedataSource
element.void
TLcdGML32DynamicFeature.setDataSource
(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thedataSource
element.void
TLcdGML32AbstractGML.setDescription
(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thedescription
element.void
TLcdGML32UnitDefinition.setQuantityType
(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thequantityType
element.