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
, ornull
if 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 TypeMethodDescriptionvoid
ParameterWriter.format
(OperationMethod operation) Prints the elements of an operation to the output stream.static void
ParameterWriter.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 TypeClassDescriptionclass
Definition of an algorithm used to perform a coordinate operation.class
Fields in org.geotools.referencing.operation declared as OperationMethodModifier and TypeFieldDescriptionprotected final OperationMethod
DefaultOperation.method
The operation method.final OperationMethod
MathTransformProvider.Delegate.method
The 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 tocreateParameterizedTransform
in 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 void
DefaultOperationMethod.checkDimensions
(OperationMethod method, MathTransform transform) Checks if an operation method and a math transform have a compatible number of source and target dimensions.static CoordinateOperation
DefaultOperation.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 CoordinateOperation
AbstractCoordinateOperationFactory.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 class
The math transform provider for an Albers Equal Area projection (EPSG code 9822).static class
Factory for creating Azimuthal Equidistant projections.static class
TheMathTransformProvider
for aCassiniSoldner
projection.static class
static class
static class
static class
The math transform provider for the Eckert IV projection (not part of the EPSG database).static class
The math transform provider for an Plate Carree projection.static final class
The math transform provider for a EquidistantConic projection.static class
The math transform provider for an Equidistant Cylindrical projection (EPSG code 9823).static class
The math transform provider for an Equidistant Cylindrical projection, spherical casestatic class
The math transform provider for an General Oblique Transformation projection.static class
static class
The math transform provider for a Gnomonic projectionstatic class
The math transform provider for the Homolosine projection (not part of the EPSG database).static final class
The math transform provider for a Hotine Oblique Mercator projection (EPSG code 9812).static final class
The 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 class
static class
static class
The math transform provider for an Lambert Equal Area projection (EPSG code 9820).static class
The math transform provider for a Lambert Conformal 1SP projection (EPSG code 9801).static class
The math transform provider for a Lambert Conformal 2SP projection (EPSG code 9802).static final class
The math transform provider for a Lambert Conformal 2SP Belgium projection (EPSG code 9803).class
A specialized versionstatic class
The base provider forMapProjection
s.static class
The math transform provider for a Mercator 1SP projection (EPSG code 9804).static class
The math transform provider for a Mercator 2SP projection (EPSG code 9805).class
Supports the popular visualisation projection used by Google, Microsoft, Yahoo, OSM and othersstatic class
The math transform provider for an Meteosat Second Generation image projection.static class
The math transform provider for the Mollweide projection (not part of the EPSG database).static class
The math transform provider for the Wagner IV projection (not part of the EPSG database).static class
The math transform provider for the Wagner V projection (not part of the EPSG database).static class
The math transform provider for New Zealand Map Grid (EPSG code 27200).static class
The math transform provider for an Oblique Mercator projection (EPSG code 9815).static class
The 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 class
The math transform provider for a stereographic projection of any kind.static final class
The math transform provider for a Orthographic projection.static class
The math transform provider for an Plate Carree projection.static final class
The math transform provider for a Polar Stereographic projection.static final class
The math transform provider for a Polar Stereographic (Variant B) projection.static final class
The math transform provider for a North Polar Stereographic projection.static final class
The math transform provider for a South Polar Stereographic projection.static class
The math transform provider for a Mercator 1SP projection (EPSG code 9804).static class
The math transform provider for the Robinson projection (not part of the EPSG database).static class
The math transform provider for an Rotated Pole projection.static class
The math transform provider for the Sinusoidal projection (not part of the EPSG database).static class
The math transform provider for a Stereographic projections using USGS equations.static class
The math transform provider for a Transverse Mercator projection (EPSG code 9807).static class
The math transform provider for a South Orientated Transverse Mercator projection (EPSG code 9808).static class
The math transform provider for the Aitoff projection (not part of the EPSG database).static class
The 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 class
The provider forEarthGravitationalModel
.static class
The provider for theExponentialTransform1D
.static class
The provider forGeocentricTransform
.static class
The provider for inverse ofGeocentricTransform
.static class
Base class for geocentric affine transform providers.static class
Geocentric affine transform provider for "Coordinate Frame rotation".static class
Base class for geocentric affine transform providers with rotation terms.static class
The provider for theLogarithmicTransform1D
.static class
The provider forMolodenskiTransform
.static class
The provider for abridgedMolodenskiTransform
.static class
The provider forNADCONTransform
.static class
TheNTv2Transform
provider.static final class
The provider for the "Affine general parametric transformation" (EPSG 9624).static final class
The provider for the "Longitude rotation" (EPSG 9601).class
The provider for the "Similarity transformation" (EPSG 9621).class
The provider for theWarpTransform2D
.