com.esri.arcgis.geodatabaseextensions
Interface IEnumLasPoint

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IEnumLasPoint2
All Known Implementing Classes:
IEnumLasPoint2Proxy, IEnumLasPointProxy, LasPointEnumerator

public interface IEnumLasPoint
extends java.io.Serializable

COM Interface 'IEnumLasPoint'. 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 IID41a9ea2b_b551_4987_a354_7fd3fe6dfc5e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAttribute()
          The LAS attribute.
 void next(int arraySize, int[] pPointCount, _WKSPointZ[] pPoints, ILongArray pIntensity, ILongArray pFileIndices, IDoubleArray pPointIDs)
          Populates an array of WKSPointZs, optional arrays of 0-based file indices and 1-based point IDs.
 void nextAttrDbl(int arraySize, int[] pPointCount, _WKSPointZ[] pPoints, double[] pAttribute, ILongArray pIntensity, ILongArray pFileIndices, IDoubleArray pPointIDs)
          Populates arrays of WKSPointZs and attributes, and optional arrays of 0-based file indices and 1-based point IDs.
 void nextAttrLong(int arraySize, int[] pPointCount, _WKSPointZ[] pPoints, int[] pAttribute, ILongArray pIntensity, ILongArray pFileIndices, IDoubleArray pPointIDs)
          Populates arrays of WKSPointZs and attributes, and optional arrays of 0-based file indices and 1-based point IDs.
 void nextAttrRGB32(int arraySize, int[] pPointCount, _WKSPointZ[] pPoints, _RGB32[] pAttribute, ILongArray pIntensity, ILongArray pFileIndices, IDoubleArray pPointIDs)
          Populates arrays of WKSPointZs and RGB colors, and optional arrays of 0-based file indices and 1-based point IDs.
 void nextLasInfo(IArray pInfo, int[] pPointCount)
          Populates an array of ILasPointInfo.
 void reset()
          Resets the enumerator.
 void setAttribute(int pAttribute)
          The LAS attribute.
 

Field Detail

IID41a9ea2b_b551_4987_a354_7fd3fe6dfc5e

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

setAttribute

void setAttribute(int pAttribute)
                  throws java.io.IOException,
                         AutomationException
The LAS attribute.

Parameters:
pAttribute - A com.esri.arcgis.geodatabaseextensions.esriLasAttributeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttribute

int getAttribute()
                 throws java.io.IOException,
                        AutomationException
The LAS attribute.

Returns:
A com.esri.arcgis.geodatabaseextensions.esriLasAttributeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

void next(int arraySize,
          int[] pPointCount,
          _WKSPointZ[] pPoints,
          ILongArray pIntensity,
          ILongArray pFileIndices,
          IDoubleArray pPointIDs)
          throws java.io.IOException,
                 AutomationException
Populates an array of WKSPointZs, 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)
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.

nextAttrLong

void nextAttrLong(int arraySize,
                  int[] pPointCount,
                  _WKSPointZ[] pPoints,
                  int[] pAttribute,
                  ILongArray pIntensity,
                  ILongArray pFileIndices,
                  IDoubleArray pPointIDs)
                  throws java.io.IOException,
                         AutomationException
Populates arrays of WKSPointZs and attributes, 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)
pAttribute - The pAttribute (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.

nextAttrDbl

void nextAttrDbl(int arraySize,
                 int[] pPointCount,
                 _WKSPointZ[] pPoints,
                 double[] pAttribute,
                 ILongArray pIntensity,
                 ILongArray pFileIndices,
                 IDoubleArray pPointIDs)
                 throws java.io.IOException,
                        AutomationException
Populates arrays of WKSPointZs and attributes, 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)
pAttribute - The pAttribute (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.

nextAttrRGB32

void nextAttrRGB32(int arraySize,
                   int[] pPointCount,
                   _WKSPointZ[] pPoints,
                   _RGB32[] pAttribute,
                   ILongArray pIntensity,
                   ILongArray pFileIndices,
                   IDoubleArray pPointIDs)
                   throws java.io.IOException,
                          AutomationException
Populates arrays of WKSPointZs and RGB colors, 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)
pAttribute - A Structure: com.esri.arcgis.geodatabaseextensions._RGB32 (A com.esri.arcgis.geodatabaseextensions._RGB32 COM typedef) (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.

nextLasInfo

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

Parameters:
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.