Package | Description |
---|---|
org.apache.sis.referencing.operation.builder |
Helper classes for creating
MathTransform s from a set of points. |
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
Class and Description |
---|
LinearTransform
A usually affine, or otherwise a projective transform, which convert coordinates using only linear equations.
|
Class and Description |
---|
AbstractMathTransform
Provides a default implementation for most methods required by the
MathTransform interface. |
AbstractMathTransform.Inverse
Base class for implementations of inverse math transforms.
|
IterationStrategy
Strategy for iterating over the point arrays given to
AbstractMathTransform.transform(…) methods. |
LinearTransform
A usually affine, or otherwise a projective transform, which convert coordinates using only linear equations.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.