Class MapTransformFactory
- java.lang.Object
-
- org.esa.snap.core.dataop.maptransf.MapTransformFactory
-
@Deprecated public class MapTransformFactory extends Object
Deprecated.since BEAM 4.7, use geotools instead.A factory for map transformation instances.
-
-
Constructor Summary
Constructors Constructor Description MapTransformFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MapTransform
createTransform(String typeID, double[] parameterValues)
Deprecated.Creates a new map transformation for the specified type ID, e.g.
-
-
-
Method Detail
-
createTransform
public static MapTransform createTransform(String typeID, double[] parameterValues)
Deprecated.Creates a new map transformation for the specified type ID, e.g. "Transverse_Mercator", and the array of parameter values.- Parameters:
typeID
- the map transform type ID, e.g. "Transverse_Mercator", must not be nullparameterValues
- an array of parameter values- Returns:
- a new map transformation instance of the specified type, or
null
if the given type is not registered
-
-