Uses of Interface
org.opengis.referencing.operation.OperationMethod
Packages that use OperationMethod
Package
Description
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
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.CoordinateOperationFactory.createOperationMethod
(Map<String, ?> properties, ParameterDescriptorGroup parameters) Creates an operation method from a set of properties and a descriptor group.MathTransformFactory.getLastMethodUsed()
Returns the operation method used by the latest call to acreate(…)
constructor, ornull
if not applicable.SingleOperation.getMethod()
Returns the algorithm or procedure used by this single operation.CoordinateOperationFactory.getOperationMethod
(String name) Returns the build-in operation method of the given name.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 coordinate operations of the given type.Methods in org.opengis.referencing.operation with parameters of type OperationMethodModifier and TypeMethodDescriptionCoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Creates 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.