com.esri.arcgis.datasourcesfile
Interface IArcInfoItem

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IArcInfoItemEdit
All Known Implementing Classes:
ArcInfoItem, IArcInfoItemEditProxy, IArcInfoItemProxy

public interface IArcInfoItem
extends java.io.Serializable

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

Description: 'Provides access to members that retrieve ArcInfo Item information.' 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 IIDb5e470d2_ceab_11d2_b0dc_0000f8780820
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAlternateName()
          Alternate Name of the Item.
 java.lang.String getName()
          Name of the Item.
 int getNumberDecimals()
          Number of Decimals for Item values.
 int getOutputWidth()
          Output Width, in Bytes, for values stored in the Item.
 int getStartPosition()
          Start Position of the Item.
 int getType()
          Type of the Item, as an enumeration.
 int getWidth()
          Storage Width, in Bytes, for values stored in the Item.
 boolean isIndexed()
          Indicates if the Item is Indexed.
 boolean isPseudo()
          Indicates if the Item is a Pseudo Item.
 boolean isRedefined()
          Indicates if the Item is a Redefined Item.
 

Field Detail

IIDb5e470d2_ceab_11d2_b0dc_0000f8780820

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

getStartPosition

int getStartPosition()
                     throws java.io.IOException,
                            AutomationException
Start Position of the Item.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the Item.

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

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
Storage Width, in Bytes, for values stored in the Item.

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

getOutputWidth

int getOutputWidth()
                   throws java.io.IOException,
                          AutomationException
Output Width, in Bytes, for values stored in the Item.

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
Type of the Item, as an enumeration.

Returns:
A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumberDecimals

int getNumberDecimals()
                      throws java.io.IOException,
                             AutomationException
Number of Decimals for Item values.

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

getAlternateName

java.lang.String getAlternateName()
                                  throws java.io.IOException,
                                         AutomationException
Alternate Name of the Item.

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

isRedefined

boolean isRedefined()
                    throws java.io.IOException,
                           AutomationException
Indicates if the Item is a Redefined Item.

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

isPseudo

boolean isPseudo()
                 throws java.io.IOException,
                        AutomationException
Indicates if the Item is a Pseudo Item.

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

isIndexed

boolean isIndexed()
                  throws java.io.IOException,
                         AutomationException
Indicates if the Item is Indexed.

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