Package com.luciad.format.gml32.model
Class TLcdGML32OperationMethod
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.TLcdGML32OperationMethod
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115OperationMethod
gml:OperationMethod is a method (algorithm or procedure) used to perform a coordinate operation. Most operation methods use a number of operation parameters, although some coordinate conversions use none. Each coordinate operation using the method assigns values to these parameters.
The parameter elements are an unordered list of associations to the set of operation parameters and parameter groups used by this operation method.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theformulaCitationandformulaelements.static final TLcdDataPropertyData property that maps to theparameterelement.static final TLcdDataPropertyData property that maps to thesourceDimensionselement.static final TLcdDataPropertyData property that maps to thetargetDimensionselement.Fields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theformulaCitationandformulaelements.Returns the value of the property that maps to theparameterelement.Returns the value of the property that maps to thesourceDimensionselement.Returns the value of the property that maps to thetargetDimensionselement.voidSets the value of the property that maps to the choice between theformulaCitationandformulaelements.voidsetSourceDimensions(Long aValue) Sets the value of the property that maps to thesourceDimensionselement.voidsetTargetDimensions(Long aValue) Sets the value of the property that maps to thetargetDimensionselement.Methods 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
-
FORMULA_CITATION_FORMULA_PROPERTY
Data property that maps to the choice between theformulaCitationandformulaelements. The possible values for this property are instances of -
SOURCE_DIMENSIONS_PROPERTY
Data property that maps to thesourceDimensionselement. The possible values for this property are instances ofLong. -
TARGET_DIMENSIONS_PROPERTY
Data property that maps to thetargetDimensionselement. 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
-
TLcdGML32OperationMethod
public TLcdGML32OperationMethod() -
TLcdGML32OperationMethod
-
-
Method Details
-
getFormulaCitation_formula
Returns the value of the property that maps to the choice between theformulaCitationandformulaelements.The possible values for this property are instances of
- Returns:
- the value of the
FORMULA_CITATION_FORMULA_PROPERTYproperty.
-
setFormulaCitation_formula
Sets the value of the property that maps to the choice between theformulaCitationandformulaelements.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theFORMULA_CITATION_FORMULA_PROPERTYproperty.
-
getSourceDimensions
Returns the value of the property that maps to thesourceDimensionselement.gml:sourceDimensions is the number of dimensions in the source CRS of this operation method.
- Returns:
- the value of the
SOURCE_DIMENSIONS_PROPERTYproperty.
-
setSourceDimensions
Sets the value of the property that maps to thesourceDimensionselement.gml:sourceDimensions is the number of dimensions in the source CRS of this operation method.
- Parameters:
aValue- the value to set for theSOURCE_DIMENSIONS_PROPERTYproperty.
-
getTargetDimensions
Returns the value of the property that maps to thetargetDimensionselement.gml:targetDimensions is the number of dimensions in the target CRS of this operation method.
- Returns:
- the value of the
TARGET_DIMENSIONS_PROPERTYproperty.
-
setTargetDimensions
Sets the value of the property that maps to thetargetDimensionselement.gml:targetDimensions is the number of dimensions in the target CRS of this operation method.
- Parameters:
aValue- the value to set for theTARGET_DIMENSIONS_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:
-