TransverseMercator.Provider instead.@Deprecated public class TransverseMercatorDescriptor extends Object implements MapTransformDescriptor
| Modifier and Type | Class and Description |
|---|---|
class |
TransverseMercatorDescriptor.TMT
Deprecated.
since BEAM 4.7, use geotools
MapProjection instead. |
| Modifier and Type | Field and Description |
|---|---|
static String |
MAP_UNIT
Deprecated.
|
static String |
NAME
Deprecated.
|
static String[] |
PARAMETER_LABELS
Deprecated.
|
static String[] |
PARAMETER_NAMES
Deprecated.
|
static String[] |
PARAMETER_UNITS
Deprecated.
|
static String |
TYPE_ID
Deprecated.
|
| Constructor and Description |
|---|
TransverseMercatorDescriptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MapTransform |
createTransform(double[] parameterValues)
Deprecated.
Creates the associated transform.
|
String |
getMapUnit()
Deprecated.
Retrieves the unit of this transform.
|
String |
getName()
Deprecated.
Gets a descriptive name for this map transformation descriptor, e.g.
|
double[] |
getParameterDefaultValues()
Deprecated.
Gets the default parameter values for this map transform.
|
Parameter[] |
getParameters()
Deprecated.
Gets the parameter vector for this transform.
|
MapTransformUI |
getTransformUI(MapTransform transform)
Deprecated.
Gets a user interface for editing the transformation properties of a map projection.
|
String |
getTypeID()
Deprecated.
Retrieves the type identifier for this transform.
|
boolean |
hasTransformUI()
Deprecated.
Tests if a user interface is available.
|
void |
registerProjections()
Deprecated.
This method is called within the
method after an instance of this MapTransformDescriptor has been successfully registered. |
public static final String TYPE_ID
public static final String NAME
public static final String MAP_UNIT
public static final String[] PARAMETER_NAMES
public static final String[] PARAMETER_LABELS
public static final String[] PARAMETER_UNITS
public void registerProjections()
MapProjectionRegistry.registerDescriptor(org.esa.beam.framework.dataop.maptransf.MapTransformDescriptor)
method after an instance of this MapTransformDescriptor has been successfully registered.
The method delegates the call to UTM.registerProjections()
in order to register all frequently used UTM projections.registerProjections in interface MapTransformDescriptorpublic String getTypeID()
getTypeID in interface MapTransformDescriptorpublic String getName()
getName in interface MapTransformDescriptorpublic String getMapUnit()
getMapUnit in interface MapTransformDescriptorpublic double[] getParameterDefaultValues()
getParameterDefaultValues in interface MapTransformDescriptorpublic Parameter[] getParameters()
getParameters in interface MapTransformDescriptorpublic boolean hasTransformUI()
true because a user interface is available for this
descriptor.hasTransformUI in interface MapTransformDescriptortruepublic MapTransformUI getTransformUI(MapTransform transform)
null because a user interface is available for this descriptor.getTransformUI in interface MapTransformDescriptortransform - the transformation which provides the default properties for the UI.public MapTransform createTransform(double[] parameterValues)
createTransform in interface MapTransformDescriptorparameterValues - the parameters needed by the transformCopyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.