|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPArcInfoItem
Provides access to the ArcInfo Item Data Element.
Method Summary | |
---|---|
String |
getAlternateName()
The alternate name of the info item. |
String |
getName()
The name of the info item. |
int |
getNumberDecimals()
The number of decimal places of the info item. |
int |
getOutputWidth()
The output width of the info item. |
int |
getStartPosition()
The start position of the info item. |
int |
getType()
The type of the info item. |
int |
getWidth()
The width of the info item. |
boolean |
isIndexed()
Indicates if the info item has an index. |
boolean |
isPseudo()
Indicates if the item a psuedo item. |
boolean |
isRedefined()
Indicates if the info item redefined. |
void |
setAlternateName(String alternateName)
The alternate name of the info item. |
void |
setIsIndexed(boolean isIndexed)
Indicates if the info item has an index. |
void |
setIsPseudo(boolean isPsuedo)
Indicates if the item a psuedo item. |
void |
setIsRedefined(boolean redefined)
Indicates if the info item redefined. |
void |
setName(String name)
The name of the info item. |
void |
setNumberDecimals(int number)
The number of decimal places of the info item. |
void |
setOutputWidth(int width)
The output width of the info item. |
void |
setStartPosition(int position)
The start position of the info item. |
void |
setType(int type)
The type of the info item. |
void |
setWidth(int width)
The width of the info item. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStartPosition() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartPosition(int position) throws IOException, AutomationException
position
- The position (in)
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.void setWidth(int width) throws IOException, AutomationException
width
- The width (in)
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.void setOutputWidth(int width) throws IOException, AutomationException
width
- The width (in)
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.void setType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
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.void setNumberDecimals(int number) throws IOException, AutomationException
number
- The number (in)
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.void setAlternateName(String alternateName) throws IOException, AutomationException
alternateName
- The alternateName (in)
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.void setIsRedefined(boolean redefined) throws IOException, AutomationException
redefined
- The redefined (in)
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.void setIsIndexed(boolean isIndexed) throws IOException, AutomationException
isIndexed
- The isIndexed (in)
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.void setIsPseudo(boolean isPsuedo) throws IOException, AutomationException
isPsuedo
- The isPsuedo (in)
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 |