Package com.luciad.format.gml32.model
Class TLcdGML32OperationParameterGroup
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32DefinitionBase
com.luciad.format.gml32.model.TLcdGML32Definition
com.luciad.format.gml32.model.TLcdGML32IdentifiedObject
com.luciad.format.gml32.model.TLcdGML32AbstractGeneralOperationParameter
com.luciad.format.gml32.model.TLcdGML32OperationParameterGroup
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115OperationParameterGroup
gml:OperationParameterGroup is the definition of a group of parameters used by an operation method. This complex type is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names.
The generalOperationParameter elements are an unordered list of associations to the set of operation parameters that are members of this group.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to themaximumOccurselement.static final TLcdDataPropertyData property that maps to theparameterelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeneralOperationParameter
MINIMUM_OCCURS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to themaximumOccurselement.Returns the value of the property that maps to theparameterelement.voidsetMaximumOccurs(Long aValue) Sets the value of the property that maps to themaximumOccurselement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeneralOperationParameter
getMinimumOccurs, setMinimumOccursMethods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarksMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
MAXIMUM_OCCURS_PROPERTY
Data property that maps to themaximumOccurselement. The possible values for this property are instances ofLong. -
PARAMETER_PROPERTY
Data property that maps to theparameterelement. The possible values for this property are instances ofList<TLcdGML32AbstractGeneralOperationParameterProperty>.
-
-
Constructor Details
-
TLcdGML32OperationParameterGroup
public TLcdGML32OperationParameterGroup() -
TLcdGML32OperationParameterGroup
-
-
Method Details
-
getMaximumOccurs
Returns the value of the property that maps to themaximumOccurselement.gml:maximumOccurs is the maximum number of times that values for this parameter group may be included. If this attribute is omitted, the maximum number shall be one.
- Returns:
- the value of the
MAXIMUM_OCCURS_PROPERTYproperty.
-
setMaximumOccurs
Sets the value of the property that maps to themaximumOccurselement.gml:maximumOccurs is the maximum number of times that values for this parameter group may be included. If this attribute is omitted, the maximum number shall be one.
- Parameters:
aValue- the value to set for theMAXIMUM_OCCURS_PROPERTYproperty.
-
getParameter
Returns the value of the property that maps to theparameterelement.gml:parameter is an association to an operation parameter or parameter group.
- Returns:
- the value of the
PARAMETER_PROPERTYproperty. - See Also:
-