Class AttributeEclLatitude

java.lang.Object
gaiasky.util.filter.attrib.AttributeAbstract
gaiasky.util.filter.attrib.AttributeEclLatitude
All Implemented Interfaces:
IAttribute<IParticleRecord>

public class AttributeEclLatitude
extends AttributeAbstract
implements IAttribute<IParticleRecord>
  • Field Summary

    Fields inherited from interface gaiasky.util.filter.attrib.IAttribute

    aux1, aux2
  • Constructor Summary

    Constructors
    Constructor Description
    AttributeEclLatitude()  
  • Method Summary

    Modifier and Type Method Description
    double get​(IParticleRecord bean)
    Gets the value of this attribute
    java.lang.String getUnit()
    Gets the unit in string
    java.lang.String toString()
    Gets the name

    Methods inherited from class gaiasky.util.filter.attrib.AttributeAbstract

    equals

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AttributeEclLatitude

      public AttributeEclLatitude()
  • Method Details