|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geometry.RelationResult
public class RelationResult
The indexes of geometrybag elements that are in a specified relation.
Constructor Summary | |
---|---|
RelationResult()
Constructs a RelationResult using ArcGIS Engine. |
|
RelationResult(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RelationResult theRelationResult = (RelationResult) obj; |
Method Summary | |
---|---|
void |
add(IRelationResult pRelations)
add |
boolean |
equals(Object o)
Compare this object with another |
void |
flipRelations()
flipRelations |
static String |
getClsid()
getClsid. |
void |
getRelationElement(int i,
int[] left,
int[] right)
The ith element of the relation. |
int |
getRelationElementCount()
The number of pairs of geometries in the relation. |
int |
hashCode()
the hashcode for this object |
void |
intersect(IRelationResult pRelations)
intersect |
void |
setRelationElement(int i,
int left,
int right)
The ith element of the relation. |
void |
setRelationElements(int cPairs,
esriRelationPair pairs)
Sets RelationResult with an array of relations. |
void |
sortLeft()
sortLeft |
void |
sortRight()
sortRight |
void |
subtract(IRelationResult pRelations)
subtract |
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 RelationResult() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RelationResult(Object obj) throws IOException
RelationResult theRelationResult = (RelationResult) obj;
obj
to RelationResult
.
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 getRelationElementCount() throws IOException, AutomationException
getRelationElementCount
in interface IRelationResult
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getRelationElement(int i, int[] left, int[] right) throws IOException, AutomationException
getRelationElement
in interface IRelationResult
i
- The i (in)left
- The left (out: use single element array)right
- The right (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelationElement(int i, int left, int right) throws IOException, AutomationException
setRelationElement
in interface IRelationResult
i
- The i (in)left
- The left (in)right
- The right (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelationElements(int cPairs, esriRelationPair pairs) throws IOException, AutomationException
setRelationElements
in interface IRelationResult
cPairs
- The cPairs (in)pairs
- A Structure: com.esri.arcgis.geometry.esriRelationPair (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void sortRight() throws IOException, AutomationException
sortRight
in interface IRelationResult
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void sortLeft() throws IOException, AutomationException
sortLeft
in interface IRelationResult
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void flipRelations() throws IOException, AutomationException
flipRelations
in interface IRelationResult
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void subtract(IRelationResult pRelations) throws IOException, AutomationException
subtract
in interface IRelationResult
pRelations
- A reference to a com.esri.arcgis.geometry.IRelationResult (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void intersect(IRelationResult pRelations) throws IOException, AutomationException
intersect
in interface IRelationResult
pRelations
- A reference to a com.esri.arcgis.geometry.IRelationResult (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(IRelationResult pRelations) throws IOException, AutomationException
add
in interface IRelationResult
pRelations
- A reference to a com.esri.arcgis.geometry.IRelationResult (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 |