public interface IRasterServiceHelper3 extends IRasterServiceHelper2, 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 |
IID79e3b0dd_8fa2_4702_8b2f_b765abb67b83 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6ee84cb4_696c_4cba_b544_5a153e1a20eb
IID57326724_e6ca_4162_9de3_11510201cc30
Modifier and Type | Method and Description |
---|---|
IRasterDataset |
openWMTSConnection(IName pName,
IPropertySet pConnectionProperties,
IPropertySet pWMTSParameters)
Creates a raster dataset given a WMTS connection properties and other properties like pixel size etc.
|
getLayerPropertiesFromURL, openFromURL, openWMSConnection
open, openFromFile
static final int IID79e3b0dd_8fa2_4702_8b2f_b765abb67b83
static final int xxDummy
static final java.lang.String IID
IRasterDataset openWMTSConnection(IName pName, IPropertySet pConnectionProperties, IPropertySet pWMTSParameters) throws java.io.IOException, AutomationException
pName
- A reference to a com.esri.arcgis.system.IName (in)pConnectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)pWMTSParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.