Uses of Class
com.luciad.format.gml32.model.TLcdGML32Reference
Packages that use TLcdGML32Reference
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32Reference in com.luciad.format.gml32.model
Methods in com.luciad.format.gml32.model that return TLcdGML32ReferenceModifier and TypeMethodDescriptionTLcdGML32DynamicFeature.getDataSourceReference()
Returns the value of the property that maps to thedataSourceReference
element.TLcdGML32AbstractGML.getDescriptionReference()
Returns the value of the property that maps to thedescriptionReference
element.TLcdGML32UnitDefinition.getQuantityTypeReference()
Returns the value of the property that maps to thequantityTypeReference
element.TLcdGML32BaseUnit.getUnitsSystem()
Returns the value of the property that maps to theunitsSystem
element.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32ReferenceModifier and TypeMethodDescriptionvoid
TLcdGML32DynamicFeature.setDataSourceReference
(TLcdGML32Reference aValue) Sets the value of the property that maps to thedataSourceReference
element.void
TLcdGML32AbstractGML.setDescriptionReference
(TLcdGML32Reference aValue) Sets the value of the property that maps to thedescriptionReference
element.void
TLcdGML32UnitDefinition.setQuantityTypeReference
(TLcdGML32Reference aValue) Sets the value of the property that maps to thequantityTypeReference
element.void
TLcdGML32BaseUnit.setUnitsSystem
(TLcdGML32Reference aValue) Sets the value of the property that maps to theunitsSystem
element.