Uses of Interface
org.opengis.referencing.operation.OperationMethod
Packages that use OperationMethod
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Relationship between any two Coordinate Reference Systems (CRS).
Conversions or transformations of multi-dimensional coordinate tuples.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of OperationMethod in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs with parameters of type OperationMethodModifier and TypeMethodDescriptionstatic DefaultDerivedCRSDefaultDerivedCRS.create(Map<String, ?> properties, SingleCRS baseCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform baseToDerived, CoordinateSystem derivedCS) Creates a derived CRS from a math transform and a type inferred from the given arguments.Constructors in org.apache.sis.referencing.crs with parameters of type OperationMethodModifierConstructorDescriptionprotectedDefaultDerivedCRS(Map<String, ?> properties, SingleCRS baseCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform baseToDerived, CoordinateSystem derivedCS) Creates a derived CRS from a math transform. -
Uses of OperationMethod in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return OperationMethodModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createOperationMethod(String code) Returns a description of the algorithm and parameters used to perform a coordinate operation.GeodeticAuthorityFactory.createOperationMethod(String code) Creates a description of the algorithm and parameters used to perform a coordinate operation.MultiAuthoritiesFactory.createOperationMethod(String code) Creates a description of the algorithm and parameters used to perform a coordinate operation. -
Uses of OperationMethod in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return OperationMethodModifier and TypeMethodDescriptionEPSGDataAccess.createOperationMethod(String code) Creates description of the algorithm and parameters used to perform a coordinate operation. -
Uses of OperationMethod in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement OperationMethodModifier and TypeClassDescriptionclassDescribes the algorithm and parameters used to perform a coordinate operation.Methods in org.apache.sis.referencing.operation that return OperationMethodModifier and TypeMethodDescriptionDefaultCoordinateOperationFactory.createOperationMethod(Map<String, ?> properties, ParameterDescriptorGroup parameters) Creates an operation method from a set of properties and a descriptor group.DefaultPassThroughOperation.getMethod()Deprecated.May be removed in GeoAPI 4.0 since it does not apply to pass-through operations.Methods in org.apache.sis.referencing.operation that return types with arguments of type OperationMethodModifier and TypeMethodDescriptionClass<? extends OperationMethod> DefaultOperationMethod.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.operation with parameters of type OperationMethodModifier and TypeMethodDescriptionstatic DefaultOperationMethodDefaultOperationMethod.castOrCopy(OperationMethod object) Returns a SIS operation method implementation with the same values as the given arbitrary implementation.DefaultCoordinateOperationFactory.createDefiningConversion(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Creates a defining conversion from the given operation parameters.DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) DefaultCoordinateOperationFactory.createSingleOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform transform) Creates a transformation or conversion from the given properties.Constructors in org.apache.sis.referencing.operation with parameters of type OperationMethodModifierConstructorDescriptionDefaultConversion(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform transform) Creates a coordinate conversion from the given properties.DefaultConversion(Map<String, ?> properties, OperationMethod method, MathTransform transform, ParameterValueGroup parameters) Creates a defining conversion from the given transform and/or parameters.protectedCreates a new operation method with the same values as the specified one.DefaultTransformation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, CoordinateReferenceSystem interpolationCRS, OperationMethod method, MathTransform transform) Creates a coordinate transformation from the given properties. -
Uses of OperationMethod in org.apache.sis.referencing.operation.transform
Fields in org.apache.sis.referencing.operation.transform declared as OperationMethodModifier and TypeFieldDescriptionprotected OperationMethodMathTransformBuilder.providerThe provider that created the parameterizedMathTransforminstance, ornullif this information does not apply.Methods in org.apache.sis.referencing.operation.transform that return OperationMethodModifier and TypeMethodDescriptionDefaultMathTransformFactory.getLastMethodUsed()Deprecated.Replaced byMathTransformBuilder.getMethod().DefaultMathTransformFactory.getOperationMethod(String identifier) Returns the operation method for the specified name or identifier.Methods in org.apache.sis.referencing.operation.transform that return types with arguments of type OperationMethodModifier and TypeMethodDescriptionDefaultMathTransformFactory.getAvailableMethods(Class<? extends SingleOperation> type) Returns a set of available methods for coordinate operations of the given type.final Optional<OperationMethod> MathTransformBuilder.getMethod()Returns the operation method used for creating the math transform from the parameter values.Constructor parameters in org.apache.sis.referencing.operation.transform with type arguments of type OperationMethodModifierConstructorDescriptionDefaultMathTransformFactory(Iterable<? extends OperationMethod> methods) Creates a new factory which will use the given operation methods. -
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, ornullif 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.