| Package | Description |
|---|---|
| org.gvsig.remoteclient.wcs | |
| org.gvsig.remoteclient.wms | |
| org.gvsig.remoteclient.wmts |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
WCSProtocolHandler.getCoverage(WCSStatus status,
org.gvsig.compat.net.ICancellable cancel)
Send a GetCoverage request using the settings passed in the status.
|
java.io.File |
WCSClient.getCoverage(WCSStatus status,
org.gvsig.compat.net.ICancellable cancel)
Sends the GetCoverage request according to the settings passed in the status
argument.
|
java.net.URL |
WCSProtocolHandler.getCoverageURL(WCSStatus status,
org.gvsig.compat.net.ICancellable cancel) |
java.net.URL |
WCSClient.getCoverageURL(WCSStatus status,
org.gvsig.compat.net.ICancellable cancel)
Gets the GetMap URL.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
WMSProtocolHandler._getMap(WMSStatus status)
Builds a GetMap request that is sent to the WMS
the response (image) will be redirect to the
WMS client
|
java.net.URL |
WMSClient.getGetMapURL(WMSStatus status,
org.gvsig.compat.net.ICancellable cancel)
Gets the GetMap URL.
|
java.io.File |
WMSProtocolHandler.getLegendGraphic_old(WMSStatus status,
java.lang.String layerName,
org.gvsig.compat.net.ICancellable cancel) |
java.io.File |
WMSProtocolHandler.getLegendGraphic(WMSStatus status,
java.lang.String layerName,
org.gvsig.compat.net.ICancellable cancel) |
java.io.File |
WMSClient.getLegendGraphic(WMSStatus status,
java.lang.String layerName,
org.gvsig.compat.net.ICancellable cancel)
One of the three interfaces defined by the OGC WMS, it gets legend of a layer
|
java.io.File |
WMSProtocolHandler.getMap(WMSStatus status,
org.gvsig.compat.net.ICancellable cancel) |
java.io.File |
WMSClient.getMap(WMSStatus status,
org.gvsig.compat.net.ICancellable cancel)
One of the three interfaces that OGC WMS defines.
|
java.net.URL |
WMSProtocolHandler.getMapURL(WMSStatus status,
org.gvsig.compat.net.ICancellable cancel) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2014 gvSIG Association. All Rights Reserved.