public abstract class WMTSRequest extends OGCRequest
| Modifier and Type | Field and Description |
|---|---|
protected static org.gvsig.compat.lang.StringUtils |
stringUtils |
isDeleted, protocolHandler, status, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER| Constructor and Description |
|---|
WMTSRequest(RemoteClientStatus status,
WMTSProtocolHandler protocolHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelDownload() |
void |
downloadFile(java.net.URL url,
java.io.File dstFile,
org.gvsig.compat.net.ICancellable cancel) |
protected java.lang.String |
getPartialQuery(WMTSStatus status)
Gets the part of the OGC request that share GetMap and GetFeatureInfo
|
protected java.lang.String |
getSchemaLocation() |
void |
sendRequest(org.gvsig.compat.net.ICancellable cancel,
java.io.File file)
Send a request to the server.
|
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getHttpPostRequest, getOperationName, getSymbol, getTempFilePrefix, getURL, isDeleted, sendRequest, setDeletedpublic WMTSRequest(RemoteClientStatus status, WMTSProtocolHandler protocolHandler)
public void cancelDownload()
public void downloadFile(java.net.URL url,
java.io.File dstFile,
org.gvsig.compat.net.ICancellable cancel)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getPartialQuery(WMTSStatus status)
protected java.lang.String getSchemaLocation()
getSchemaLocation in class OGCRequestpublic void sendRequest(org.gvsig.compat.net.ICancellable cancel,
java.io.File file)
throws java.net.ConnectException,
java.net.UnknownHostException,
java.io.IOException
java.io.IOExceptionjava.net.UnknownHostExceptionjava.net.ConnectExceptionCopyright © 2014 gvSIG Association. All Rights Reserved.