|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CC_OperationMethod",
specification=ISO_19111)
public interface OperationMethodDefinition 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.
Operation| Field Summary | |
|---|---|
static String |
FORMULA_KEY
Key for the "formula" property. |
| Fields inherited from interface IdentifiedObject |
|---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface IdentifiedObject |
|---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
| Field Detail |
|---|
static final String FORMULA_KEY
"formula" property.
This is used for setting the value to be returned by getFormula().
getFormula(),
Constant Field Values| Method Detail |
|---|
@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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||