Package com.luciad.format.gml32.model
Class TLcdGML32ParameterValue
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGeneralParameterValue
com.luciad.format.gml32.model.TLcdGML32ParameterValue
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
gml:ParameterValue is a parameter value, an ordered sequence of values, or a reference to a file of parameter values. This concrete complex type may be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complex type may be used, extended, or restricted for well-known operation methods, especially for methods with many instances.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theoperationParameterelement.static final TLcdDataPropertyData property that maps to the choice between thevalueanddmsAngleValueandstringValueandintegerValueandbooleanValueandvalueListandintegerValueListandvalueFileelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theoperationParameterelement.getValue()Returns the value of the property that maps to the choice between thevalueanddmsAngleValueandstringValueandintegerValueandbooleanValueandvalueListandintegerValueListandvalueFileelements.voidSets the value of the property that maps to theoperationParameterelement.voidSets the value of the property that maps to the choice between thevalueanddmsAngleValueandstringValueandintegerValueandbooleanValueandvalueListandintegerValueListandvalueFileelements.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the choice between thevalueanddmsAngleValueandstringValueandintegerValueandbooleanValueandvalueListandintegerValueListandvalueFileelements. The possible values for this property are instances ofTLcdGML32MeasureILcdDataObjectStringLongBooleanTLcdGML32MeasureListILcdLongListURI
-
OPERATION_PARAMETER_PROPERTY
Data property that maps to theoperationParameterelement. The possible values for this property are instances ofTLcdGML32OperationParameterProperty.
-
-
Constructor Details
-
TLcdGML32ParameterValue
public TLcdGML32ParameterValue() -
TLcdGML32ParameterValue
-
-
Method Details
-
getValue
Returns the value of the property that maps to the choice between thevalueanddmsAngleValueandstringValueandintegerValueandbooleanValueandvalueListandintegerValueListandvalueFileelements.The possible values for this property are instances of
TLcdGML32MeasureILcdDataObjectStringLongBooleanTLcdGML32MeasureListILcdLongListURI
- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValue
Sets the value of the property that maps to the choice between thevalueanddmsAngleValueandstringValueandintegerValueandbooleanValueandvalueListandintegerValueListandvalueFileelements.The possible values for this property are instances of
TLcdGML32MeasureILcdDataObjectStringLongBooleanTLcdGML32MeasureListILcdLongListURI
- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-
getOperationParameter
Returns the value of the property that maps to theoperationParameterelement.gml:operationParameter is an association role to the operation parameter of which this is a value.
- Returns:
- the value of the
OPERATION_PARAMETER_PROPERTYproperty. - See Also:
-
setOperationParameter
Sets the value of the property that maps to theoperationParameterelement.gml:operationParameter is an association role to the operation parameter of which this is a value.
- Parameters:
aValue- the value to set for theOPERATION_PARAMETER_PROPERTYproperty.
-