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.referencingpackage. -
-
Uses of OperationMethod in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return OperationMethod Modifier and Type Method Description OperationMethodCoordinateOperationAuthorityFactory. createOperationMethod(java.lang.String code)Creates an operation method from a single code.OperationMethodMathTransformFactory. getLastMethodUsed()Returns the operation method used for the latest call tocreateParameterizedTransform, ornullif not applicable.OperationMethodSingleOperation. 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 ConversionCoordinateOperationFactory. createDefiningConversion(java.util.Map<java.lang.String,?> properties, OperationMethod method, ParameterValueGroup parameters)Constructs 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. -
Uses of OperationMethod in org.opengis.test
Methods in org.opengis.test with parameters of type OperationMethod Modifier and Type Method Description voidValidatorContainer. validate(OperationMethod object)Tests the conformance of the given object.static voidValidators. 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 voidOperationValidator. validate(OperationMethod object)Validates the given operation method.
-