| Package | Description |
|---|---|
| org.apache.sis.referencing.operation.builder |
Helper classes for creating Math Transforms from a set of points.
|
| org.apache.sis.referencing.operation.projection |
Map projection implementations.
|
| 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. |
| AbstractMathTransform2D
Base class for math transforms that are known to be two-dimensional in all cases.
|
| ContextualParameters
The parameters that describe a sequence of
normalize → non-linear kernel → denormalize transforms as a whole.
|
| 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.
|
| ContextualParameters
The parameters that describe a sequence of
normalize → non-linear kernel → denormalize transforms as a whole.
|
| 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.