Class MapTransformFactory
java.lang.Object
org.esa.snap.core.dataop.maptransf.MapTransformFactory
Deprecated.
since BEAM 4.7, use geotools instead.
A factory for map transformation instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MapTransformcreateTransform(String typeID, double[] parameterValues) Deprecated.Creates a new map transformation for the specified type ID, e.g.
-
Constructor Details
-
MapTransformFactory
public MapTransformFactory()Deprecated.
-
-
Method Details
-
createTransform
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
nullif the given type is not registered
-