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 class
The 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 newAffineTransform2D
from the 9 or 18 values of the given matrix.private
AffineTransform2D
(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) class
A two dimensional array of numbers.(package private) final class
A matrix which is not square.(package private) final class
A 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) class
A usually affine, or otherwise a projective transform for the generic cases.(package private) final class
Projective transform in 2D case.(package private) final class
An affine transform that multiply the coordinate values by constant values, and optionally drop the last coordinates.(package private) final class
An affine transform that translate the coordinate values by constant values.