ArcObjects Library Reference (GISClient)  

IWCSServiceDescription.CoverageRequestUrl Property

The URL to download the coverage from.

[Visual Basic .NET]
Public Function get_CoverageRequestUrl ( _
    ByVal coverageName As String, _
    ByVal pBoundingBox As IEnvelope, _
    ByVal CRS As String, _
    ByVal responseFormat As String, _
    ByVal imageWidth As Integer, _
    ByVal imageHeight As Integer _
) As String
[C#]
public string get_CoverageRequestUrl (
    string coverageName,
    IEnvelope pBoundingBox,
    string CRS,
    string responseFormat,
    int imageWidth,
    int imageHeight
);
[C++]
HRESULT get_CoverageRequestUrl(
  BSTR coverageName,
  IEnvelope* pBoundingBox,
  BSTR CRS,
  BSTR responseFormat,
  long imageWidth,
  long imageHeight,
  BSTR* URL
);
[C++]

Parameters

coverageName [in]   coverageName is a parameter of type BSTR pBoundingBox [in]

  pBoundingBox is a parameter of type IEnvelope

CRS [in]   CRS is a parameter of type BSTR responseFormat [in]   responseFormat is a parameter of type BSTR imageWidth [in]   imageWidth is a parameter of type long imageHeight [in]   imageHeight is a parameter of type long URL [out, retval]   URL is a parameter of type BSTR

Product Availability

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

See Also

IWCSServiceDescription Interface