public class ArcIMSServer extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
ArcIMSServer.ArcIMSInfo |
| Constructor and Description |
|---|
ArcIMSServer(URL serverURL,
String serviceName) |
ArcIMSServer(URL serverURL,
String serviceName,
org.geotools.data.ows.HTTPClient httpClient) |
ArcIMSServer(URL serverURL,
String serviceName,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
protected ArcXMLRequest |
createRequest(AxlRequest req) |
AxlServiceInfo |
getAxlServiceInfo() |
AxlFeatures |
getFeatures(AxlGetFeatures request) |
org.geotools.data.ServiceInfo |
getInfo() |
String |
getServiceName() |
protected AxlResponse |
internalIssueRequest(ArcXMLRequest request) |
public ArcIMSServer(URL serverURL, String serviceName) throws Exception
Exceptionpublic ArcIMSServer(URL serverURL, String serviceName, int timeout) throws Exception
Exceptionpublic String getServiceName()
public org.geotools.data.ServiceInfo getInfo()
public AxlServiceInfo getAxlServiceInfo()
protected ArcXMLRequest createRequest(AxlRequest req)
public AxlFeatures getFeatures(AxlGetFeatures request) throws Exception
Exceptionprotected AxlResponse internalIssueRequest(ArcXMLRequest request) throws Exception
ExceptionCopyright © 2016. All rights reserved.