Uses of Class
com.luciad.format.gml32.model.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
Modifier 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.Modifier 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.