Uses of Interface
org.geotools.api.referencing.operation.OperationMethod
- 
Packages that use OperationMethod Package Description org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.parameter Parameter implementation.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.projection Basic implementations of map projections.org.geotools.referencing.operation.transform Basic implementations of math transforms.
- 
- 
Uses of OperationMethod in org.geotools.api.referencing.operationMethods in org.geotools.api.referencing.operation that return OperationMethod Modifier and Type Method Description OperationMethodMathTransformFactory. getLastMethodUsed()Returns the operation method used for the latest call tocreateParameterizedTransform, ornullif not applicable.OperationMethodOperation. getMethod()Returns the operation method.Methods in org.geotools.api.referencing.operation that return types with arguments of type OperationMethod Modifier and Type Method Description Set<OperationMethod>MathTransformFactory. 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 OperationMethod Modifier and Type Method Description ConversionCoordinateOperationFactory. createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)Constructs a defining conversion from a set of properties.CoordinateOperationCoordinateOperationFactory. 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.parameterMethods in org.geotools.parameter with parameters of type OperationMethod Modifier and Type Method Description voidParameterWriter. 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.crsConstructors in org.geotools.referencing.crs with parameters of type OperationMethod Constructor Description DefaultDerivedCRS(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.factoryMethods in org.geotools.referencing.factory that return OperationMethod Modifier and Type Method Description OperationMethodAbstractAuthorityFactory. createOperationMethod(String code)Creates an operation method from a code.OperationMethodAuthorityFactoryAdapter. createOperationMethod(String code)Creates an operation method from a code.OperationMethodBufferedAuthorityFactory. createOperationMethod(String code)Returns an operation method from a code.OperationMethodFallbackAuthorityFactory. createOperationMethod(String code)Creates an operation method from a code.OperationMethodThreadedAuthorityFactory. createOperationMethod(String code)Returns an operation method from a code.Methods in org.geotools.referencing.factory with parameters of type OperationMethod Modifier and Type Method Description ProjectedCRSReferencingObjectFactory. 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.epsgMethods in org.geotools.referencing.factory.epsg that return OperationMethod Modifier and Type Method Description OperationMethodDirectEpsgFactory. createOperationMethod(String code)Returns an operation method from a code.OperationMethodAbstractEpsgFactory. generateOperationMethod(String code)Returns an operation method from a code.
- 
Uses of OperationMethod in org.geotools.referencing.operationClasses in org.geotools.referencing.operation that implement OperationMethod Modifier and Type Class Description classDefaultOperationMethodDefinition of an algorithm used to perform a coordinate operation.classMathTransformProviderFields in org.geotools.referencing.operation declared as OperationMethod Modifier and Type Field Description protected OperationMethodDefaultOperation. methodThe operation method.OperationMethodMathTransformProvider.Delegate. methodThe provider for the transform.Methods in org.geotools.referencing.operation that return OperationMethod Modifier and Type Method Description OperationMethodDefaultMathTransformFactory. getLastMethodUsed()Returns the operation method used for the latest call tocreateParameterizedTransformin the currently running thread.OperationMethodDefaultOperation. getMethod()Returns the operation method.OperationMethodDefaultMathTransformFactory. getOperationMethod(String name)Returns the operation method for the specified name.Methods in org.geotools.referencing.operation that return types with arguments of type OperationMethod Modifier and Type Method Description Set<OperationMethod>DefaultMathTransformFactory. getAvailableMethods(Class<? extends Operation> type)Returns a set of available methods for math transforms.Methods in org.geotools.referencing.operation with parameters of type OperationMethod Modifier and Type Method Description static 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.ConversionAbstractCoordinateOperationFactory. 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.CoordinateOperationBufferedCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)Returns an operation for conversion or transformation between two coordinate reference systems using the specified method.CoordinateOperationDefaultCoordinateOperationFactory. 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 OperationMethod Constructor Description DefaultConicProjection(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.DefaultOperationMethod(OperationMethod method)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
- 
Uses of OperationMethod in org.geotools.referencing.operation.transform
 
-