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 thedataSourceelement.TLcdGML32DynamicFeature.getDataSource()Returns the value of the property that maps to thedataSourceelement.TLcdGML32AbstractGML.getDescription()Returns the value of the property that maps to thedescriptionelement.TLcdGML32UnitDefinition.getQuantityType()Returns the value of the property that maps to thequantityTypeelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32StringOrRefModifier and TypeMethodDescriptionvoidTLcdGML32AbstractTimeSlice.setDataSource(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thedataSourceelement.voidTLcdGML32DynamicFeature.setDataSource(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thedataSourceelement.voidTLcdGML32AbstractGML.setDescription(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thedescriptionelement.voidTLcdGML32UnitDefinition.setQuantityType(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thequantityTypeelement.