public interface IRasterServiceHelper
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID57326724_e6ca_4162_9de3_11510201cc30 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID57326724_e6ca_4162_9de3_11510201cc30
static final int xxDummy
static final java.lang.String IID
IRasterDataset open(IName pName) throws java.io.IOException, AutomationException
pName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterDataset openFromFile(java.lang.String urlString) throws java.io.IOException, AutomationException
urlString
- The urlString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.