Uses of Class
org.opengis.referencing.operation.OperationNotFoundException

Packages that use OperationNotFoundException
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of OperationNotFoundException in org.opengis.referencing.operation
 

Methods in org.opengis.referencing.operation that throw OperationNotFoundException
 CoordinateOperation CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
          Returns an operation for conversion or transformation between two coordinate reference systems.
 CoordinateOperation CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)
          Deprecated. CoordinateOperationFactory is supposed to infers the operation from the CRS. In addition, more than one operation step may be involved in the path from sourceCRS to targetCRS, but this method has only one method argument.
 



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