Uses of Interface
org.opengis.referencing.operation.MathTransform
- 
Packages that use MathTransform Package Description 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 Modifier and Type Interface Description interfaceMathTransform1DTransforms one-dimensional coordinate points.interfaceMathTransform2DTransforms two-dimensional coordinate points.Methods in org.opengis.referencing.operation that return MathTransform Modifier and Type Method Description MathTransformMathTransformFactory. createAffineTransform(Matrix matrix)Creates an affine transform from a matrix.MathTransformMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.MathTransformMathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)Creates a transform by concatenating two existing transforms.MathTransformMathTransformFactory. createFromWKT(String wkt)Creates a math transform object from a Well-Known Text.default MathTransformMathTransformFactory. createFromXML(String xml)Deprecated.This method was defined in OGC 01-009 in anticipation for future normative specification, but no XML format for math transforms have been defined.MathTransformMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters.MathTransformMathTransformFactory. createPassThroughTransform(int firstAffectedCoordinate, MathTransform subTransform, int numTrailingCoordinates)Creates a transform which passes through a subset of coordinates to another transform.MathTransformTransformException. getLastCompletedTransform()Returns the last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values.MathTransformCoordinateOperation. getMathTransform()Gets the math transform.MathTransformMathTransform. inverse()Creates the inverse transform of this object.Methods in org.opengis.referencing.operation with parameters of type MathTransform Modifier and Type Method Description MathTransformMathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)Creates a transform by concatenating two existing transforms.MathTransformMathTransformFactory. createPassThroughTransform(int firstAffectedCoordinate, MathTransform subTransform, int numTrailingCoordinates)Creates a transform which passes through a subset of coordinates to another transform.voidTransformException. setLastCompletedTransform(MathTransform transform)Sets the last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values. 
 -