com.esri.arcgis.geometry
Interface IRay2

All Superinterfaces:
IGeometry, IRay, java.io.Serializable
All Known Implementing Classes:
IRay2Proxy, Ray

public interface IRay2
extends IRay, java.io.Serializable

COM Interface 'IRay2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0c968eea_5de9_45db_b885_531a04738122
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IRay
IID0cd38cba_1c89_11d4_9f5c_00c04f6bdf0d
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometry
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
 
Method Summary
 void queryPlaneIntersection(_WKSPointZ pPlaneNormal, double d, IPoint pPoint)
          Returns the point of intersection between the ray and the target plane.
 
Methods inherited from interface com.esri.arcgis.geometry.IRay
getEnumIntersect, getOrigin, getPointAtDistance, getVector, intersect, intersects, queryFirstIntersection, queryOrigin, queryPointAtDistance, queryVector, setOrigin, setVector
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 

Field Detail

IID0c968eea_5de9_45db_b885_531a04738122

static final int IID0c968eea_5de9_45db_b885_531a04738122
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

queryPlaneIntersection

void queryPlaneIntersection(_WKSPointZ pPlaneNormal,
                            double d,
                            IPoint pPoint)
                            throws java.io.IOException,
                                   AutomationException
Returns the point of intersection between the ray and the target plane. The point is set empty if there is no intersection.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.