|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesfile.ArcInfoItem
public class ArcInfoItem
ArcInfo Item Object used to create items.
Constructor Summary | |
---|---|
ArcInfoItem()
Constructs a ArcInfoItem using ArcGIS Engine. |
|
ArcInfoItem(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcInfoItem theArcInfoItem = (ArcInfoItem) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getAlternateName()
Alternate Name of the Item. |
static String |
getClsid()
getClsid. |
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)
interfaceSupportsErrorInfo |
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(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(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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ArcInfoItem() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ArcInfoItem(Object obj) throws IOException
ArcInfoItem theArcInfoItem = (ArcInfoItem) obj;
obj
to ArcInfoItem
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getStartPosition() throws IOException, AutomationException
getStartPosition
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws IOException, AutomationException
getWidth
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutputWidth() throws IOException, AutomationException
getOutputWidth
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getType() throws IOException, AutomationException
getType
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumberDecimals() throws IOException, AutomationException
getNumberDecimals
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAlternateName() throws IOException, AutomationException
getAlternateName
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRedefined() throws IOException, AutomationException
isRedefined
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPseudo() throws IOException, AutomationException
isPseudo
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIndexed() throws IOException, AutomationException
isIndexed
in interface IArcInfoItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartPosition(int rhs1) throws IOException, AutomationException
setStartPosition
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String rhs1) throws IOException, AutomationException
setName
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int rhs1) throws IOException, AutomationException
setWidth
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputWidth(int rhs1) throws IOException, AutomationException
setOutputWidth
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(int rhs1) throws IOException, AutomationException
setType
in interface IArcInfoItemEdit
rhs1
- A com.esri.arcgis.datasourcesfile.esriArcInfoItemType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNumberDecimals(int rhs1) throws IOException, AutomationException
setNumberDecimals
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlternateName(String rhs1) throws IOException, AutomationException
setAlternateName
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsRedefined(boolean rhs1) throws IOException, AutomationException
setIsRedefined
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsPseudo(boolean rhs1) throws IOException, AutomationException
setIsPseudo
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsIndexed(boolean rhs1) throws IOException, AutomationException
setIsIndexed
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |