|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.Hit3DSet
public class Hit3DSet
The set of hits resulting from a 3D picking operation.
| Constructor Summary | |
|---|---|
Hit3DSet(Object obj)
Construct a Hit3DSet using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IArray |
getHits()
The array of hits. |
int |
hashCode()
the hashcode for this object |
void |
onePerLayer()
Reduces the hit set to have only one hit per layer. |
void |
setHitsByRef(IArray ppHits)
The array of hits. |
void |
topmost(double factor)
Reduces the hit set to topmost hits. |
| 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 Hit3DSet(Object obj)
throws IOException
obj to Hit3DSet. *
Hit3DSet o = (Hit3DSet)obj; // will not work
Hit3DSet o = new Hit3DSet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
Hit3DSet theHit3DSet = (Hit3DSet) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setHitsByRef(IArray ppHits)
throws IOException,
AutomationException
setHitsByRef in interface IHit3DSetppHits - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getHits()
throws IOException,
AutomationException
getHits in interface IHit3DSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void topmost(double factor)
throws IOException,
AutomationException
topmost in interface IHit3DSetfactor - The factor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onePerLayer()
throws IOException,
AutomationException
onePerLayer in interface IHit3DSetIOException - 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 | ||||||||