Package com.luciad.format.gml32.model
Class TLcdGML32ParameterValueGroup
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGeneralParameterValue
com.luciad.format.gml32.model.TLcdGML32ParameterValueGroup
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
gml:ParameterValueGroup is a group of related parameter values. The same group can be repeated more than once in a Conversion, Transformation, or higher level ParameterValueGroup, if those instances contain different values of one or more parameterValues which suitably distinquish among those groups. This concrete complex type can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents. This complex type may be used, extended, or restricted for well-known operation methods, especially for methods with only one instance.
The parameterValue elements are an unordered set of composition association roles to the parameter values and groups of values included in this group.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thegroupelement.static final TLcdDataPropertyData property that maps to theparameterValueelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Returns the value of the property that maps to thegroupelement.Gets the value of thePARAMETER_VALUE_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeneralParameterValueinstances.voidSets the value of the property that maps to thegroupelement.
-
Field Details
-
PARAMETER_VALUE_PROPERTY
Data property that maps to theparameterValueelement. The possible values for this property are instances ofList<TLcdGML32AbstractGeneralParameterValueProperty>. -
GROUP_PROPERTY
Data property that maps to thegroupelement. The possible values for this property are instances ofTLcdGML32OperationParameterGroupProperty.
-
-
Constructor Details
-
TLcdGML32ParameterValueGroup
public TLcdGML32ParameterValueGroup() -
TLcdGML32ParameterValueGroup
-
-
Method Details
-
getParameterValue
Gets the value of thePARAMETER_VALUE_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeneralParameterValueinstances.gml:parameterValue is a composition association to a parameter value or group of parameter values used by a coordinate operation.
- Returns:
- the value of the
PARAMETER_VALUE_PROPERTYproperty adapted to a list ofTLcdGML32AbstractGeneralParameterValueinstances. - See Also:
-
getGroup
Returns the value of the property that maps to thegroupelement.gml:group is an association role to the operation parameter group for which this element provides parameter values.
- Returns:
- the value of the
GROUP_PROPERTYproperty. - See Also:
-
setGroup
Sets the value of the property that maps to thegroupelement.gml:group is an association role to the operation parameter group for which this element provides parameter values.
- Parameters:
aValue- the value to set for theGROUP_PROPERTYproperty.
-