Interface ConeResultRowSequence

All Superinterfaces:
AutoCloseable, Closeable, ConeQueryRowSequence, uk.ac.starlink.table.RowData, uk.ac.starlink.table.RowSequence, uk.ac.starlink.util.Sequence
All Known Implementing Classes:
ParallelResultRowSequence, SequentialResultRowSequence

public interface ConeResultRowSequence extends ConeQueryRowSequence
ConeQueryRowSequence sub-interface which additionally defines a method for retrieving the result of the cone search itself.
Since:
16 Jan 2008
Author:
Mark Taylor
  • Method Summary

    Modifier and Type
    Method
    Description
    uk.ac.starlink.table.StarTable
    Returns the result of the cone search for the current row of this sequence.

    Methods inherited from interface uk.ac.starlink.ttools.cone.ConeQueryRowSequence

    getDec, getIndex, getRa, getRadius

    Methods inherited from interface uk.ac.starlink.table.RowSequence

    close, getCell, getRow, next