Uses of Class
com.luciad.format.gml31.model.TLcdGML31CompositeValue
Packages that use TLcdGML31CompositeValue
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31CompositeValue in com.luciad.format.gml31.model
Subclasses of TLcdGML31CompositeValue in com.luciad.format.gml31.modelModifier and TypeClassDescriptionclass
A Value Array is used for homogeneous arrays of primitive and aggregate values.Methods in com.luciad.format.gml31.model that return TLcdGML31CompositeValueModifier and TypeMethodDescriptionTLcdGML31RangeParameters.getValue()
Returns the value of the property that maps to the choice between theBoolean
andCategory
andQuantity
andCount
andBooleanList
andCategoryList
andQuantityList
andCountList
andCategoryExtent
andQuantityExtent
andCountExtent
andCompositeValue
elements.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31CompositeValueModifier and TypeMethodDescriptionvoid
TLcdGML31RangeParameters.setValue
(TLcdGML31CompositeValue aValue) Sets the value of the property that maps to the choice between theBoolean
andCategory
andQuantity
andCount
andBooleanList
andCategoryList
andQuantityList
andCountList
andCategoryExtent
andQuantityExtent
andCountExtent
andCompositeValue
elements.