com.esri.arcgis.carto
Interface IStandaloneTableCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Globe, IStandaloneTableCollectionProxy, Map, NALayer, Scene

public interface IStandaloneTableCollection
extends java.io.Serializable

COM Interface 'IStandaloneTableCollection'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the standalone table collection.' 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 IID3c2aceaa_e3dc_11d3_a096_00c04f6bc626
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addStandaloneTable(IStandaloneTable table)
          Adds a standalone table to the collection.
 IStandaloneTable getStandaloneTable(int index)
          The standalone table at the given index.
 int getStandaloneTableCount()
          Number of standalone tables.
 void removeAllStandaloneTables()
          Removes all standalone tables from the collection.
 void removeStandaloneTable(IStandaloneTable table)
          Removes the standalone table from the collection.
 

Field Detail

IID3c2aceaa_e3dc_11d3_a096_00c04f6bc626

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

getStandaloneTableCount

int getStandaloneTableCount()
                            throws java.io.IOException,
                                   AutomationException
Number of standalone tables.

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

getStandaloneTable

IStandaloneTable getStandaloneTable(int index)
                                    throws java.io.IOException,
                                           AutomationException
The standalone table at the given index.

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

addStandaloneTable

void addStandaloneTable(IStandaloneTable table)
                        throws java.io.IOException,
                               AutomationException
Adds a standalone table to the collection.

Parameters:
table - A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeStandaloneTable

void removeStandaloneTable(IStandaloneTable table)
                           throws java.io.IOException,
                                  AutomationException
Removes the standalone table from the collection.

Parameters:
table - A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAllStandaloneTables

void removeAllStandaloneTables()
                               throws java.io.IOException,
                                      AutomationException
Removes all standalone tables from the collection.

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