Uses of Package
org.opengis.referencing.operation

Packages that use org.opengis.referencing.operation
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Classes in org.opengis.referencing.operation used by org.opengis.referencing.crs
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
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 when MathTransform.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.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.