Interface Formula


@Classifier(UNION) @UML(identifier="CC_Formula", specification=ISO_19111) public interface Formula
Specification of the coordinate operation method formula. A formula may be given textually, or may be a reference to a publication. If the operation method is not analytic, then Formula actually gives the procedure rather than an analytic formula.

Formulas are given by OperationMethod.getFormula(). Formula objects are for human reading; the object that actually does the work of applying the formula or procedure to coordinate values is MathTransform.

Since:
2.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Reference to a publication giving the formula(s) or procedure used by the coordinate operation method.
    Formula(s) or procedure used by the operation method.