Uses of Class
org.gvsig.remoteclient.exceptions.WMSException

Packages that use WMSException
org.gvsig.remoteclient.exceptions   
org.gvsig.remoteclient.wcs   
org.gvsig.remoteclient.wms   
 

Uses of WMSException in org.gvsig.remoteclient.exceptions
 

Subclasses of WMSException in org.gvsig.remoteclient.exceptions
 class WMSWrongSizeException
          La petición al servidor era de un tamaño equivocado.
 

Methods in org.gvsig.remoteclient.exceptions that throw WMSException
static void WMSWrongSizeException.check(java.lang.String errorMsg)
          Checks if the argument is a WrongSizeError message, in this case throws a WMSWrongSizeException
 

Uses of WMSException in org.gvsig.remoteclient.wcs
 

Methods in org.gvsig.remoteclient.wcs that throw WMSException
 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.
 

Uses of WMSException in org.gvsig.remoteclient.wms
 

Methods in org.gvsig.remoteclient.wms that throw WMSException
 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 © 2004-2013 gvSIG. All Rights Reserved.