com.esri.arcgis.carto
Interface wmsError

All Superinterfaces:
Serializable

public interface wmsError
extends Serializable

WMS Error Codes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int WMS_E_IMAGEFORMAT_NOTUNSUPPORTED
          WMS Service image format is not supported.
static int WMS_E_INVALIDURL
          No valid URL to request.
static int WMS_E_SERVICE_EXCEPTION
          Service has thrown an exception.
static int WMS_E_SRS_NOTUNSUPPORTED
          One or more layers do not support the current coordinate system.
 

Field Detail

WMS_E_SRS_NOTUNSUPPORTED

static final int WMS_E_SRS_NOTUNSUPPORTED
One or more layers do not support the current coordinate system.

See Also:
Constant Field Values

WMS_E_IMAGEFORMAT_NOTUNSUPPORTED

static final int WMS_E_IMAGEFORMAT_NOTUNSUPPORTED
WMS Service image format is not supported.

See Also:
Constant Field Values

WMS_E_INVALIDURL

static final int WMS_E_INVALIDURL
No valid URL to request.

See Also:
Constant Field Values

WMS_E_SERVICE_EXCEPTION

static final int WMS_E_SERVICE_EXCEPTION
Service has thrown an exception.

See Also:
Constant Field Values