|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.XMLIndex
public class XMLIndex
XML Index Object.
| Constructor Summary | |
|---|---|
XMLIndex()
Constructs a XMLIndex using ArcGIS Engine. |
|
XMLIndex(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. XMLIndex theXMLIndex = (XMLIndex) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDescription()
A textual description of the XML Index. |
IXMLIndexTags |
getExcludedTags()
The collection of excluded tags. |
IFields |
getFields()
The fields collection for this index. |
IXMLIndexTags |
getIncludedTags()
The collection of included tags. |
String |
getName()
The name of the index. |
int |
getXMLIndexType()
The type of XML Index. |
int |
hashCode()
the hashcode for this object |
boolean |
isAscending()
Indicates if the index is based on ascending order. |
boolean |
isUnique()
Indicates if the index is unique. |
void |
setDescription(String rhs1)
A textual description of the XML Index. |
void |
setExcludedTagsByRef(IXMLIndexTags rhs1)
The collection of excluded tags. |
void |
setFieldsByRef(IFields rhs1)
The fields collection for this index. |
void |
setIncludedTagsByRef(IXMLIndexTags rhs1)
The collection of included tags. |
void |
setIsAscending(boolean rhs1)
Indicates if the index is to be ascending. |
void |
setIsUnique(boolean rhs1)
Indicates if the index is to be unique. |
void |
setName(String rhs1)
The name of the index. |
void |
setXMLIndexType(int rhs1)
The type of XML Index. |
| 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 XMLIndex()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public XMLIndex(Object obj)
throws IOException
XMLIndex theXMLIndex = (XMLIndex) obj;
obj to XMLIndex.
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 String getName()
throws IOException,
AutomationException
ArcGIS imposes a limit on the length of 16 characters on the length of attribute index names. This limit is based on the smallest allowable length within supported databases in order to facilitate distribution and sharing of data between different geodatabases.
getName in interface IIndexIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUnique()
throws IOException,
AutomationException
isUnique in interface IIndexIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAscending()
throws IOException,
AutomationException
isAscending in interface IIndexIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getFields()
throws IOException,
AutomationException
getFields in interface IIndexIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String rhs1)
throws IOException,
AutomationException
ArcGIS imposes a limit on the length of 16 characters on the length of attribute index names. This limit is based on the smallest allowable length within supported databases in order to facilitate distribution and sharing of data between different geodatabases.
Giving a shapefile index a name will apply the name to the index in memory, but the name will not be persisted to disk. On subsequent occasions when the indexes are opened, they will have system-defined names.
setName in interface IIndexEditrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsUnique(boolean rhs1)
throws IOException,
AutomationException
setIsUnique in interface IIndexEditrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsAscending(boolean rhs1)
throws IOException,
AutomationException
setIsAscending in interface IIndexEditrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldsByRef(IFields rhs1)
throws IOException,
AutomationException
setFieldsByRef in interface IIndexEditrhs1 - A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getXMLIndexType()
throws IOException,
AutomationException
getXMLIndexType in interface IXMLIndexIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IXMLIndexTags getIncludedTags()
throws IOException,
AutomationException
getIncludedTags in interface IXMLIndexIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IXMLIndexTags getExcludedTags()
throws IOException,
AutomationException
getExcludedTags in interface IXMLIndexIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface IXMLIndexIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXMLIndexType(int rhs1)
throws IOException,
AutomationException
setXMLIndexType in interface IXMLIndexEditrhs1 - A com.esri.arcgis.geodatabase.esriXMLIndexType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIncludedTagsByRef(IXMLIndexTags rhs1)
throws IOException,
AutomationException
setIncludedTagsByRef in interface IXMLIndexEditrhs1 - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExcludedTagsByRef(IXMLIndexTags rhs1)
throws IOException,
AutomationException
setExcludedTagsByRef in interface IXMLIndexEditrhs1 - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(String rhs1)
throws IOException,
AutomationException
setDescription in interface IXMLIndexEditrhs1 - The rhs1 (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 | ||||||||