Package | Description |
---|---|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.geotools.referencing.operation.projection |
Basic implementations of map projections.
|
org.geotools.referencing.operation.transform |
Basic implementations of math transforms.
|
org.opengis.referencing.operation |
Coordinate operations
(relationship between any two coordinate reference systems).
|
Modifier and Type | Method and Description |
---|---|
protected CoordinateOperation |
AbstractCoordinateOperationFactory.inverse(CoordinateOperation operation)
Returns the inverse of the specified operation.
|
Modifier and Type | Method and Description |
---|---|
MathTransform2D |
MapProjection.inverse()
Returns the inverse of this map projection.
|
Modifier and Type | Method and Description |
---|---|
MathTransform2D |
AffineTransform2D.inverse()
Creates the inverse transform of this object.
|
MathTransform |
ProjectiveTransform.inverse()
Creates the inverse transform of this object.
|
MathTransform |
AbstractMathTransform.inverse()
Creates the inverse transform of this object.
|
MathTransform1D |
LinearTransform1D.inverse()
Creates the inverse transform of this object.
|
MathTransform |
PassThroughTransform.inverse()
Creates the inverse transform of this object.
|
MathTransform |
MathTransformProxy.inverse()
Returns the inverse of this math transform.
|
MathTransform |
ConcatenatedTransform.inverse()
Creates the inverse transform of this object.
|
MathTransform2D |
WarpTransform2D.inverse()
Returns the inverse transform.
|
Modifier and Type | Method and Description |
---|---|
MathTransform |
MathTransform.inverse()
Creates the inverse transform of this object.
|
MathTransform1D |
MathTransform1D.inverse()
Creates the inverse transform of this object.
|
MathTransform2D |
MathTransform2D.inverse()
Creates the inverse transform of this object.
|
Copyright © 1996–2019 Geotools. All rights reserved.