Class WrapperQuerySequence

java.lang.Object
uk.ac.starlink.table.WrapperRowSequence
uk.ac.starlink.ttools.cone.WrapperQuerySequence
All Implemented Interfaces:
Closeable, AutoCloseable, uk.ac.starlink.table.RowData, uk.ac.starlink.table.RowSequence, ConeQueryRowSequence, uk.ac.starlink.util.Sequence

public class WrapperQuerySequence extends uk.ac.starlink.table.WrapperRowSequence implements ConeQueryRowSequence
ConeQueryRowSequence implementation which delegates all methods to a supplied instance.
Since:
14 May 2014
Author:
Mark Taylor
  • Field Summary

    Fields inherited from class uk.ac.starlink.table.WrapperRowSequence

    baseSeq
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Get central declination for the current row's cone search request in degrees.
    long
    Get the index in the underlying table to which the current row relates.
    double
    Get central right ascension for the current row's cone search request in degrees.
    double
    Get search radius for the current row's cone search request in degrees.

    Methods inherited from class uk.ac.starlink.table.WrapperRowSequence

    close, getCell, getRow, next, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

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

    close, getCell, getRow, next
  • Constructor Details

    • WrapperQuerySequence

      public WrapperQuerySequence(ConeQueryRowSequence base)
      Constructor.
      Parameters:
      base - base sequence
  • Method Details