com.esri.arcgis.datasourcesraster
Interface IRasterServiceHelper2

All Superinterfaces:
IRasterServiceHelper, java.io.Serializable
All Known Implementing Classes:
IRasterServiceHelper2Proxy, RasterServiceHelper

public interface IRasterServiceHelper2
extends IRasterServiceHelper, java.io.Serializable

COM Interface 'IRasterServiceHelper2'. 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 IID6ee84cb4_696c_4cba_b544_5a153e1a20eb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterServiceHelper
IID57326724_e6ca_4162_9de3_11510201cc30
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterServiceHelper
open, openFromFile
 

Field Detail

IID6ee84cb4_696c_4cba_b544_5a153e1a20eb

static final int IID6ee84cb4_696c_4cba_b544_5a153e1a20eb
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

openWMSConnection

IRasterDataset openWMSConnection(IName pName,
                                 IPropertySet pConnectionProperties,
                                 IPropertySet pWMSParameters)
                                 throws java.io.IOException,
                                        AutomationException
Creates a raster dataset given a WMS/WCS or Image Service name object, connection properties and other properties like pixel size etc.

Parameters:
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)
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.

openFromURL

IRasterDataset openFromURL(java.lang.String uRL,
                           java.lang.String rasterTypeName,
                           IPropertySet pWMSParameters)
                           throws java.io.IOException,
                                  AutomationException
Opens the image service referenced by the URL as a raster dataset.

Parameters:
uRL - The uRL (in)
rasterTypeName - The rasterTypeName (in)
pWMSParameters - A reference to a com.esri.arcgis.system.IPropertySet (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.

getLayerPropertiesFromURL

IPropertySet getLayerPropertiesFromURL(java.lang.String uRL)
                                       throws java.io.IOException,
                                              AutomationException
Gets the WMS layer names from the URL.

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