com.esri.arcgis.geodatabaseextensions
Interface IEnumLasPoint2

All Superinterfaces:
IEnumLasPoint, java.io.Serializable
All Known Implementing Classes:
IEnumLasPoint2Proxy, LasPointEnumerator

public interface IEnumLasPoint2
extends IEnumLasPoint, java.io.Serializable

COM Interface 'IEnumLasPoint2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members of LasPointEnumerator.' 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 IIDf1e00bff_12ae_447c_b6b8_a2cf9d0bcaa7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IEnumLasPoint
IID41a9ea2b_b551_4987_a354_7fd3fe6dfc5e
 
Method Summary
 void nextAttrColor(int arraySize, int[] pPointCount, _WKSPointZ[] pPoints, _RGB32[] pRGB, int[] pNIR, ILongArray pIntensity, ILongArray pFileIndices, IDoubleArray pPointIDs)
          Populates arrays of WKSPointZs and colors (RGB and near infrared), and optional arrays of 0-based file indices and 1-based point IDs.
 void nextLasInfoExt(int lasAttributes, IArray pInfo, int[] pPointCount)
          Populates an array of ILasPointInfo.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.IEnumLasPoint
getAttribute, next, nextAttrDbl, nextAttrLong, nextAttrRGB32, nextLasInfo, reset, setAttribute
 

Field Detail

IIDf1e00bff_12ae_447c_b6b8_a2cf9d0bcaa7

static final int IIDf1e00bff_12ae_447c_b6b8_a2cf9d0bcaa7
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

nextAttrColor

void nextAttrColor(int arraySize,
                   int[] pPointCount,
                   _WKSPointZ[] pPoints,
                   _RGB32[] pRGB,
                   int[] pNIR,
                   ILongArray pIntensity,
                   ILongArray pFileIndices,
                   IDoubleArray pPointIDs)
                   throws java.io.IOException,
                          AutomationException
Populates arrays of WKSPointZs and colors (RGB and near infrared), and optional arrays of 0-based file indices and 1-based point IDs.

Parameters:
arraySize - The arraySize (in)
pPointCount - The pPointCount (out: use single element array)
pPoints - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)
pRGB - A Structure: com.esri.arcgis.geodatabaseextensions._RGB32 (A com.esri.arcgis.geodatabaseextensions._RGB32 COM typedef) (out: use single element array)
pNIR - The pNIR (out: use single element array)
pIntensity - A reference to a com.esri.arcgis.system.ILongArray (in)
pFileIndices - A reference to a com.esri.arcgis.system.ILongArray (in)
pPointIDs - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

nextLasInfoExt

void nextLasInfoExt(int lasAttributes,
                    IArray pInfo,
                    int[] pPointCount)
                    throws java.io.IOException,
                           AutomationException
Populates an array of ILasPointInfo.

Parameters:
lasAttributes - The lasAttributes (in)
pInfo - A reference to a com.esri.arcgis.system.IArray (in)
pPointCount - The pPointCount (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.