A B C D E F G I Q R S

A

addParameter(String, String) - Method in class dalclient.DALQuery
Add a query parameter=value pair to the connection context.
addService(String) - Method in class dalclient.DALConnection
Add a service to an existing connection.

B

boolValue() - Method in class dalclient.QRAttribute
Return the attribute value as a boolean.

C

ConeConnection - class dalclient.ConeConnection.
Connection context for a client interface to a Cone search service.
ConeQuery - class dalclient.ConeQuery.
Cone Service query.

D

DALConnection - class dalclient.DALConnection.
Generic data access layer (DAL) client connection to a service or set of services.
DALQuery - class dalclient.DALQuery.
Generic DAL query.
dalclient - package dalclient
Implements the client side of the VO data access layer (DAL) interfaces.
doubleValue() - Method in class dalclient.QRAttribute
Return the attribute value as a double.

E

execute() - Method in class dalclient.ConeQuery
Execute query and process the resultant VOTable into a cone search query response class.
execute() - Method in class dalclient.SiapQuery
Execute query and process the resultant VOTable into a SIAP query response class.
executeCSV() - Method in class dalclient.DALQuery
Execute the query and write the result to stdout in CSV format.
executeCSV(String) - Method in class dalclient.DALQuery
Execute the query and write the result to the named file in CSV format.
executeCSV(PrintStream) - Method in class dalclient.DALQuery
Execute query and write to the given output stream in CSV format.
executeCSV(PrintStream) - Method in class dalclient.SiapQuery
Execute query and write to the given output stream in CSV format.
executeRaw() - Method in class dalclient.DALQuery
Execute query and return a binary input stream to read raw results.
executeRaw(int) - Method in class dalclient.DALQuery
Query the specified service and return a raw i/o stream to the query results.
executeVOTable() - Method in class dalclient.DALQuery
Execute query and return a VOTable.
executeVOTable(int) - Method in class dalclient.DALQuery
Query the specified service and return a VOTable.

F

floatValue() - Method in class dalclient.QRAttribute
Return the attribute value as a float.

G

getAttribute(String) - Method in class dalclient.QueryRecord
Get an attribute given the corresponding keyword name.
getAttributeCount() - Method in class dalclient.QueryRecord
Get the number of fields in the query response record.
getConeQuery() - Method in class dalclient.ConeConnection
Create a new empty query context for this connection.
getConeQuery(double, double, double) - Method in class dalclient.ConeConnection
Set up a cone search query context for RA, DEC, SR.
getDALQuery() - Method in class dalclient.DALConnection
Get a new query context for this connection.
getDataset() - Method in class dalclient.QueryRecord
Fetch the dataset referenced by the access reference and store the returned object in a file, using an automatically generated filename.
getDataset(String) - Method in class dalclient.QueryRecord
Get the dataset pointed to by the AccessReference attribute and store the returned object in the specified filename.
getMap() - Method in class dalclient.QueryRecord
Get the map itself.
getQueryString(int) - Method in class dalclient.DALQuery
Get the current query URL as a string for the given service.
getRecord(int) - Method in class dalclient.QueryResponse
Get the indicated record from the query response resultSet.
getRecordCount() - Method in class dalclient.QueryResponse
Get the number of records (rows) in the query response resultSet.
getServiceCount() - Method in class dalclient.DALConnection
Get a count of the number of services in a connection context.
getServiceURL(int) - Method in class dalclient.DALConnection
Get an individual service URL.
getSiapQuery() - Method in class dalclient.SiapConnection
Get a new empty SIAP query context for this connection.
getSiapQuery(double, double, double) - Method in class dalclient.SiapConnection
Set up a new SIAP context for the parameters RA, DEC, and SIZE.
getSiapQuery(double, double, double, String) - Method in class dalclient.SiapConnection
Set up a new SIAP context for the parameters RA, DEC, SIZE, and FORMAT.
getSiapQuery(double, double, double, double) - Method in class dalclient.SiapConnection
Set up a new SIAP context for the parameters RA, DEC, RA_SIZE, and DEC_SIZE.
getSiapQuery(double, double, double, double, String) - Method in class dalclient.SiapConnection
Set up a new SIAP context for the parameters RA, DEC, SIZE, and FORMAT.

I

intValue() - Method in class dalclient.QRAttribute
Return the attribute value as an integer.

Q

QRAttribute - class dalclient.QRAttribute.
Query record attribute class.
QueryRecord - class dalclient.QueryRecord.
Query record class.
QueryResponse - class dalclient.QueryResponse.
Query response class.

R

readURL(String, String) - Method in class dalclient.QueryRecord
ReadURL -- Copy the contents of a URL to the named output file as a binary stream.

S

SiapConnection - class dalclient.SiapConnection.
SIAP search connection.
SiapQuery - class dalclient.SiapQuery.
SIAP query.
stringValue() - Method in class dalclient.QRAttribute
Return the attribute value as a String.

A B C D E F G I Q R S