Provides access to members that controls web services.
Members
| Name | Description | |
|---|---|---|
|  | GetLayerPropertiesFromURL | Gets the WMS layer names from the URL. | 
|  | Open | Creates a raster dataset given a WCS or Image Service name object. | 
|  | OpenFromFile | Creates a raster dataset given an Image Service Reference file. | 
|  | OpenFromURL | Opens the image service referenced by the URL as a raster dataset. | 
|  | OpenWMSConnection | Creates a raster dataset given a WMS/WCS or Image Service name object, connection properties and other properties like pixel size etc. | 
IRasterServiceHelper2.GetLayerPropertiesFromURL Method
Gets the WMS layer names from the URL.
Public Function GetLayerPropertiesFromURL ( _
    ByVal URL As String _
) As IPropertySet
public IPropertySet GetLayerPropertiesFromURL (
    string URL
);
IRasterServiceHelper2.OpenFromURL Method
Opens the image service referenced by the URL as a raster dataset.
Public Function OpenFromURL ( _
    ByVal URL As String, _
    ByVal RasterTypeName As String, _
    ByVal pWMSParameters As IPropertySet _
) As IRasterDataset
public IRasterDataset OpenFromURL (
    string URL,
    string RasterTypeName,
    IPropertySet pWMSParameters
);
IRasterServiceHelper2.OpenWMSConnection Method
Creates a raster dataset given a WMS/WCS or Image Service name object, connection properties and other properties like pixel size etc.
Public Function OpenWMSConnection ( _
    ByVal pName As IName, _
    ByVal pConnectionProperties As IPropertySet, _
    ByVal pWMSParameters As IPropertySet _
) As IRasterDataset
public IRasterDataset OpenWMSConnection (
    IName pName,
    IPropertySet pConnectionProperties,
    IPropertySet pWMSParameters
);
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IRasterServiceHelper | Provides access to members that controls web services. | 
Classes that implement IRasterServiceHelper2
| Classes | Description | 
|---|