public interface IRasterServiceHelper2 extends IRasterServiceHelper, 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 |
IID6ee84cb4_696c_4cba_b544_5a153e1a20eb |
static int |
xxDummy
Deprecated.
Internal use only
|
IID57326724_e6ca_4162_9de3_11510201cc30
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getLayerPropertiesFromURL(java.lang.String uRL)
Gets the WMS layer names from the URL.
|
IRasterDataset |
openFromURL(java.lang.String uRL,
java.lang.String rasterTypeName,
IPropertySet pWMSParameters)
Opens the image service referenced by the URL as a raster dataset.
|
IRasterDataset |
openWMSConnection(IName pName,
IPropertySet pConnectionProperties,
IPropertySet pWMSParameters)
Creates a raster dataset given a WMS/WCS or Image Service name object, connection properties and other properties like pixel size etc.
|
open, openFromFile
static final int IID6ee84cb4_696c_4cba_b544_5a153e1a20eb
static final int xxDummy
static final java.lang.String IID
IRasterDataset openWMSConnection(IName pName, IPropertySet pConnectionProperties, IPropertySet pWMSParameters) 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)pWMSParameters
- 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.IRasterDataset openFromURL(java.lang.String uRL, java.lang.String rasterTypeName, IPropertySet pWMSParameters) throws java.io.IOException, AutomationException
uRL
- The uRL (in)rasterTypeName
- The rasterTypeName (in)pWMSParameters
- 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.IPropertySet getLayerPropertiesFromURL(java.lang.String uRL) throws java.io.IOException, AutomationException
uRL
- The uRL (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.