Class TLcdEarthMultivaluedDataParameter

java.lang.Object
com.luciad.earth.util.TLcdEarthMultivaluedDataParameter

public class TLcdEarthMultivaluedDataParameter extends Object
A multi-valued data parameter, consisting of an ID, a name and a unit.
Since:
11.0
  • Constructor Details

    • TLcdEarthMultivaluedDataParameter

      public TLcdEarthMultivaluedDataParameter(String aId, String aName, String aUnit)
      Constructs a new parameter with given name an unit.
      Parameters:
      aId - an ID, must not be null
      aName - a name
      aUnit - a unit
  • Method Details

    • getId

      public String getId()
      Gets the ID of this parameter.
      Returns:
      the ID of this parameter, never null
    • getName

      public String getName()
      Gets the name of this parameter.
      Returns:
      the name of this parameter
    • getUnit

      public String getUnit()
      Gets the unit of this parameter.
      Returns:
      the unit of this parameter
    • equals

      public boolean equals(Object aObject)
      Two parameters are equal if their IDs match.
      Overrides:
      equals in class Object
      Returns:
      true if the IDs match, false otherwise
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object