Uses of Interface
org.opengis.referencing.operation.OperationMethod

Packages that use OperationMethod
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of OperationMethod in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs with parameters of type OperationMethod
 DerivedCRS CRSFactory.createDerivedCRS(Map<String,?> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)
          Deprecated. Use CoordinateOperationFactory.createDefiningConversion(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.parameter.ParameterValueGroup) followed by CRSFactory.createDerivedCRS(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.cs.CoordinateSystem) instead.
 ProjectedCRS CRSFactory.createProjectedCRS(Map<String,?> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Deprecated. Use CoordinateOperationFactory.createDefiningConversion(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.parameter.ParameterValueGroup) followed by CRSFactory.createProjectedCRS(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.referencing.crs.GeographicCRS, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.cs.CartesianCS) instead.
 

Uses of OperationMethod in org.opengis.referencing.operation
 

Methods in org.opengis.referencing.operation that return OperationMethod
 OperationMethod MathTransformFactory.getLastMethodUsed()
          Returns the operation method used for the latest call to createParameterizedTransform, or null if not applicable.
 OperationMethod Operation.getMethod()
          Returns the operation method.
 

Methods in org.opengis.referencing.operation that return types with arguments of type OperationMethod
 Set<OperationMethod> MathTransformFactory.getAvailableMethods(Class type)
          Returns a set of available methods for math transforms.
 

Methods in org.opengis.referencing.operation with parameters of type OperationMethod
 Conversion CoordinateOperationFactory.createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)
          Constructs a defining conversion from a set of properties.
 CoordinateOperation CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)
          Deprecated. CoordinateOperationFactory is supposed to infers the operation from the CRS. In addition, more than one operation step may be involved in the path from sourceCRS to targetCRS, but this method has only one method argument.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.