|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationMethod | |
---|---|
org.opengis.referencing.crs | Coordinate reference systems (coordinate systems with a datum). |
org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
Uses of OperationMethod in org.opengis.referencing.crs |
---|
Uses of OperationMethod in org.opengis.referencing.operation |
---|
Methods in org.opengis.referencing.operation that return OperationMethod | |
---|---|
OperationMethod |
MathTransformFactory.getLastMethodUsed()
Returns the operation method used for the latest call to createParameterizedTransform ,
or null if not applicable. |
OperationMethod |
Operation.getMethod()
Returns the operation method. |
Methods in org.opengis.referencing.operation that return types with arguments of type OperationMethod | |
---|---|
Set<OperationMethod> |
MathTransformFactory.getAvailableMethods(Class 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)
Deprecated. CoordinateOperationFactory is supposed to infers the operation from
the CRS. In addition, more than one operation step may be involved in the
path from sourceCRS to targetCRS , but this method has only
one method argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |