Uses of Interface
org.geotools.api.referencing.operation.OperationMethod
Packages that use OperationMethod
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
Parameter implementation.
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Coordinate operation implementation.
Basic implementations of map projections.
Basic implementations of math transforms.
-
Uses of OperationMethod in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return OperationMethodModifier and TypeMethodDescriptionMathTransformFactory.getLastMethodUsed()Returns the operation method used for the latest call tocreateParameterizedTransform, ornullif not applicable.Operation.getMethod()Returns the operation method.Methods in org.geotools.api.referencing.operation that return types with arguments of type OperationMethodModifier and TypeMethodDescriptionMathTransformFactory.getAvailableMethods(Class<? extends Operation> type) Returns a set of available methods for math transforms.Methods in org.geotools.api.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.geotools.parameter
Methods in org.geotools.parameter with parameters of type OperationMethodModifier and TypeMethodDescriptionvoidParameterWriter.format(OperationMethod operation) Prints the elements of an operation to the output stream.static voidParameterWriter.print(OperationMethod operation) Prints the elements of an operation to the default output stream. -
Uses of OperationMethod in org.geotools.referencing.crs
Constructors in org.geotools.referencing.crs with parameters of type OperationMethodModifierConstructorDescriptionDefaultDerivedCRS(Map<String, Object> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a set of properties.DefaultProjectedCRS(Map<String, Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a set of properties. -
Uses of OperationMethod in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return OperationMethodModifier and TypeMethodDescriptionAbstractAuthorityFactory.createOperationMethod(String code) Creates an operation method from a code.AuthorityFactoryAdapter.createOperationMethod(String code) Creates an operation method from a code.BufferedAuthorityFactory.createOperationMethod(String code) Returns an operation method from a code.FallbackAuthorityFactory.createOperationMethod(String code) Creates an operation method from a code.ThreadedAuthorityFactory.createOperationMethod(String code) Returns an operation method from a code.Methods in org.geotools.referencing.factory with parameters of type OperationMethodModifier and TypeMethodDescriptionReferencingObjectFactory.createProjectedCRS(Map<String, Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Creates a projected coordinate reference system from a transform. -
Uses of OperationMethod in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return OperationMethodModifier and TypeMethodDescriptionDirectEpsgFactory.createOperationMethod(String code) Returns an operation method from a code.AbstractEpsgFactory.generateOperationMethod(String code) Returns an operation method from a code. -
Uses of OperationMethod in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement OperationMethodModifier and TypeClassDescriptionclassDefinition of an algorithm used to perform a coordinate operation.classFields in org.geotools.referencing.operation declared as OperationMethodModifier and TypeFieldDescriptionprotected final OperationMethodDefaultOperation.methodThe operation method.final OperationMethodMathTransformProvider.Delegate.methodThe provider for the transform.Methods in org.geotools.referencing.operation that return OperationMethodModifier and TypeMethodDescriptionDefaultMathTransformFactory.getLastMethodUsed()Returns the operation method used for the latest call tocreateParameterizedTransformin the currently running thread.DefaultOperation.getMethod()Returns the operation method.DefaultMathTransformFactory.getOperationMethod(String name) Returns the operation method for the specified name.Methods in org.geotools.referencing.operation that return types with arguments of type OperationMethodModifier and TypeMethodDescriptionDefaultMathTransformFactory.getAvailableMethods(Class<? extends Operation> type) Returns a set of available methods for math transforms.Methods in org.geotools.referencing.operation with parameters of type OperationMethodModifier and TypeMethodDescriptionstatic voidDefaultOperationMethod.checkDimensions(OperationMethod method, MathTransform transform) Checks if an operation method and a math transform have a compatible number of source and target dimensions.static CoordinateOperationDefaultOperation.create(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type) Returns a coordinate operation of the specified class.AbstractCoordinateOperationFactory.createDefiningConversion(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties.protected CoordinateOperationAbstractCoordinateOperationFactory.createFromMathTransform(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type) Creates a coordinate operation from a math transform.BufferedCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation for conversion or transformation between two coordinate reference systems using the specified method.DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.Constructors in org.geotools.referencing.operation with parameters of type OperationMethodModifierConstructorDescriptionDefaultConicProjection(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a projection from a set of properties.DefaultConversion(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a conversion from a set of properties.DefaultCylindricalProjection(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a projection from a set of properties.DefaultOperation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs an operation from a set of properties.Constructs a new operation method with the same values than the specified one.DefaultOperationMethod(OperationMethod method, int sourceDimensions, int targetDimensions) Constructs a new operation method with the same values than the specified one except the dimensions.DefaultPlanarProjection(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a projection from a set of properties.DefaultProjection(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a projection from a set of properties.DefaultTransformation(Map<String, ?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method) Constructs a transformation from a set of properties.DefiningConversion(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a conversion from a set of parameters.DefiningConversion(Map<String, ?> properties, OperationMethod method, MathTransform transform) Constructs a conversion from a math transform.Delegate(MathTransform transform, OperationMethod method) Encapsulates the math transform created by the specified provider. -
Uses of OperationMethod in org.geotools.referencing.operation.projection
Classes in org.geotools.referencing.operation.projection that implement OperationMethodModifier and TypeClassDescriptionstatic classThe math transform provider for an Albers Equal Area projection (EPSG code 9822).static classFactory for creating Azimuthal Equidistant projections.static classTheMathTransformProviderfor aCassiniSoldnerprojection.static classstatic classstatic classstatic classThe math transform provider for the Eckert IV projection (not part of the EPSG database).static classThe math transform provider for an Plate Carree projection.static final classThe math transform provider for a EquidistantConic projection.static classThe math transform provider for an Equidistant Cylindrical projection (EPSG code 9823).static classThe math transform provider for an Equidistant Cylindrical projection, spherical casestatic classThe math transform provider for an General Oblique Transformation projection.static classstatic classThe math transform provider for a Gnomonic projectionstatic classThe math transform provider for the Homolosine projection (not part of the EPSG database).static final classThe math transform provider for a Hotine Oblique Mercator projection (EPSG code 9812).static final classThe math transform provider for a Hotine Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth).static classstatic classstatic classThe math transform provider for an Lambert Equal Area projection (EPSG code 9820).static classThe math transform provider for a Lambert Conformal 1SP projection (EPSG code 9801).static classThe math transform provider for a Lambert Conformal 2SP projection (EPSG code 9802).static final classThe math transform provider for a Lambert Conformal 2SP Belgium projection (EPSG code 9803).classA specialized versionstatic classThe base provider forMapProjections.static classThe math transform provider for a Mercator 1SP projection (EPSG code 9804).static classThe math transform provider for a Mercator 2SP projection (EPSG code 9805).classSupports the popular visualisation projection used by Google, Microsoft, Yahoo, OSM and othersstatic classThe math transform provider for an Meteosat Second Generation image projection.static classThe math transform provider for the Mollweide projection (not part of the EPSG database).static classThe math transform provider for the Wagner IV projection (not part of the EPSG database).static classThe math transform provider for the Wagner V projection (not part of the EPSG database).static classThe math transform provider for New Zealand Map Grid (EPSG code 27200).static classThe math transform provider for an Oblique Mercator projection (EPSG code 9815).static classThe math transform provider for a Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth).static final classThe math transform provider for a stereographic projection of any kind.static final classThe math transform provider for a Orthographic projection.static classThe math transform provider for an Plate Carree projection.static final classThe math transform provider for a Polar Stereographic projection.static final classThe math transform provider for a Polar Stereographic (Variant B) projection.static final classThe math transform provider for a North Polar Stereographic projection.static final classThe math transform provider for a South Polar Stereographic projection.static classThe math transform provider for a Mercator 1SP projection (EPSG code 9804).static classThe math transform provider for the Robinson projection (not part of the EPSG database).static classThe math transform provider for an Rotated Pole projection.static classThe math transform provider for the Sinusoidal projection (not part of the EPSG database).static classThe math transform provider for a Stereographic projections using USGS equations.static classThe math transform provider for a Transverse Mercator projection (EPSG code 9807).static classThe math transform provider for a South Orientated Transverse Mercator projection (EPSG code 9808).static classThe math transform provider for the Aitoff projection (not part of the EPSG database).static classThe math transform provider for the Winkle Tripel projection projection (not part of the EPSG database).static class -
Uses of OperationMethod in org.geotools.referencing.operation.transform
Classes in org.geotools.referencing.operation.transform that implement OperationMethodModifier and TypeClassDescriptionstatic classThe provider forEarthGravitationalModel.static classThe provider for theExponentialTransform1D.static classThe provider forGeocentricTransform.static classThe provider for inverse ofGeocentricTransform.static classBase class for geocentric affine transform providers.static classGeocentric affine transform provider for "Coordinate Frame rotation".static classBase class for geocentric affine transform providers with rotation terms.static classThe provider for theLogarithmicTransform1D.static classThe provider forMolodenskiTransform.static classThe provider for abridgedMolodenskiTransform.static classThe provider forNADCONTransform.static classTheNTv2Transformprovider.static final classThe provider for the "Affine general parametric transformation" (EPSG 9624).static final classThe provider for the "Longitude rotation" (EPSG 9601).classThe provider for the "Similarity transformation" (EPSG 9621).classThe provider for theWarpTransform2D.