|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsky.catalog.URLQueryResult
public class URLQueryResult
Represents a query result of some type pointed to by a URL.
| Field Summary | |
|---|---|
protected int |
hdu
For FITS tables, the index of the HDU in the FITS file, otherwise -1. |
protected java.net.URL |
url
A URL pointing to the query result |
| Constructor Summary | |
|---|---|
URLQueryResult(java.net.URL url)
Create a URLQueryResult from the given URL. |
|
URLQueryResult(java.net.URL url,
int hdu)
Create a URLQueryResult from the given URL. |
|
| Method Summary | |
|---|---|
int |
getHDU()
Return the HDU |
java.net.URL |
getURL()
Return the URL |
void |
setHDU(int hdu)
Set the HDU |
void |
setURL(java.net.URL url)
Set the URL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.net.URL url
protected int hdu
| Constructor Detail |
|---|
public URLQueryResult(java.net.URL url)
public URLQueryResult(java.net.URL url,
int hdu)
| Method Detail |
|---|
public java.net.URL getURL()
public void setURL(java.net.URL url)
public int getHDU()
public void setHDU(int hdu)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||