Interface OperationMethod

    • Method Detail

      • getFormula

        InternationalString getFormula()
        Formula(s) or procedure used by this operation method. This may be a reference to a publication. Note that the operation method may not be analytic, in which case this attribute references or contains the procedure, not an analytic formula.
        Returns:
        The formula used by this method.
      • getSourceDimensions

        int getSourceDimensions()
        Number of dimensions in the source CRS of this operation method.
        Returns:
        The dimension of source CRS.
      • getTargetDimensions

        int getTargetDimensions()
        Number of dimensions in the target CRS of this operation method.
        Returns:
        The dimension of target CRS.
      • getParameters

        ParameterDescriptorGroup getParameters()
        The set of parameters.
        Returns:
        The parameters, or an empty group if none.