Class MapTransformFactory


  • @Deprecated
    public class MapTransformFactory
    extends Object
    Deprecated.
    since BEAM 4.7, use geotools instead.
    A factory for map transformation instances.
    • Constructor Detail

      • MapTransformFactory

        public MapTransformFactory()
        Deprecated.
    • 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 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