|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geometry.RelationResultArray
public class RelationResultArray
Constructor Summary | |
---|---|
RelationResultArray()
Constructs a RelationResultArray using ArcGIS Engine. |
|
RelationResultArray(Object obj)
Construct a RelationResultArray using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
add(esriRelationPair r)
Adds a relation result. |
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCount()
The geometry count. |
esriRelationPair |
getElement(int index)
Returns the relation pair at the specified position. |
int |
hashCode()
the hashcode for this object |
void |
insert(int index,
esriRelationPair r)
Adds a relation pair at the specified position. |
void |
remove(int index)
Removes the relation result at the specified position. |
void |
removeAll()
Removes all relation pairs. |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
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 RelationResultArray() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RelationResultArray(Object obj) throws IOException
obj
to RelationResultArray
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
RelationResultArray theRelationResultArray = (RelationResultArray) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void serialize(IXMLSerializeData data) throws IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws IOException, AutomationException
getCount
in interface IRelationResultArray
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public esriRelationPair getElement(int index) throws IOException, AutomationException
getElement
in interface IRelationResultArray
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int index) throws IOException, AutomationException
remove
in interface IRelationResultArray
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws IOException, AutomationException
removeAll
in interface IRelationResultArray
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(esriRelationPair r) throws IOException, AutomationException
add
in interface IRelationResultArray
r
- A Structure: com.esri.arcgis.geometry.esriRelationPair (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insert(int index, esriRelationPair r) throws IOException, AutomationException
insert
in interface IRelationResultArray
index
- The index (in)r
- A Structure: com.esri.arcgis.geometry.esriRelationPair (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 |