com.esri.arcgis.datasourcesraster
Interface IRasterServiceHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterServiceHelper

public interface IRasterServiceHelper
extends Serializable

Provides access to members that controls web services.

Product Availability

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


Method Summary
 IRasterDataset open(IName pName)
          Creates a raster dataset given a WCS or Image Service name object.
 IRasterDataset openFromFile(String urlString)
          Creates a raster dataset given an Image Service Reference file.
 

Method Detail

open

IRasterDataset open(IName pName)
                    throws IOException,
                           AutomationException
Creates a raster dataset given a WCS or Image Service name object.

Product Availability

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

Parameters:
pName - A reference to a com.esri.arcgis.system.IName (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openFromFile

IRasterDataset openFromFile(String urlString)
                            throws IOException,
                                   AutomationException
Creates a raster dataset given an Image Service Reference file.

Product Availability

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

Parameters:
urlString - The urlString (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.