Interface ConeQueryRowSequence

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getDec()
      Get central declination for the current row's cone search request in degrees.
      long getIndex()
      Get the index in the underlying table to which the current row relates.
      double getRa()
      Get central right ascension for the current row's cone search request in degrees.
      double getRadius()
      Get search radius for the current row's cone search request in degrees.
      • Methods inherited from interface uk.ac.starlink.table.RowSequence

        close, getCell, getRow, next
    • Method Detail

      • getRa

        double getRa()
              throws java.io.IOException
        Get central right ascension for the current row's cone search request in degrees.
        Returns:
        right ascension
        Throws:
        java.io.IOException
      • getDec

        double getDec()
               throws java.io.IOException
        Get central declination for the current row's cone search request in degrees.
        Returns:
        declination
        Throws:
        java.io.IOException
      • getRadius

        double getRadius()
                  throws java.io.IOException
        Get search radius for the current row's cone search request in degrees.
        Returns:
        search radius
        Throws:
        java.io.IOException
      • getIndex

        long getIndex()
               throws java.io.IOException
        Get the index in the underlying table to which the current row relates. The identity of this underlying table is not specified by this interface, but must be understood by the creator and user of instances. In particular, the return value does not necessarily increment by one for each call to next.
        Returns:
        row index
        Throws:
        java.io.IOException