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 thedataSourceReferenceelement.TLcdGML32AbstractGML.getDescriptionReference()Returns the value of the property that maps to thedescriptionReferenceelement.TLcdGML32UnitDefinition.getQuantityTypeReference()Returns the value of the property that maps to thequantityTypeReferenceelement.TLcdGML32BaseUnit.getUnitsSystem()Returns the value of the property that maps to theunitsSystemelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32ReferenceModifier and TypeMethodDescriptionvoidTLcdGML32DynamicFeature.setDataSourceReference(TLcdGML32Reference aValue) Sets the value of the property that maps to thedataSourceReferenceelement.voidTLcdGML32AbstractGML.setDescriptionReference(TLcdGML32Reference aValue) Sets the value of the property that maps to thedescriptionReferenceelement.voidTLcdGML32UnitDefinition.setQuantityTypeReference(TLcdGML32Reference aValue) Sets the value of the property that maps to thequantityTypeReferenceelement.voidTLcdGML32BaseUnit.setUnitsSystem(TLcdGML32Reference aValue) Sets the value of the property that maps to theunitsSystemelement.