|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.astrogrid.acr.ivoa.resource.Capability
org.astrogrid.acr.ivoa.resource.SsapCapability
public class SsapCapability
The capability to perform a Simple Spectral Access (SSAP) query.
SsapService,
Ssap,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
SsapCapability.PosParam
The central coordinate of the spatial region to be searched. |
static class |
SsapCapability.Query
A test query for a SSAP service. |
| Method Summary | |
|---|---|
String |
getComplianceLevel()
the level at which a service instance complies with the SSA standard. |
String[] |
getCreationTypes()
the process used to create this dataset |
String[] |
getDataSources()
The defined categories that specify where the spectral data originally came from. |
int |
getDefaultMaxRecords()
The largest number of records that the service will return when the MAXREC parameter not specified in the query input. |
double |
getMaxAperture()
The largest aperture that can be supported upon request via the APERTURE input parameter by a service that supports the special extraction creation method. |
int |
getMaxFileSize()
The maximum image file size in bytes. |
int |
getMaxRecords()
The hard limit on the largest number of records that the query operation will return in a single response |
double |
getMaxSearchRadius()
The largest search radius, in degrees, that will be accepted by the service without returning an error condition. |
String[] |
getSupportedFrames()
An identifier for a world coordinate system frame supported by this service. |
SsapCapability.Query |
getTestQuery()
A test query for this service. |
| Methods inherited from class org.astrogrid.acr.ivoa.resource.Capability |
|---|
getDescription, getInterfaces, getStandardID, getType, getValidationLevel |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getComplianceLevel()
minimal,query,fullpublic String[] getDataSources()
survey,pointed,custom,theory,artificialpublic final String[] getCreationTypes()
archival,cutout,filtered,mosaic,projection,specialExtraction,catalogExtractionpublic final double getMaxSearchRadius()
public final int getMaxRecords()
public final int getDefaultMaxRecords()
public final double getMaxAperture()
public final String[] getSupportedFrames()
public final int getMaxFileSize()
public final SsapCapability.Query getTestQuery()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||