Uses of Interface
org.apache.sis.internal.referencing.ExtendedPrecisionMatrix
Packages that use ExtendedPrecisionMatrix
Package
Description
A set of helper classes having a dependency to Java2D.
Matrix implementations for spatiotemporal referencing.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of ExtendedPrecisionMatrix in org.apache.sis.internal.referencing.j2d
Classes in org.apache.sis.internal.referencing.j2d that implement ExtendedPrecisionMatrixModifier and TypeClassDescription(package private) final classThe matrix of anAffineTransform, optionally with storage for the error terms used in double-double arithmetic.Constructors in org.apache.sis.internal.referencing.j2d with parameters of type ExtendedPrecisionMatrixModifierConstructorDescriptionCreates a newAffineTransform2Dfrom the 9 or 18 values of the given matrix.privateAffineTransform2D(ExtendedPrecisionMatrix m, double[] elements) Work around for RFE #4093999 in Sun's bug database ("Relax constraint on placement of this()/super() call in constructors"). -
Uses of ExtendedPrecisionMatrix in org.apache.sis.referencing.operation.matrix
Classes in org.apache.sis.referencing.operation.matrix that implement ExtendedPrecisionMatrixModifier and TypeClassDescription(package private) classA two dimensional array of numbers.(package private) final classA matrix which is not square.(package private) final classA unmodifiable view of a matrix. -
Uses of ExtendedPrecisionMatrix in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement ExtendedPrecisionMatrixModifier and TypeClassDescription(package private) classA usually affine, or otherwise a projective transform for the generic cases.(package private) final classProjective transform in 2D case.(package private) final classAn affine transform that multiply the coordinate values by constant values, and optionally drop the last coordinates.(package private) final classAn affine transform that translate the coordinate values by constant values.