Uses of Package
org.opengis.referencing.operation
-
Packages that use org.opengis.referencing.operation Package Description org.opengis.referencing.crs org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
Classes in org.opengis.referencing.operation used by org.opengis.referencing.crs Class Description Conversion An operation on coordinates that does not include any change of Datum.Projection A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y). -
Classes in org.opengis.referencing.operation used by org.opengis.referencing.operation Class Description Conversion An operation on coordinates that does not include any change of Datum.CoordinateOperation A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.Formula Specification of the coordinate operation method formula.MathTransform Transforms multi-dimensional coordinate points.MathTransform1D Transforms one-dimensional coordinate points.MathTransform2D Transforms two-dimensional coordinate points.Matrix A two dimensional array of numbers.NoninvertibleTransformException Thrown whenMathTransform.inverse()
is invoked but the transform can't be inverted.OperationMethod Definition of an algorithm used to perform a coordinate operation.OperationNotFoundException Thrown when a coordinate operation is not found.Projection A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).SingleOperation A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.TransformException Common superclass for a number of transformation-related exceptions. -
Classes in org.opengis.referencing.operation used by org.opengis.test Class Description ConcatenatedOperation An ordered sequence of two or more single coordinate operations.Conversion An operation on coordinates that does not include any change of Datum.CoordinateOperation A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.Formula Specification of the coordinate operation method formula.MathTransform Transforms multi-dimensional coordinate points.OperationMethod Definition of an algorithm used to perform a coordinate operation.PassThroughOperation A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.Transformation An operation on coordinates that usually includes a change of Datum. -
Classes in org.opengis.referencing.operation used by org.opengis.test.referencing Class Description ConcatenatedOperation An ordered sequence of two or more single coordinate operations.Conversion An operation on coordinates that does not include any change of Datum.CoordinateOperation A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.Formula Specification of the coordinate operation method formula.MathTransform Transforms multi-dimensional coordinate points.OperationMethod Definition of an algorithm used to perform a coordinate operation.PassThroughOperation A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.SingleOperation A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.Transformation An operation on coordinates that usually includes a change of Datum.TransformException Common superclass for a number of transformation-related exceptions.