|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPArcInfoItem
COM Interface 'IGPArcInfoItem'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description: 'Provides access to the ArcInfo Item Data Element.' 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 |
IIDc95b22e0_a3c3_11d5_931c_0080c71a3226
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getAlternateName()
The alternate name of the info item. |
java.lang.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(java.lang.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(java.lang.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. |
| Field Detail |
|---|
static final int IIDc95b22e0_a3c3_11d5_931c_0080c71a3226
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStartPosition()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartPosition(int position)
throws java.io.IOException,
AutomationException
position - The position (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWidth(int width)
throws java.io.IOException,
AutomationException
width - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOutputWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutputWidth(int width)
throws java.io.IOException,
AutomationException
width - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumberDecimals()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNumberDecimals(int number)
throws java.io.IOException,
AutomationException
number - The number (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getAlternateName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAlternateName(java.lang.String alternateName)
throws java.io.IOException,
AutomationException
alternateName - The alternateName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRedefined()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsRedefined(boolean redefined)
throws java.io.IOException,
AutomationException
redefined - The redefined (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isIndexed()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsIndexed(boolean isIndexed)
throws java.io.IOException,
AutomationException
isIndexed - The isIndexed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPseudo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsPseudo(boolean isPsuedo)
throws java.io.IOException,
AutomationException
isPsuedo - The isPsuedo (in)
java.io.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 | ||||||||