org.esa.beam.framework.dataop.maptransf
Class MapTransformFactory
java.lang.Object
org.esa.beam.framework.dataop.maptransf.MapTransformFactory
Deprecated. since BEAM 4.7, use geotools instead.
@Deprecated
public class MapTransformFactory
- extends Object
A factory for map transformation instances.
|
Method Summary |
static MapTransform |
createTransform(String typeID,
double[] parameterValues)
Deprecated. Creates a new map transformation for the specified type ID, e.g. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapTransformFactory
public MapTransformFactory()
- Deprecated.
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
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.