public interface IEnumLasPoint2 extends IEnumLasPoint, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf1e00bff_12ae_447c_b6b8_a2cf9d0bcaa7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID41a9ea2b_b551_4987_a354_7fd3fe6dfc5e
Modifier and Type | Method and Description |
---|---|
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.
|
getAttribute, next, nextAttrDbl, nextAttrLong, nextAttrRGB32, nextLasInfo, reset, setAttribute
static final int IIDf1e00bff_12ae_447c_b6b8_a2cf9d0bcaa7
static final int xxDummy
static final java.lang.String IID
void nextAttrColor(int arraySize, int[] pPointCount, _WKSPointZ[] pPoints, _RGB32[] pRGB, int[] pNIR, ILongArray pIntensity, ILongArray pFileIndices, IDoubleArray pPointIDs) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void nextLasInfoExt(int lasAttributes, IArray pInfo, int[] pPointCount) throws java.io.IOException, AutomationException
lasAttributes
- The lasAttributes (in)pInfo
- A reference to a com.esri.arcgis.system.IArray (in)pPointCount
- The pPointCount (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.