Class AlbersEqualAreaConicDescriptor

    • Field Detail

      • PARAMETER_NAMES

        public static final String[] PARAMETER_NAMES
        Deprecated.
      • PARAMETER_DEFAULT_VALUES

        public static final double[] PARAMETER_DEFAULT_VALUES
        Deprecated.
        The default parameters of this map descriptor

        NOTE: These default values are specific to the SIBERIA-II project and should be altered accordingly for other areas of interest.

      • PARAMETER_LABELS

        public static final String[] PARAMETER_LABELS
        Deprecated.
      • PARAMETER_UNITS

        public static final String[] PARAMETER_UNITS
        Deprecated.
    • Constructor Detail

      • AlbersEqualAreaConicDescriptor

        public AlbersEqualAreaConicDescriptor()
        Deprecated.
    • Method Detail

      • getTypeID

        public String getTypeID()
        Deprecated.
        Gets the unique type identifier for the map transformation, e.g. "Transverse_Mercator".
        Specified by:
        getTypeID in interface MapTransformDescriptor
        Returns:
        The unique type identifier for the map transformation, e.g. "Transverse_Mercator".
      • getName

        public String getName()
        Deprecated.
        Gets a descriptive name for this map transformation descriptor.
        Specified by:
        getName in interface MapTransformDescriptor
        Returns:
        A descriptive name for this map transformation descriptor, e.g. "Transverse Mercator".
        See Also:
        NAME
      • getMapUnit

        public String getMapUnit()
        Deprecated.
        Gets the unit of the map.
        Specified by:
        getMapUnit in interface MapTransformDescriptor
        Returns:
        The unit of the map, e.g. "degree" or "meter".
      • getParameters

        public Parameter[] getParameters()
        Deprecated.
        Gets the list of parameters required to create an instance of the map transform.
        Specified by:
        getParameters in interface MapTransformDescriptor
        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:
        getParameterDefaultValues in interface MapTransformDescriptor
        Returns:
        The default parameter values for this map transform.
      • hasTransformUI

        public boolean hasTransformUI()
        Deprecated.
        Tests if a user interface is available. Returns true because a user interface is available for this descriptor.
        Specified by:
        hasTransformUI in interface MapTransformDescriptor
        Returns:
        always true
      • getTransformUI

        public MapTransformUI getTransformUI​(MapTransform transform)
        Deprecated.
        Gets a user interface for editing the transformation properties of a map projection. Never returns null because a user interface is available for this descriptor.
        Specified by:
        getTransformUI in interface MapTransformDescriptor
        Parameters:
        transform - the transformation which provides the default properties for the UI.
        Returns:
        the transformation UI, never null
      • createTransform

        public MapTransform createTransform​(double[] parameterValues)
        Deprecated.
        Creates an instance of the map transform for the given parameter values.
        Specified by:
        createTransform in interface MapTransformDescriptor
        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