public interface IRay2 extends IRay, java.io.Serializable
Description: 'Provides access to 3D Ray properties and methods. A ray has one endpoint (its origin) and continues infinitely in one direction.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0c968eea_5de9_45db_b885_531a04738122 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID0cd38cba_1c89_11d4_9f5c_00c04f6bdf0d
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
void |
queryPlaneIntersection(_WKSPointZ pPlaneNormal,
double d,
IPoint pPoint)
Returns the point of intersection between the ray and the target plane.
|
getEnumIntersect, getOrigin, getPointAtDistance, getVector, intersect, intersects, queryFirstIntersection, queryOrigin, queryPointAtDistance, queryVector, setOrigin, setVector
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
static final int IID0c968eea_5de9_45db_b885_531a04738122
static final int xxDummy
static final java.lang.String IID
void queryPlaneIntersection(_WKSPointZ pPlaneNormal, double d, IPoint pPoint) throws java.io.IOException, AutomationException
pPlaneNormal
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)d
- The d (in)pPoint
- 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.