|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationMethod | |
---|---|
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 | |
---|---|
OperationMethod |
CoordinateOperationAuthorityFactory.createOperationMethod(String code)
Creates an operation method from a single code. |
OperationMethod |
MathTransformFactory.getLastMethodUsed()
Returns the operation method used for the latest call to createParameterizedTransform ,
or null if not applicable. |
OperationMethod |
SingleOperation.getMethod()
Returns the operation method. |
Methods in org.opengis.referencing.operation that return types with arguments of type OperationMethod | |
---|---|
Set<OperationMethod> |
MathTransformFactory.getAvailableMethods(Class<? extends SingleOperation> type)
Returns a set of available methods for math transforms. |
Methods in org.opengis.referencing.operation with parameters of type OperationMethod | |
---|---|
Conversion |
CoordinateOperationFactory.createDefiningConversion(Map<String,?> properties,
OperationMethod method,
ParameterValueGroup parameters)
Constructs a defining conversion from a set of properties. |
CoordinateOperation |
CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
OperationMethod method)
Returns an operation using a particular method for conversion or transformation between two coordinate reference systems. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |