|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.FieldInfoSet
public class FieldInfoSet
Maintains an ordered set of field info objets.
Constructor Summary | |
---|---|
FieldInfoSet()
Constructs a FieldInfoSet using ArcGIS Engine. |
|
FieldInfoSet(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FieldInfoSet theFieldInfoSet = (FieldInfoSet) obj; |
Method Summary | |
---|---|
void |
add(String fieldName,
IFieldInfo fieldInfo)
Adds the given fieldinfo to the end of the set. |
void |
clear()
Empties the set of fields. |
boolean |
equals(Object o)
Compare this object with another |
IFieldInfo |
find(String fieldName)
Returns the fieldinfo for the field with the specified name. |
static String |
getClsid()
getClsid. |
int |
getCount()
The number of fields. |
IFieldInfo |
getFieldInfo(int index)
Extended field information for the field at the specified index. |
String |
getFieldName(int index)
The field name at the specified index. |
int |
hashCode()
the hashcode for this object |
void |
remove(String fieldName)
Removes the field with the specified name. |
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 FieldInfoSet() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic FieldInfoSet(Object obj) throws IOException
FieldInfoSet theFieldInfoSet = (FieldInfoSet) obj;
obj
to FieldInfoSet
.
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 getCount() throws IOException, AutomationException
getCount
in interface IFieldInfoSet
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFieldInfo getFieldInfo(int index) throws IOException, AutomationException
getFieldInfo
in interface IFieldInfoSet
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFieldName(int index) throws IOException, AutomationException
getFieldName
in interface IFieldInfoSet
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(String fieldName, IFieldInfo fieldInfo) throws IOException, AutomationException
add
in interface IFieldInfoSet
fieldName
- The fieldName (in)fieldInfo
- A reference to a com.esri.arcgis.geodatabase.IFieldInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws IOException, AutomationException
clear
in interface IFieldInfoSet
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFieldInfo find(String fieldName) throws IOException, AutomationException
find
in interface IFieldInfoSet
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(String fieldName) throws IOException, AutomationException
remove
in interface IFieldInfoSet
fieldName
- The fieldName (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 |