com.esri.arcgis.carto
Interface IGFSTableDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GFSTableDescription, IGFSTableDescriptionProxy

public interface IGFSTableDescription
extends java.io.Serializable

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

Description: 'Table Description' 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 IID94793181_ae26_4a98_93ff_6f3e3efbd3b8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDefinitionExpression()
          The definition expression for the layer.
 int getID()
          The layer ID.
 void setDefinitionExpression(java.lang.String expression)
          The definition expression for the layer.
 void setID(int iD)
          The layer ID.
 

Field Detail

IID94793181_ae26_4a98_93ff_6f3e3efbd3b8

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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
The layer ID. This is a unique ID for the layer, and is used to identify the layer in a number of method calls.

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

setID

void setID(int iD)
           throws java.io.IOException,
                  AutomationException
The layer ID. This is a unique ID for the layer, and is used to identify the layer in a number of method calls.

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

getDefinitionExpression

java.lang.String getDefinitionExpression()
                                         throws java.io.IOException,
                                                AutomationException
The definition expression for the layer.

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

setDefinitionExpression

void setDefinitionExpression(java.lang.String expression)
                             throws java.io.IOException,
                                    AutomationException
The definition expression for the layer.

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