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