|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.analyst3d.IHit3DProxy
public class IHit3DProxy
Internal use class Proxy for COM Interface 'IHit3D'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to members that control information about a hit in 3D picking.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.analyst3d.IHit3D |
---|
IID, IIDf7873924_9a19_11d4_b270_00508bcdde28 |
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,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IHit3DProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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)
|
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 com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IHit3DProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IHit3DProxy()
public IHit3DProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IHit3DProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IHit3DProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setPointByRef(IPoint ppPoint) throws java.io.IOException, AutomationException
setPointByRef
in interface IHit3D
ppPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getPoint() throws java.io.IOException, AutomationException
getPoint
in interface IHit3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOwnerByRef(java.lang.Object ppOwner) throws java.io.IOException, AutomationException
setOwnerByRef
in interface IHit3D
ppOwner
- 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
getOwner
in interface IHit3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectByRef(java.lang.Object ppObject) throws java.io.IOException, AutomationException
setObjectByRef
in interface IHit3D
ppObject
- 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 getObject() throws java.io.IOException, AutomationException
getObject
in interface IHit3D
java.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
setDistanceToObserver
in interface IHit3D
pDistanceToObs
- 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
getDistanceToObserver
in interface IHit3D
java.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
setDistanceToRay
in interface IHit3D
pDistanceToRay
- 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
getDistanceToRay
in interface IHit3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDepthRange(double dMin, double dMax) throws java.io.IOException, AutomationException
setDepthRange
in interface IHit3D
dMin
- 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
getDepthRange
in interface IHit3D
pDMin
- 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
setExactHit
in interface IHit3D
hit
- 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
isExactHit
in interface IHit3D
java.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 |