Uses of Interface
org.opengis.referencing.operation.OperationMethod
Packages that use OperationMethod
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of OperationMethod in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return OperationMethodModifier and TypeMethodDescriptionCoordinateOperationAuthorityFactory.createOperationMethod
(String code) Creates an operation method from a single code.MathTransformFactory.getLastMethodUsed()
Returns the operation method used for the latest call tocreateParameterizedTransform
, ornull
if not applicable.SingleOperation.getMethod()
Returns the operation method.Methods in org.opengis.referencing.operation that return types with arguments of type OperationMethodModifier and TypeMethodDescriptionMathTransformFactory.getAvailableMethods
(Class<? extends SingleOperation> type) Returns a set of available methods for math transforms.Methods in org.opengis.referencing.operation with parameters of type OperationMethodModifier and TypeMethodDescriptionCoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties.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 OperationMethodModifier and TypeMethodDescriptionfinal 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 OperationMethodModifier and TypeMethodDescriptionvoid
OperationValidator.validate
(OperationMethod object) Validates the given operation method.