| Package | Description |
|---|---|
| org.gvsig.remoteclient.wmts | |
| org.gvsig.remoteclient.wmts.request | |
| org.gvsig.remoteclient.wmts.wmts_1_0_0 | |
| org.gvsig.remoteclient.wmts.wmts_1_0_0.request |
| Modifier and Type | Method and Description |
|---|---|
WMTSStatus |
WMTSStatus.cloneStatus() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract WMTSGetFeatureInfoRequest |
WMTSProtocolHandler.createGetFeatureInfoRequest(WMTSStatus status,
int x,
int y) |
protected abstract WMTSGetTileRequest |
WMTSProtocolHandler.createGetTileRequest(WMTSStatus status) |
java.lang.String |
WMTSClient.getFeatureInfo(WMTSStatus status,
int x,
int y,
org.gvsig.compat.net.ICancellable cancel)
It will send a GetFeatureInfo request to the WMTS
Parsing the response and redirecting the info to the WMTS client
|
java.lang.String |
WMTSProtocolHandler.getFeatureInfo(WMTSStatus status,
int x,
int y,
org.gvsig.compat.net.ICancellable cancel)
It will send a GetFeatureInfo request to the WMTS
Parsing the response and redirecting the info to the WMTS client
|
java.io.File |
WMTSClient.getTile(WMTSStatus status,
org.gvsig.compat.net.ICancellable cancel)
One of the three interfaces that OGC WMS defines.
|
java.io.File |
WMTSProtocolHandler.getTile(WMTSStatus status,
org.gvsig.compat.net.ICancellable cancel) |
java.io.File |
WMTSClient.getTile(WMTSStatus status,
org.gvsig.compat.net.ICancellable cancel,
java.io.File file)
Gets a tile downloading using a specific path and file.
|
java.io.File |
WMTSProtocolHandler.getTile(WMTSStatus status,
org.gvsig.compat.net.ICancellable cancel,
java.io.File file) |
java.net.URL |
WMTSClient.getTileURL(WMTSStatus status)
Builds the URL to get a tile using a WMTSStatus object
|
java.net.URL |
WMTSProtocolHandler.getTileURL(WMTSStatus status) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
WMTSRequest.getPartialQuery(WMTSStatus status)
Gets the part of the OGC request that share GetMap and GetFeatureInfo
|
| Constructor and Description |
|---|
WMTSGetFeatureInfoRequest(WMTSStatus status,
WMTSProtocolHandler protocolHandler,
int x,
int y) |
WMTSGetTileRequest(WMTSStatus status,
WMTSProtocolHandler protocolHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected WMTSGetFeatureInfoRequest |
WMTSProtocolHandler1_0_0.createGetFeatureInfoRequest(WMTSStatus status,
int x,
int y) |
protected WMTSGetTileRequest |
WMTSProtocolHandler1_0_0.createGetTileRequest(WMTSStatus status) |
| Constructor and Description |
|---|
WMTSGetFeatureInfoRequest1_0_0(WMTSStatus status,
WMTSProtocolHandler protocolHandler,
int x,
int y) |
WMTSGetTileRequest1_0_0(WMTSStatus status,
WMTSProtocolHandler protocolHandler) |
Copyright © 2014 gvSIG Association. All Rights Reserved.