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 =
Method Summary |
ITable |
getTable()
The attribute table of the Image Service. |
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
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.