Class AlbersEqualAreaConicDescriptor
java.lang.Object
org.esa.snap.core.dataop.maptransf.AlbersEqualAreaConicDescriptor
- All Implemented Interfaces:
MapTransformDescriptor
@Deprecated
public class AlbersEqualAreaConicDescriptor
extends Object
implements MapTransformDescriptor
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassDeprecated.since BEAM 4.7, use geotoolsMapProjectioninstead. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.The map unit of this map descriptorstatic final StringDeprecated.The name of this map descriptorstatic final double[]Deprecated.The default parameters of this map descriptorstatic final String[]Deprecated.static final String[]Deprecated.static final String[]Deprecated.static final StringDeprecated.The type ID of this map descriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTransform(double[] parameterValues) Deprecated.Creates an instance of the map transform for the given parameter values.Deprecated.Gets the unit of the map.getName()Deprecated.Gets a descriptive name for this map transformation descriptor.double[]Deprecated.Gets the default parameter values for this map transform.Deprecated.Gets the list of parameters required to create an instance of the map transform.getTransformUI(MapTransform transform) Deprecated.Gets a user interface for editing the transformation properties of a map projection.Deprecated.Gets the unique type identifier for the map transformation, e.g.booleanDeprecated.Tests if a user interface is available.voidDeprecated.This method is called within themethod after an instance of thisMapProjectionRegistry.registerDescriptor(org.esa.snap.core.dataop.maptransf.MapTransformDescriptor)MapTransformDescriptorhas been successfully registered.
-
Field Details
-
TYPE_ID
Deprecated.The type ID of this map descriptor- See Also:
-
NAME
Deprecated.The name of this map descriptor- See Also:
-
MAP_UNIT
Deprecated.The map unit of this map descriptor- See Also:
-
PARAMETER_NAMES
Deprecated. -
PARAMETER_DEFAULT_VALUES
public static final double[] PARAMETER_DEFAULT_VALUESDeprecated.The default parameters of this map descriptorNOTE: These default values are specific to the SIBERIA-II project and should be altered accordingly for other areas of interest.
-
PARAMETER_LABELS
Deprecated. -
PARAMETER_UNITS
Deprecated.
-
-
Constructor Details
-
AlbersEqualAreaConicDescriptor
public AlbersEqualAreaConicDescriptor()Deprecated.
-
-
Method Details
-
registerProjections
public void registerProjections()Deprecated.This method is called within themethod after an instance of thisMapProjectionRegistry.registerDescriptor(org.esa.snap.core.dataop.maptransf.MapTransformDescriptor)MapTransformDescriptorhas been successfully registered. The method can and should be used to register projections that are based on the type ofdescribed by thisMapTransformMapTransformDescriptor. Registering projection instances is done using the using themethod.MapProjectionRegistry.registerProjection(org.esa.snap.core.dataop.maptransf.MapProjection)A typical implementation of this method would be:
public void registerProjections() { MapProjectionRegistry.registerProjection(new MapProjection("my-projection-name-1", new MyMapTransform(param_1))); MapProjectionRegistry.registerProjection(new MapProjection("my-projection-name-2", new MyMapTransform(param_2))); MapProjectionRegistry.registerProjection(new MapProjection("my-projection-name-3", new MyMapTransform(param_3))); ... }- Specified by:
registerProjectionsin interfaceMapTransformDescriptor
-
getTypeID
Deprecated.Gets the unique type identifier for the map transformation, e.g. "Transverse_Mercator".- Specified by:
getTypeIDin interfaceMapTransformDescriptor- Returns:
- The unique type identifier for the map transformation, e.g. "Transverse_Mercator".
-
getName
Deprecated.Gets a descriptive name for this map transformation descriptor.- Specified by:
getNamein interfaceMapTransformDescriptor- Returns:
- A descriptive name for this map transformation descriptor, e.g. "Transverse Mercator".
- See Also:
-
getMapUnit
Deprecated.Gets the unit of the map.- Specified by:
getMapUnitin interfaceMapTransformDescriptor- Returns:
- The unit of the map, e.g. "degree" or "meter".
-
getParameters
Deprecated.Gets the list of parameters required to create an instance of the map transform.- Specified by:
getParametersin interfaceMapTransformDescriptor- Returns:
- The list of parameters required to create a new instance of the map transform.
-
getParameterDefaultValues
public double[] getParameterDefaultValues()Deprecated.Gets the default parameter values for this map transform.- Specified by:
getParameterDefaultValuesin interfaceMapTransformDescriptor- Returns:
- The default parameter values for this map transform.
-
hasTransformUI
public boolean hasTransformUI()Deprecated.Tests if a user interface is available. Returnstruebecause a user interface is available for this descriptor.- Specified by:
hasTransformUIin interfaceMapTransformDescriptor- Returns:
- always
true
-
getTransformUI
Deprecated.Gets a user interface for editing the transformation properties of a map projection. Never returnsnullbecause a user interface is available for this descriptor.- Specified by:
getTransformUIin interfaceMapTransformDescriptor- Parameters:
transform- the transformation which provides the default properties for the UI.- Returns:
- the transformation UI, never null
-
createTransform
Deprecated.Creates an instance of the map transform for the given parameter values.- Specified by:
createTransformin interfaceMapTransformDescriptor- Parameters:
parameterValues- the parameter values. If null, a map transform with default parameter values is created- Returns:
- a new instance of a map transform with the array of parameters being copied, never null
-
AlbersEqualArea.Providerinstead.