|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArcInfoItem
Provides access to members that retrieve ArcInfo Item information.
Method Summary | |
---|---|
String |
getAlternateName()
Alternate Name of the Item. |
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. |
Method Detail |
---|
int getStartPosition() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOutputWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumberDecimals() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAlternateName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRedefined() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPseudo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIndexed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |