| Package | Description |
|---|---|
| org.gvsig.remoteclient.exceptions | |
| org.gvsig.remoteclient.wcs | |
| org.gvsig.remoteclient.wms |
| Modifier and Type | Class and Description |
|---|---|
class |
WMSWrongSizeException
La petición al servidor era de un tamaño equivocado.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WMSWrongSizeException.check(java.lang.String errorMsg)
Checks if the argument is a WrongSizeError message, in this
case throws a WMSWrongSizeException
|
| Modifier and Type | Method and Description |
|---|---|
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.lang.String |
WMSClient.getFeatureInfo(WMSStatus status,
int x,
int y,
int featureCount,
org.gvsig.compat.net.ICancellable cancel)
One of the three interfaces defined by the OGC WMS, it gets the information about a feature requested
|
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) |
Copyright © 2014 gvSIG Association. All Rights Reserved.