|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConeQueryRowSequence
RowSequence sub-interface which additionally defines methods for retrieving RA, Dec and search radius for each row.
Method Summary | |
---|---|
double |
getDec()
Get central declination for the current row's cone search request in degrees. |
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 |
---|
double getRa() throws IOException
IOException
double getDec() throws IOException
IOException
double getRadius() throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |