Uses of Interface
org.opengis.referencing.operation.OperationMethod
- 
Packages that use OperationMethod Package Description org.opengis.referencing.operation 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 OperationMethod Modifier and Type Method Description OperationMethodCoordinateOperationAuthorityFactory. createOperationMethod(String code)Creates an operation method from a single code.OperationMethodCoordinateOperationFactory. createOperationMethod(Map<String,?> properties, Integer sourceDimension, Integer targetDimension, ParameterDescriptorGroup parameters)Creates an operation method from a set of properties and a descriptor group.OperationMethodMathTransformFactory. getLastMethodUsed()Returns the operation method used by the latest call to acreate(…)constructor, ornullif not applicable.OperationMethodSingleOperation. getMethod()Returns the operation method.OperationMethodCoordinateOperationFactory. getOperationMethod(String name)Returns the build-in operation method of the given name.Methods in org.opengis.referencing.operation that return types with arguments of type OperationMethod Modifier and Type Method Description Set<OperationMethod>MathTransformFactory. getAvailableMethods(Class<? extends SingleOperation> type)Returns a set of available methods for coordinate operations of the given type.Methods in org.opengis.referencing.operation with parameters of type OperationMethod Modifier and Type Method Description ConversionCoordinateOperationFactory. createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)Creates a defining conversion from a set of properties.CoordinateOperationCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)Returns an operation using a particular method for conversion or transformation between two coordinate reference systems. 
 -