|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.table.WrapperRowSequence
uk.ac.starlink.ttools.cone.WrapperQuerySequence
public class WrapperQuerySequence
ConeQueryRowSequence implementation which delegates all methods to a supplied instance.
Field Summary |
---|
Fields inherited from class uk.ac.starlink.table.WrapperRowSequence |
---|
baseSeq |
Constructor Summary | |
---|---|
WrapperQuerySequence(ConeQueryRowSequence base)
Constructor. |
Method Summary | |
---|---|
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 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 Detail |
---|
public WrapperQuerySequence(ConeQueryRowSequence base)
base
- base sequenceMethod Detail |
---|
public double getRa() throws IOException
ConeQueryRowSequence
getRa
in interface ConeQueryRowSequence
IOException
public double getDec() throws IOException
ConeQueryRowSequence
getDec
in interface ConeQueryRowSequence
IOException
public double getRadius() throws IOException
ConeQueryRowSequence
getRadius
in interface ConeQueryRowSequence
IOException
public long getIndex() throws IOException
ConeQueryRowSequence
next
.
getIndex
in interface ConeQueryRowSequence
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |