public interface ConeSearcher
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called when this searcher is no longer required.
|
int |
getDecIndex(uk.ac.starlink.table.StarTable result)
Returns the index of a column giving the declination in the
returned table.
|
int |
getRaIndex(uk.ac.starlink.table.StarTable result)
Returns the index of a column giving the right ascension in the
returned table.
|
uk.ac.starlink.table.StarTable |
performSearch(double ra,
double dec,
double sr)
Returns a table consisting of all the objects within a given search
radius of a specified point on the sky.
|
uk.ac.starlink.table.StarTable performSearch(double ra,
double dec,
double sr)
throws java.io.IOException
ra - right ascension in degrees of search region centredec - declination in degrees of search region centresr - search radius in degreesjava.io.IOExceptionint getRaIndex(uk.ac.starlink.table.StarTable result)
result - table returned by performSearchint getDecIndex(uk.ac.starlink.table.StarTable result)
result - table returned by performSearchvoid close()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.