com.esri.arcgis.datasourcesraster
Interface IDEImageServer2

All Superinterfaces:
IDEImageServer, java.io.Serializable
All Known Implementing Classes:
DEImageServer, IDEImageServer2Proxy

public interface IDEImageServer2
extends IDEImageServer, java.io.Serializable

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

Description: 'Provides access to members that describe Image Service objects.' 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 IIDb1ba308c_5393_41f6_99d9_ac76768e583d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IDEImageServer
IID9b872fb3_190a_400f_adbc_759712f27c39
 
Method Summary
 java.lang.String getViewID()
          The view ID.
 void setViewID(java.lang.String pViewID)
          The view ID.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IDEImageServer
getBandCount, getClientXADefProps, getExtent, getMosaicProps, getSpatialReference, setBandCount, setClientXADefProps, setExtentByRef, setMosaicProps, setSpatialReferenceByRef
 

Field Detail

IIDb1ba308c_5393_41f6_99d9_ac76768e583d

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

getViewID

java.lang.String getViewID()
                           throws java.io.IOException,
                                  AutomationException
The view ID.

Returns:
The pViewID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setViewID

void setViewID(java.lang.String pViewID)
               throws java.io.IOException,
                      AutomationException
The view ID.

Parameters:
pViewID - The pViewID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.