|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.XMLIndexTags
public class XMLIndexTags
XML Index Tags Collection Object.
| Constructor Summary | |
|---|---|
XMLIndexTags()
Constructs a XMLIndexTags using ArcGIS Engine. |
|
XMLIndexTags(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. XMLIndexTags theXMLIndexTags = (XMLIndexTags) obj; |
|
| Method Summary | |
|---|---|
void |
add(IXMLIndexTag tag)
Add a tag to the collection. |
boolean |
equals(Object o)
Compare this object with another |
void |
find(String tagName,
int[] tagIndex)
Find a tag in the collection by name. |
static String |
getClsid()
getClsid. |
IXMLIndexTag |
getTag(int tagIndex)
A tag by position in the collection. |
int |
getTagCount()
The number of tags in the collection. |
int |
hashCode()
the hashcode for this object |
void |
remove(IXMLIndexTag tag)
Remove a tag from the collection. |
void |
removeAll()
Remove all tags from the collection. |
| 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 XMLIndexTags()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public XMLIndexTags(Object obj)
throws IOException
XMLIndexTags theXMLIndexTags = (XMLIndexTags) obj;
obj to XMLIndexTags.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getTagCount()
throws IOException,
AutomationException
getTagCount in interface IXMLIndexTagsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IXMLIndexTag getTag(int tagIndex)
throws IOException,
AutomationException
getTag in interface IXMLIndexTagstagIndex - The tagIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void find(String tagName,
int[] tagIndex)
throws IOException,
AutomationException
find in interface IXMLIndexTagstagName - The tagName (in)tagIndex - The tagIndex (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(IXMLIndexTag tag)
throws IOException,
AutomationException
add in interface IXMLIndexTagstag - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remove(IXMLIndexTag tag)
throws IOException,
AutomationException
remove in interface IXMLIndexTagstag - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
throws IOException,
AutomationException
removeAll in interface IXMLIndexTagsIOException - 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 | ||||||||