Uses of Class
org.opengis.referencing.operation.OperationNotFoundException
Packages that use OperationNotFoundException
Package
Description
Relationship between any two Coordinate Reference Systems (CRS).
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of OperationNotFoundException in org.apache.sis.referencing.operation
Subclasses of OperationNotFoundException in org.apache.sis.referencing.operationModifier and TypeClassDescriptionclassThrown when a coordinate operation cannot be find because some dimensions are missing in the source CRS.Methods in org.apache.sis.referencing.operation that throw OperationNotFoundExceptionModifier and TypeMethodDescriptionCoordinateOperationFinder.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Infers an operation for conversion or transformation between two coordinate reference systems.DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Deprecated.DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateOperationContext context) Finds or creates an operation for conversion or transformation between two coordinate reference systems.DefaultCoordinateOperationFactory.createOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateOperationContext context) Finds or creates operations for conversions or transformations between 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.
DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, CoordinateOperationContext).