Class ProjectiveTransform.ProviderAffine

  • All Implemented Interfaces:
    Serializable, IdentifiedObject, OperationMethod
    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:
    Serialized Form
    • Constructor Detail

      • ProviderAffine

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