Uses of Interface
org.opengis.referencing.operation.MathTransform
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of MathTransform in org.opengis.referencing.operation
Modifier and TypeInterfaceDescriptioninterface
Transforms one-dimensional coordinate points.interface
Transforms two-dimensional coordinate points.Modifier and TypeMethodDescriptionMathTransformFactory.createAffineTransform
(Matrix matrix) Creates an affine transform from a matrix.MathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.MathTransformFactory.createConcatenatedTransform
(MathTransform transform1, MathTransform transform2) Creates a transform by concatenating two existing transforms.MathTransformFactory.createFromWKT
(String wkt) Creates a math transform object from a string.MathTransformFactory.createFromXML
(String xml) Creates a math transform object from a XML string.MathTransformFactory.createParameterizedTransform
(ParameterValueGroup parameters) Creates a transform from a group of parameters.MathTransformFactory.createPassThroughTransform
(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates) Creates a transform which passes through a subset of ordinates to another transform.TransformException.getLastCompletedTransform()
Returns the last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values.CoordinateOperation.getMathTransform()
Gets the math transform.MathTransform.inverse()
Creates the inverse transform of this object.Modifier and TypeMethodDescriptionMathTransformFactory.createConcatenatedTransform
(MathTransform transform1, MathTransform transform2) Creates a transform by concatenating two existing transforms.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.