|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.datasourcesfile.ArcInfoItem
public class ArcInfoItem
COM Class 'ArcInfoItem'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description 'ArcInfo Item Object used to create items.' 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 |
---|
Fields inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItemEdit |
---|
IID, IIDb5e470d3_ceab_11d2_b0dc_0000f8780820, xxDummy |
Fields inherited from interface com.esri.arcgis.datasourcesfile.IArcInfoItem |
---|
IIDb5e470d2_ceab_11d2_b0dc_0000f8780820 |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
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. ArcInfoItem theArcInfoItem = (ArcInfoItem) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAlternateName()
Alternate Name of the Item. |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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)
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 |
release()
Release a ArcInfoItem. |
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 problemspublic ArcInfoItem(java.lang.Object obj) throws java.io.IOException
ArcInfoItem theArcInfoItem = (ArcInfoItem) obj;
obj
to ArcInfoItem
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getStartPosition() throws java.io.IOException, AutomationException
getStartPosition
in interface IArcInfoItem
java.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
getName
in interface IArcInfoItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IArcInfoItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutputWidth() throws java.io.IOException, AutomationException
getOutputWidth
in interface IArcInfoItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getType() throws java.io.IOException, AutomationException
getType
in interface IArcInfoItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumberDecimals() throws java.io.IOException, AutomationException
getNumberDecimals
in interface IArcInfoItem
java.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
getAlternateName
in interface IArcInfoItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRedefined() throws java.io.IOException, AutomationException
isRedefined
in interface IArcInfoItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPseudo() throws java.io.IOException, AutomationException
isPseudo
in interface IArcInfoItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIndexed() throws java.io.IOException, AutomationException
isIndexed
in interface IArcInfoItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartPosition(int rhs1) throws java.io.IOException, AutomationException
setStartPosition
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String rhs1) throws java.io.IOException, AutomationException
setName
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int rhs1) throws java.io.IOException, AutomationException
setWidth
in interface IArcInfoItemEdit
rhs1
- 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
setOutputWidth
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(int rhs1) throws java.io.IOException, AutomationException
setType
in interface IArcInfoItemEdit
rhs1
- 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
setNumberDecimals
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlternateName(java.lang.String rhs1) throws java.io.IOException, AutomationException
setAlternateName
in interface IArcInfoItemEdit
rhs1
- 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
setIsRedefined
in interface IArcInfoItemEdit
rhs1
- 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
setIsPseudo
in interface IArcInfoItemEdit
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsIndexed(boolean rhs1) throws java.io.IOException, AutomationException
setIsIndexed
in interface IArcInfoItemEdit
rhs1
- 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
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |