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).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of OperationMethod in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return OperationMethod Modifier and Type Method Description OperationMethod
CoordinateOperationAuthorityFactory. createOperationMethod(java.lang.String code)
Creates an operation method from a single code.OperationMethod
MathTransformFactory. getLastMethodUsed()
Returns the operation method used for the latest call tocreateParameterizedTransform
, ornull
if not applicable.OperationMethod
SingleOperation. getMethod()
Returns the operation method.Methods in org.opengis.referencing.operation that return types with arguments of type OperationMethod Modifier and Type Method Description java.util.Set<OperationMethod>
MathTransformFactory. getAvailableMethods(java.lang.Class<? extends SingleOperation> type)
Returns a set of available methods for math transforms.Methods in org.opengis.referencing.operation with parameters of type OperationMethod Modifier and Type Method Description Conversion
CoordinateOperationFactory. createDefiningConversion(java.util.Map<java.lang.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. -
Uses of OperationMethod in org.opengis.test
Methods in org.opengis.test with parameters of type OperationMethod Modifier and Type Method Description void
ValidatorContainer. validate(OperationMethod object)
Tests the conformance of the given object.static void
Validators. validate(OperationMethod object)
Tests the conformance of the given object. -
Uses of OperationMethod in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type OperationMethod Modifier and Type Method Description void
OperationValidator. validate(OperationMethod object)
Validates the given operation method.
-