@UML(identifier="CC_OperationMethod", specification=ISO_19111) public interface OperationMethod extends IdentifiedObject
Operation| Modifier and Type | Field and Description | 
|---|---|
| static String | FORMULA_KEYKey for the  "formula"property. | 
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY| Modifier and Type | Method and Description | 
|---|---|
| InternationalString | getFormula()Formula(s) or procedure used by this operation method. | 
| ParameterDescriptorGroup | getParameters()The set of parameters. | 
| int | getSourceDimensions()Number of dimensions in the source CRS of this operation method. | 
| int | getTargetDimensions()Number of dimensions in the target CRS of this operation method. | 
getAlias, getIdentifiers, getName, getRemarks, toWKTstatic final String FORMULA_KEY
"formula" property. This is used for setting the value to be returned
 by getFormula().getFormula(), 
Constant Field Values@UML(identifier="formula", obligation=MANDATORY, specification=ISO_19111) InternationalString getFormula()
@UML(identifier="sourceDimensions", obligation=MANDATORY, specification=ISO_19111) int getSourceDimensions()
@UML(identifier="targetDimensions", obligation=MANDATORY, specification=ISO_19111) int getTargetDimensions()
@UML(identifier="usesParameter", obligation=MANDATORY, specification=ISO_19111) ParameterDescriptorGroup getParameters()
Copyright © 1996–2019 Geotools. All rights reserved.