|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdalclient.DALConnection
dalclient.ConeConnection
Connection context for a client interface to a Cone search service. Queries require that a connection context be established first. A sequence of queries may be issued for a single connection. At this point the protocol is stateless and a "connection" is nothing more than a list of service URLs.
| Method Summary | |
ConeQuery |
getConeQuery()
Create a new empty query context for this connection. |
ConeQuery |
getConeQuery(double ra,
double dec,
double sr)
Set up a cone search query context for RA, DEC, SR. |
| Methods inherited from class dalclient.DALConnection |
addService, getDALQuery, getServiceCount, getServiceURL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public ConeQuery getConeQuery()
DALQuery.addParameter(String,String)
before executing the query.
public ConeQuery getConeQuery(double ra,
double dec,
double sr)
#addParameter() before executing the query.
ra - Right ascension in decimal degrees, ICRSdec - Declination in decimal degrees, ICRSsr - Search radius in decimal degrees
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||