Class ProjectiveTransform.ProviderAffine

All Implemented Interfaces:
Serializable, IdentifiedObject, OperationMethod, PROJFormattable
Enclosing class:
ProjectiveTransform

public static final class ProjectiveTransform.ProviderAffine extends MathTransformProvider
The provider for the "Affine general parametric transformation" (EPSG 9624). The OGC's name is "Affine". The default matrix size is 3×3.

Note that affine transform is a special case of projective transform.

Author:
Martin Desruisseaux (IRD)
See Also:
  • Constructor Details

    • ProviderAffine

      public ProviderAffine()
      Creates a provider for affine transform with a default matrix size.
  • Method Details