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 Details

    • MapTransformFactory

      public MapTransformFactory()
      Deprecated.
  • Method Details

    • 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 null
      parameterValues - an array of parameter values
      Returns:
      a new map transformation instance of the specified type, or null if the given type is not registered