Class MathTransformProvider

    • Constructor Detail

      • MathTransformProvider

        public MathTransformProvider​(int sourceDimensions,
                                     int targetDimensions,
                                     ParameterDescriptorGroup parameters)
        Constructs a math transform provider from a set of parameters. The provider identifiers will be the same than the parameter ones.
        Parameters:
        sourceDimensions - Number of dimensions in the source CRS of this operation method.
        targetDimensions - Number of dimensions in the target CRS of this operation method.
        parameters - The set of parameters (never null).
      • MathTransformProvider

        public MathTransformProvider​(Map<String,​?> properties,
                                     int sourceDimensions,
                                     int targetDimensions,
                                     ParameterDescriptorGroup parameters)
        Constructs a math transform provider from a set of properties. The properties map is given unchanged to the super-class constructor.
        Parameters:
        properties - Set of properties. Should contains at least "name".
        sourceDimensions - Number of dimensions in the source CRS of this operation method.
        targetDimensions - Number of dimensions in the target CRS of this operation method.
        parameters - The set of parameters (never null).