IRasterServiceHelper2 Interface

Provides access to members that controls web services.

Members

Name Description
Method GetLayerPropertiesFromURL Gets the WMS layer names from the URL.
Method Open Creates a raster dataset given a WCS or Image Service name object.
Method OpenFromFile Creates a raster dataset given an Image Service Reference file.
Method OpenFromURL Opens the image service referenced by the URL as a raster dataset.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.