|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.vo.TapCapability
public abstract class TapCapability
Describes the capabilities of a TAP service as serialized by the TAPRegExt schema.
Field Summary | |
---|---|
static String |
ADQLGEO_FEATURE_TYPE
Feature type key for ADQL geometrical functions. |
static String |
TAPREGEXT_STD_URI
IVO ID for the TAPRegExt standard registry record "ivo://ivoa.net/std/TAPRegExt". |
static String |
UDF_FEATURE_TYPE
Feature type key for ADQL(-like) User-Defined Functions. |
Constructor Summary | |
---|---|
TapCapability()
|
Method Summary | |
---|---|
abstract String[] |
getDataModels()
Returns an array of data models known by this capability. |
abstract TapLimit[] |
getExecutionLimits()
Returns an array of limit values representing the time limits for query execution. |
abstract TapLanguage[] |
getLanguages()
Returns an array of query language specifiers known by this capability. |
abstract TapLimit[] |
getOutputLimits()
Returns an array of limit values representing the data limits for result tables. |
abstract TapLimit[] |
getRetentionLimits()
Returns an array of limit values representing the time limits for query retention. |
abstract TapLimit[] |
getUploadLimits()
Returns an array of limit values representing the data limits for uploaded tables. |
abstract String[] |
getUploadMethods()
Returns an array of upload methods known by this capability. |
static void |
main(String[] args)
|
static TapCapability |
readTapCapability(URL url)
Reads a TAPRegExt document from a given URL and returns a TapCapability object based on it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TAPREGEXT_STD_URI
public static final String UDF_FEATURE_TYPE
public static final String ADQLGEO_FEATURE_TYPE
Constructor Detail |
---|
public TapCapability()
Method Detail |
---|
public abstract String[] getUploadMethods()
public abstract TapLanguage[] getLanguages()
public abstract String[] getDataModels()
public abstract TapLimit[] getOutputLimits()
public abstract TapLimit[] getUploadLimits()
public abstract TapLimit[] getExecutionLimits()
public abstract TapLimit[] getRetentionLimits()
public static TapCapability readTapCapability(URL url) throws IOException, SAXException
url
- location of document
IOException
SAXException
public static void main(String[] args) throws IOException, SAXException
IOException
SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |