Package net.opengis.gml311
Interface OperationMethodType
- All Superinterfaces:
- AbstractGMLType,- DefinitionType,- EObject,- Notifier,- OperationMethodBaseType
- All Known Implementing Classes:
- OperationMethodTypeImpl
 A representation of the model object 'Operation Method Type'.
 
 
 Definition of an algorithm 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 following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Method Formula' containment reference.EList<IdentifierType>Returns the value of the 'Method ID' containment reference list.Returns the value of the 'Remarks' containment reference.Returns the value of the 'Source Dimensions' attribute.Returns the value of the 'Target Dimensions' attribute.Returns the value of the 'Uses Parameter' containment reference list.voidsetMethodFormula(CodeType value) Sets the value of the 'Method Formula' containment reference.voidsetRemarks(StringOrRefType value) Sets the value of the 'Remarks' containment reference.voidsetSourceDimensions(BigInteger value) Sets the value of the 'Source Dimensions' attribute.voidsetTargetDimensions(BigInteger value) Sets the value of the 'Target Dimensions' attribute.Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OperationMethodBaseTypegetMethodName, setMethodName
- 
Method Details- 
getMethodIDEList<IdentifierType> getMethodID()Returns the value of the 'Method ID' containment reference list. The list contents are of typeIdentifierType. Set of alternative identifications of this operation method. The first methodID, if any, is normally the primary identification code, and any others are aliases.- Returns:
- the value of the 'Method ID' containment reference list.
- See Also:
 
- 
getRemarksStringOrRefType getRemarks()Returns the value of the 'Remarks' containment reference. Comments on or information about this operation method, including source information.- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
 
- 
setRemarksSets the value of the 'Remarks' containment reference.- Parameters:
- value- the new value of the 'Remarks' containment reference.
- See Also:
 
- 
getMethodFormulaCodeType getMethodFormula()Returns the value of the 'Method Formula' containment reference. Formula(s) used by this operation method. The value may be a reference to a publication. Note that the operation method may not be analytic, in which case this element references or contains the procedure, not an analytic formula.- Returns:
- the value of the 'Method Formula' containment reference.
- See Also:
 
- 
setMethodFormulaSets the value of the 'Method Formula' containment reference.- Parameters:
- value- the new value of the 'Method Formula' containment reference.
- See Also:
 
- 
getSourceDimensionsBigInteger getSourceDimensions()Returns the value of the 'Source Dimensions' attribute. Number of dimensions in the source CRS of this operation method.- Returns:
- the value of the 'Source Dimensions' attribute.
- See Also:
 
- 
setSourceDimensionsSets the value of the 'Source Dimensions' attribute.- Parameters:
- value- the new value of the 'Source Dimensions' attribute.
- See Also:
 
- 
getTargetDimensionsBigInteger getTargetDimensions()Returns the value of the 'Target Dimensions' attribute. Number of dimensions in the target CRS of this operation method.- Returns:
- the value of the 'Target Dimensions' attribute.
- See Also:
 
- 
setTargetDimensionsSets the value of the 'Target Dimensions' attribute.- Parameters:
- value- the new value of the 'Target Dimensions' attribute.
- See Also:
 
- 
getUsesParameterEList<AbstractGeneralOperationParameterRefType> getUsesParameter()Returns the value of the 'Uses Parameter' containment reference list. The list contents are of typeAbstractGeneralOperationParameterRefType. Unordered list of associations to the set of operation parameters and parameter groups used by this operation method.- Returns:
- the value of the 'Uses Parameter' containment reference list.
- See Also:
 
 
-