com.esri.arcgis.catalog
Interface IGxAGSImage2

All Superinterfaces:
IGxAGSImage, java.io.Serializable
All Known Implementing Classes:
GxAGSImage, IGxAGSImage2Proxy

public interface IGxAGSImage2
extends IGxAGSImage, java.io.Serializable

COM Interface 'IGxAGSImage2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members of GxObject that represents a ArcGIS Image Server Service object.' 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 IIDbbba462f_3701_4d7f_b1cc_962adb4685cc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalog.IGxAGSImage
IID0cbbd747_7a18_47a8_aee4_108a1625094e
 
Method Summary
 ITable getTable()
          The attribute table of the Image Service.
 

Field Detail

IIDbbba462f_3701_4d7f_b1cc_962adb4685cc

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

getTable

ITable getTable()
                throws java.io.IOException,
                       AutomationException
The attribute table of the Image Service.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.