Uses of Class
org.opengis.referencing.operation.OperationNotFoundException
Packages that use OperationNotFoundException
Package
Description
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 OperationNotFoundExceptionModifier and TypeMethodDescriptionCoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.