|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathTransform | |
---|---|
org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
Uses of MathTransform in org.opengis.referencing.operation |
---|
Subinterfaces of MathTransform in org.opengis.referencing.operation | |
---|---|
interface |
MathTransform1D
Transforms one-dimensional coordinate points. |
interface |
MathTransform2D
Transforms two-dimensional coordinate points. |
Methods in org.opengis.referencing.operation that return MathTransform | |
---|---|
MathTransform |
MathTransformFactory.createAffineTransform(Matrix matrix)
Creates an affine transform from a matrix. |
MathTransform |
MathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS,
ParameterValueGroup parameters,
CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS. |
MathTransform |
MathTransformFactory.createConcatenatedTransform(MathTransform transform1,
MathTransform transform2)
Creates a transform by concatenating two existing transforms. |
MathTransform |
MathTransformFactory.createFromWKT(String wkt)
Creates a math transform object from a string. |
MathTransform |
MathTransformFactory.createFromXML(String xml)
Creates a math transform object from a XML string. |
MathTransform |
MathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters)
Creates a transform from a group of parameters. |
MathTransform |
MathTransformFactory.createPassThroughTransform(int firstAffectedOrdinate,
MathTransform subTransform,
int numTrailingOrdinates)
Creates a transform which passes through a subset of ordinates to another transform. |
MathTransform |
TransformException.getLastCompletedTransform()
Returns the last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values. |
MathTransform |
CoordinateOperation.getMathTransform()
Gets the math transform. |
MathTransform |
MathTransform.inverse()
Creates the inverse transform of this object. |
Methods in org.opengis.referencing.operation with parameters of type MathTransform | |
---|---|
MathTransform |
MathTransformFactory.createConcatenatedTransform(MathTransform transform1,
MathTransform transform2)
Creates a transform by concatenating two existing transforms. |
MathTransform |
MathTransformFactory.createPassThroughTransform(int firstAffectedOrdinate,
MathTransform subTransform,
int numTrailingOrdinates)
Creates a transform which passes through a subset of ordinates to another transform. |
void |
TransformException.setLastCompletedTransform(MathTransform transform)
Sets the last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |