Uses of Package
org.opengis.referencing.operation

Packages that use org.opengis.referencing.operation
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.coverage.grid Quadrilateral grid coverages. 
org.opengis.coverage.processing   
org.opengis.geometry Root package for geometries
org.opengis.go   
org.opengis.go.display.canvas   
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.coverage
MathTransform1D
          Transforms one-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.opengis.coverage.grid
MathTransform
          Transforms multi-dimensional coordinate points.
 

Classes in org.opengis.referencing.operation used by org.opengis.coverage.processing
Matrix
          A two dimensional array of numbers.
 

Classes in org.opengis.referencing.operation used by org.opengis.geometry
MathTransform
          Transforms multi-dimensional coordinate points.
TransformException
          Common superclass for a number of transformation-related exceptions.
 

Classes in org.opengis.referencing.operation used by org.opengis.go
CoordinateOperationAuthorityFactory
          Creates coordinate transformation objects from codes.
CoordinateOperationFactory
          Creates coordinate operations.
 

Classes in org.opengis.referencing.operation used by org.opengis.go.display.canvas
IncompatibleOperationException
          Thrown when an operation is applied in a manner inconsistent with one or both of two particular CRS objects.
MathTransform
          Transforms multi-dimensional coordinate points.
 

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.
MathTransform
          Transforms multi-dimensional coordinate points.
OperationMethod
          Definition of an algorithm used to perform a coordinate operation.
 

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.
MathTransform
          Transforms multi-dimensional coordinate points.
Matrix
          A two dimensional array of numbers.
NoninvertibleTransformException
          Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
Operation
          A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
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 single (not concatenated) coordinate operation.
TransformException
          Common superclass for a number of transformation-related exceptions.
 



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