Uses of Interface
org.opengis.referencing.operation.MathTransform
Packages that use MathTransform
Package
Description
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing package.-
Uses of MathTransform in org.opengis.referencing.operation
Subinterfaces of MathTransform in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterfaceTransforms one-dimensional coordinate points.interfaceTransforms two-dimensional coordinate points.Methods in org.opengis.referencing.operation that return MathTransformModifier 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 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.MathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters) Creates a transform from a group of parameters.MathTransformFactory.createPassThroughTransform(int firstAffectedCoordinate, MathTransform subTransform, int numTrailingCoordinates) Creates a transform which passes through a subset of coordinates 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()Returns the mathematical operation which performs the actual work of changing coordinate values.default MathTransformMathTransform.inverse()Returns the inverse transform of this object.Methods in org.opengis.referencing.operation with parameters of type MathTransformModifier and TypeMethodDescriptionMathTransformFactory.createConcatenatedTransform(MathTransform transform1, MathTransform transform2) Creates a transform by concatenating two existing transforms.MathTransformFactory.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. -
Uses of MathTransform in org.opengis.test
Methods in org.opengis.test with parameters of type MathTransformModifier and TypeMethodDescriptionfinal voidValidatorContainer.validate(MathTransform object) Tests the conformance of the given object.static voidValidators.validate(MathTransform object) Tests the conformance of the given object. -
Uses of MathTransform in org.opengis.test.referencing
Fields in org.opengis.test.referencing declared as MathTransformModifier and TypeFieldDescriptionprotected MathTransformTransformTestCase.transformThe transform being tested.Methods in org.opengis.test.referencing with parameters of type MathTransformModifier and TypeMethodDescriptionvoidOperationValidator.validate(MathTransform object) Validates the given math transform.