|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHit3D
Provides access to members that control information about a hit in 3D picking.
| Method Summary | |
|---|---|
void |
getDepthRange(double[] pDMin,
double[] pDMax)
Returns the depth range of the hit as reported by OpenGL. |
double |
getDistanceToObserver()
The 3D distance from the observer to the hit point. |
double |
getDistanceToRay()
The 3D distance between the hit point and the picking ray. |
Object |
getObject()
The object (feature) that is hit. |
Object |
getOwner()
The owner (layer) that is hit. |
IPoint |
getPoint()
The location of the hit. |
boolean |
isExactHit()
Indicates whether an exact hit. |
void |
setDepthRange(double dMin,
double dMax)
Sets the depth range of the hit as reported by OpenGL. |
void |
setDistanceToObserver(double pDistanceToObs)
The 3D distance from the observer to the hit point. |
void |
setDistanceToRay(double pDistanceToRay)
The 3D distance between the hit point and the picking ray. |
void |
setExactHit(boolean hit)
Indicates whether an exact hit. |
void |
setObjectByRef(Object ppObject)
The object (feature) that is hit. |
void |
setOwnerByRef(Object ppOwner)
The owner (layer) that is hit. |
void |
setPointByRef(IPoint ppPoint)
The location of the hit. |
| Method Detail |
|---|
void setPointByRef(IPoint ppPoint)
throws IOException,
AutomationException
ppPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getPoint()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOwnerByRef(Object ppOwner)
throws IOException,
AutomationException
ppOwner - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getOwner()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObjectByRef(Object ppObject)
throws IOException,
AutomationException
ppObject - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getObject()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDistanceToObserver(double pDistanceToObs)
throws IOException,
AutomationException
pDistanceToObs - The pDistanceToObs (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDistanceToObserver()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDistanceToRay(double pDistanceToRay)
throws IOException,
AutomationException
pDistanceToRay - The pDistanceToRay (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDistanceToRay()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDepthRange(double dMin,
double dMax)
throws IOException,
AutomationException
dMin - The dMin (in)dMax - The dMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getDepthRange(double[] pDMin,
double[] pDMax)
throws IOException,
AutomationException
pDMin - The pDMin (out: use single element array)pDMax - The pDMax (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExactHit(boolean hit)
throws IOException,
AutomationException
hit - The hit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isExactHit()
throws IOException,
AutomationException
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 | ||||||||