com.esri.arcgis.datasourcesraster
Interface IRasterServiceHelper

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterServiceHelper2
All Known Implementing Classes:
IRasterServiceHelper2Proxy, IRasterServiceHelperProxy, RasterServiceHelper

public interface IRasterServiceHelper
extends java.io.Serializable

COM Interface 'IRasterServiceHelper'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that controls web services.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID57326724_e6ca_4162_9de3_11510201cc30
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterDataset open(IName pName)
          Creates a raster dataset given a WCS or Image Service name object.
 IRasterDataset openFromFile(java.lang.String urlString)
          Creates a raster dataset given an Image Service Reference file.
 

Field Detail

IID57326724_e6ca_4162_9de3_11510201cc30

static final int IID57326724_e6ca_4162_9de3_11510201cc30
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

open

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

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

openFromFile

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

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