JdbcConeSearcher
, ServiceConeSearcher
, SiaConeSearcher
, SsaConeSearcher
public interface ConeSearcher
Modifier and Type | Method | 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.IOException
int getRaIndex(uk.ac.starlink.table.StarTable result)
result
- table returned by performSearch
int getDecIndex(uk.ac.starlink.table.StarTable result)
result
- table returned by performSearch
void close()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.