Uses of Interface
org.opengis.referencing.operation.OperationMethod
Packages that use OperationMethod
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of OperationMethod in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return OperationMethodModifier and TypeMethodDescriptionCoordinateOperationAuthorityFactory.createOperationMethod
(String code) Creates an operation method from a single code.MathTransformFactory.getLastMethodUsed()
Returns the operation method used for the latest call tocreateParameterizedTransform
, ornull
if not applicable.SingleOperation.getMethod()
Returns the operation method.Methods in org.opengis.referencing.operation that return types with arguments of type OperationMethodModifier and TypeMethodDescriptionMathTransformFactory.getAvailableMethods
(Class<? extends SingleOperation> type) Returns a set of available methods for math transforms.Methods in org.opengis.referencing.operation with parameters of type OperationMethodModifier and TypeMethodDescriptionCoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.