|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.analyst3d.IHit3DProxy
Provides access to members that control information about a hit in 3D picking.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IHit3DProxy()
For internal use only |
|
IHit3DProxy(java.lang.Object obj)
|
protected |
IHit3DProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IHit3DProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IHit3DProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
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. |
java.lang.Object |
getObject()
The object (feature) that is hit. |
java.lang.Object |
getOwner()
The owner (layer) that is hit. |
IPoint |
getPoint()
The location of the hit. |
boolean |
isExactHit()
Indicates whether an exact hit. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
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(java.lang.Object ppObject)
The object (feature) that is hit. |
void |
setOwnerByRef(java.lang.Object ppOwner)
The owner (layer) that is hit. |
void |
setPointByRef(IPoint ppPoint)
The location of the hit. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IHit3DProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IHit3DProxy()
public IHit3DProxy(java.lang.Object obj)
throws java.io.IOException
protected IHit3DProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IHit3DProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public void setPointByRef(IPoint ppPoint)
throws java.io.IOException,
AutomationException
IHit3D
setPointByRef in interface IHit3DppPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IPoint getPoint()
throws java.io.IOException,
AutomationException
IHit3D
getPoint in interface IHit3DAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setOwnerByRef(java.lang.Object ppOwner)
throws java.io.IOException,
AutomationException
IHit3D
setOwnerByRef in interface IHit3DppOwner - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getOwner()
throws java.io.IOException,
AutomationException
IHit3D
getOwner in interface IHit3DAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setObjectByRef(java.lang.Object ppObject)
throws java.io.IOException,
AutomationException
IHit3D
setObjectByRef in interface IHit3DppObject - A reference to another Object (IUnknown) (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.Object getObject()
throws java.io.IOException,
AutomationException
IHit3D
getObject in interface IHit3Djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDistanceToObserver(double pDistanceToObs)
throws java.io.IOException,
AutomationException
IHit3D
setDistanceToObserver in interface IHit3DpDistanceToObs - The pDistanceToObs (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDistanceToObserver()
throws java.io.IOException,
AutomationException
IHit3D
getDistanceToObserver in interface IHit3Djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDistanceToRay(double pDistanceToRay)
throws java.io.IOException,
AutomationException
IHit3D
setDistanceToRay in interface IHit3DpDistanceToRay - The pDistanceToRay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDistanceToRay()
throws java.io.IOException,
AutomationException
IHit3D
getDistanceToRay in interface IHit3DAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setDepthRange(double dMin,
double dMax)
throws java.io.IOException,
AutomationException
IHit3D
setDepthRange in interface IHit3DdMin - The dMin (in)dMax - The dMax (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getDepthRange(double[] pDMin,
double[] pDMax)
throws java.io.IOException,
AutomationException
IHit3D
getDepthRange in interface IHit3DpDMin - The pDMin (out: use single element array)pDMax - The pDMax (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExactHit(boolean hit)
throws java.io.IOException,
AutomationException
IHit3D
setExactHit in interface IHit3Dhit - The hit (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExactHit()
throws java.io.IOException,
AutomationException
IHit3D
isExactHit in interface IHit3DAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||