|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.ArcInfoItem
ArcInfo Item Object used to create items.
| Constructor Summary | |
ArcInfoItem()
Constructs a ArcInfoItem using ArcGIS Engine. |
|
ArcInfoItem(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAlternateName()
Alternate Name of the Item. |
IArcInfoItem |
getAsIArcInfoItem()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IArcInfoItemEdit |
getAsIArcInfoItemEdit()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISupportErrorInfo |
getAsISupportErrorInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
static java.lang.String |
getClsid()
|
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. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
Supported Platforms |
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. |
void |
setAlternateName(java.lang.String rhs1)
Alternate Name of the Item. |
void |
setIsIndexed(boolean rhs1)
Indicates if the Item is Indexed. |
void |
setIsPseudo(boolean rhs1)
Indicates if the Item is a Pseudo Item. |
void |
setIsRedefined(boolean rhs1)
Indicates if the Item is Redefined. |
void |
setName(java.lang.String rhs1)
Name of the Item. |
void |
setNumberDecimals(int rhs1)
Number of Decimals for Item values. |
void |
setOutputWidth(int rhs1)
Output Width, in Bytes, for values stored in the Item. |
void |
setStartPosition(int rhs1)
Start Position of the Item. |
void |
setType(int rhs1)
Type of the Item, as an enumeration. |
void |
setWidth(int rhs1)
Storage Width, in Bytes, for values stored in the Item. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArcInfoItem()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ArcInfoItem(java.lang.Object obj)
throws java.io.IOException
obj to ArcInfoItem. ArcInfoItem theArcInfoItem = (ArcInfoItem) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IArcInfoItem getAsIArcInfoItem()
public IArcInfoItemEdit getAsIArcInfoItemEdit()
public ISupportErrorInfo getAsISupportErrorInfo()
public boolean equals(java.lang.Object o)
public int hashCode()
public int getStartPosition()
throws java.io.IOException,
AutomationException
IArcInfoItem
getStartPosition in interface IArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IArcInfoItem
getName in interface IArcInfoItemAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getWidth()
throws java.io.IOException,
AutomationException
IArcInfoItem
getWidth in interface IArcInfoItemAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getOutputWidth()
throws java.io.IOException,
AutomationException
IArcInfoItem
getOutputWidth in interface IArcInfoItemAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getType()
throws java.io.IOException,
AutomationException
IArcInfoItem
getType in interface IArcInfoItemAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getNumberDecimals()
throws java.io.IOException,
AutomationException
IArcInfoItem
getNumberDecimals in interface IArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAlternateName()
throws java.io.IOException,
AutomationException
IArcInfoItem
getAlternateName in interface IArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRedefined()
throws java.io.IOException,
AutomationException
IArcInfoItem
isRedefined in interface IArcInfoItemAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isPseudo()
throws java.io.IOException,
AutomationException
IArcInfoItem
isPseudo in interface IArcInfoItemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIndexed()
throws java.io.IOException,
AutomationException
IArcInfoItem
isIndexed in interface IArcInfoItemAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setStartPosition(int rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setStartPosition in interface IArcInfoItemEditrhs1 - The rhs1 (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setName(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setName in interface IArcInfoItemEditrhs1 - The rhs1 (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setWidth(int rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setWidth in interface IArcInfoItemEditrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputWidth(int rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setOutputWidth in interface IArcInfoItemEditrhs1 - The rhs1 (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setType(int rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setType in interface IArcInfoItemEditrhs1 - A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNumberDecimals(int rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setNumberDecimals in interface IArcInfoItemEditrhs1 - The rhs1 (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setAlternateName(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setAlternateName in interface IArcInfoItemEditrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsRedefined(boolean rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setIsRedefined in interface IArcInfoItemEditrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsPseudo(boolean rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setIsPseudo in interface IArcInfoItemEditrhs1 - The rhs1 (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setIsIndexed(boolean rhs1)
throws java.io.IOException,
AutomationException
IArcInfoItemEdit
setIsIndexed in interface IArcInfoItemEditrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
ISupportErrorInfoIndicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||