Class AttributeGalLongitude

java.lang.Object
gaiasky.util.filter.attrib.AttributeAbstract
gaiasky.util.filter.attrib.AttributeGalLongitude
All Implemented Interfaces:
IAttribute

public class AttributeGalLongitude extends AttributeAbstract implements IAttribute
  • Constructor Details

    • AttributeGalLongitude

      public AttributeGalLongitude()
  • Method Details

    • get

      public Object get(IParticleRecord bean)
      Description copied from interface: IAttribute
      Gets the value of this attribute.
      Specified by:
      get in interface IAttribute
      Parameters:
      bean - The particle or star bean.
      Returns:
      The value.
    • getNumber

      public double getNumber(IParticleRecord bean)
      Description copied from interface: IAttribute
      Gets the number value of this attribute.
      Specified by:
      getNumber in interface IAttribute
      Parameters:
      bean - The particle or star bean.
      Returns:
      The number value.
    • getUnit

      public String getUnit()
      Description copied from interface: IAttribute
      Gets the unit in string.
      Specified by:
      getUnit in interface IAttribute
      Returns:
      The unit of this attribute.
    • toString

      public String toString()
      Description copied from interface: IAttribute
      Gets the name.
      Specified by:
      toString in interface IAttribute
      Overrides:
      toString in class Object
      Returns:
      The name.
    • isNumberAttribute

      public boolean isNumberAttribute()
      Description copied from interface: IAttribute
      Check whether the attribute contains a numeric value.
      Specified by:
      isNumberAttribute in interface IAttribute
      Returns:
      True if the attribute has a numeric value.