|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.Hit3DSet
The set of hits resulting from a 3D picking operation.
| Constructor Summary | |
Hit3DSet(java.lang.Object obj)
Construct a Hit3DSet using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IHit3DSet |
getAsIHit3DSet()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
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 |
| Constructor Detail |
public Hit3DSet(java.lang.Object obj)
throws java.io.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
Hit3DSet theHit3DSet = (Hit3DSet) obj;
java.io.IOException - if there are interop problems| Method Detail |
public IHit3DSet getAsIHit3DSet()
public boolean equals(java.lang.Object o)
public int hashCode()
public void setHitsByRef(IArray ppHits)
throws java.io.IOException,
AutomationException
IHit3DSet
setHitsByRef in interface IHit3DSetppHits - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getHits()
throws java.io.IOException,
AutomationException
IHit3DSet
getHits in interface IHit3DSetAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void topmost(double factor)
throws java.io.IOException,
AutomationException
IHit3DSet
topmost in interface IHit3DSetfactor - The factor (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void onePerLayer()
throws java.io.IOException,
AutomationException
IHit3DSet
onePerLayer in interface IHit3DSetjava.io.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 | |||||||||