public class ServerCapabilities
extends java.lang.Object
Constructor and Description |
---|
ServerCapabilities() |
Modifier and Type | Method and Description |
---|---|
static WcsResponseFormat |
getFormat(java.lang.String name)
Makes a lenient attempt to locate the requested format.
|
static org.jdom.Element |
getServiceMetadata()
Returns the wcs:ServiceMetadata section of the wcs:Capabilities response.
|
static java.util.Vector<java.lang.String> |
getSupportedFormatNames(java.net.URL dapServer)
Returns teh names of the supported formats as the appear in the OperationsMetadata for GetCoverage.
|
static void |
main(java.lang.String[] args) |
public static java.util.Vector<java.lang.String> getSupportedFormatNames(java.net.URL dapServer)
dapServer
- public static WcsResponseFormat getFormat(java.lang.String name)
name
- public static org.jdom.Element getServiceMetadata() throws java.lang.InterruptedException, WcsException
WcsException
- When bad things happen.java.lang.InterruptedException
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception