Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractGeneralParameterValue
Packages that use TLcdGML32AbstractGeneralParameterValue
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32AbstractGeneralParameterValue in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractGeneralParameterValue in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclassgml:ParameterValue is a parameter value, an ordered sequence of values, or a reference to a file of parameter values.classgml:ParameterValueGroup is a group of related parameter values.Methods in com.luciad.format.gml32.model that return TLcdGML32AbstractGeneralParameterValueModifier and TypeMethodDescriptionTLcdGML32AbstractGeneralParameterValueProperty.getAbstractGeneralParameterValue()Returns the value of the property that maps to theAbstractGeneralParameterValueelement.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32AbstractGeneralParameterValueModifier and TypeMethodDescriptionTLcdGML32Conversion.getParameterValue()Gets the value of theTLcdGML32Conversion.PARAMETER_VALUE_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeneralParameterValueinstances.TLcdGML32ParameterValueGroup.getParameterValue()Gets the value of theTLcdGML32ParameterValueGroup.PARAMETER_VALUE_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeneralParameterValueinstances.TLcdGML32Transformation.getParameterValue()Gets the value of theTLcdGML32Transformation.PARAMETER_VALUE_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeneralParameterValueinstances.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractGeneralParameterValueModifier and TypeMethodDescriptionvoidTLcdGML32AbstractGeneralParameterValueProperty.setAbstractGeneralParameterValue(TLcdGML32AbstractGeneralParameterValue aValue) Sets the value of the property that maps to theAbstractGeneralParameterValueelement.