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

Packages that use ServerErrorException
org.gvsig.remoteclient.wcs   
org.gvsig.remoteclient.wms   
org.gvsig.remoteclient.wmts   
 

Uses of ServerErrorException in org.gvsig.remoteclient.wcs
 

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

Uses of ServerErrorException in org.gvsig.remoteclient.wms
 

Methods in org.gvsig.remoteclient.wms that throw ServerErrorException
 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)
           
 

Uses of ServerErrorException in org.gvsig.remoteclient.wmts
 

Methods in org.gvsig.remoteclient.wmts that throw ServerErrorException
 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)
          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 file)
           
 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.
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.