|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.carto.FieldInfoSet
public class FieldInfoSet
COM Class 'FieldInfoSet'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Maintains an ordered set of field info objets.' 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.carto.IFieldInfoSet |
---|
IID, IIDd8d8c2c1_c003_452c_a66c_aa9b333d3489, xxDummy |
Constructor Summary | |
---|---|
FieldInfoSet()
Constructs a FieldInfoSet using ArcGIS Engine. |
|
FieldInfoSet(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FieldInfoSet theFieldInfoSet = (FieldInfoSet) obj; |
Method Summary | |
---|---|
void |
add(java.lang.String fieldName,
IFieldInfo fieldInfo)
Adds the given fieldinfo to the end of the set. |
void |
clear()
Empties the set of fields. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IFieldInfo |
find(java.lang.String fieldName)
Returns the fieldinfo for the field with the specified name. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The number of fields. |
IFieldInfo |
getFieldInfo(int index)
Extended field information for the field at the specified index. |
java.lang.String |
getFieldName(int index)
The field name at the specified index. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a FieldInfoSet. |
void |
remove(java.lang.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 |
Constructor Detail |
---|
public FieldInfoSet() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic FieldInfoSet(java.lang.Object obj) throws java.io.IOException
FieldInfoSet theFieldInfoSet = (FieldInfoSet) obj;
obj
to FieldInfoSet
.
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 getCount() throws java.io.IOException, AutomationException
getCount
in interface IFieldInfoSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFieldInfo getFieldInfo(int index) throws java.io.IOException, AutomationException
getFieldInfo
in interface IFieldInfoSet
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFieldName(int index) throws java.io.IOException, AutomationException
getFieldName
in interface IFieldInfoSet
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(java.lang.String fieldName, IFieldInfo fieldInfo) throws java.io.IOException, AutomationException
add
in interface IFieldInfoSet
fieldName
- The fieldName (in)fieldInfo
- A reference to a com.esri.arcgis.geodatabase.IFieldInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws java.io.IOException, AutomationException
clear
in interface IFieldInfoSet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFieldInfo find(java.lang.String fieldName) throws java.io.IOException, AutomationException
find
in interface IFieldInfoSet
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(java.lang.String fieldName) throws java.io.IOException, AutomationException
remove
in interface IFieldInfoSet
fieldName
- The fieldName (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 |