|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHit3D
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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf7873924_9a19_11d4_b270_00508bcdde28
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
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 |
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. |
Field Detail |
---|
static final int IIDf7873924_9a19_11d4_b270_00508bcdde28
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setPointByRef(IPoint ppPoint) throws java.io.IOException, AutomationException
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.IPoint getPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOwnerByRef(java.lang.Object ppOwner) throws java.io.IOException, AutomationException
ppOwner
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getOwner() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectByRef(java.lang.Object ppObject) throws java.io.IOException, AutomationException
ppObject
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getObject() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistanceToObserver(double pDistanceToObs) throws java.io.IOException, AutomationException
pDistanceToObs
- The pDistanceToObs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDistanceToObserver() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistanceToRay(double pDistanceToRay) throws java.io.IOException, AutomationException
pDistanceToRay
- The pDistanceToRay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDistanceToRay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDepthRange(double dMin, double dMax) throws java.io.IOException, AutomationException
dMin
- The dMin (in)dMax
- The dMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getDepthRange(double[] pDMin, double[] pDMax) throws java.io.IOException, AutomationException
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.void setExactHit(boolean hit) throws java.io.IOException, AutomationException
hit
- The hit (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExactHit() throws java.io.IOException, AutomationException
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 |