public interface ILasPointCloud2 extends ILasPointCloud, java.io.Serializable
Description: 'Provides access to points.' 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 |
IID8c44f298_67d7_49c9_a935_31650928b8dc |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1928009d_9153_4ec0_a75c_4c24008d28d5| Modifier and Type | Method and Description |
|---|---|
IEnumLasPoint |
getLasPointsExt(ITrackCancel pTrackCancel,
ILongArray pLasFiles,
ILasPointFilter pFilter,
double thinningFactor,
double zFactor)
Returns a point enumerator object.
|
estimatePointCount, estimatePointSpacing, getLasPointInfo, getLasPoints, getLasPointsByBudget, lasPointStatsAsRaster, queryLasPointInfostatic final int IID8c44f298_67d7_49c9_a935_31650928b8dc
static final int xxDummy
static final java.lang.String IID
IEnumLasPoint getLasPointsExt(ITrackCancel pTrackCancel, ILongArray pLasFiles, ILasPointFilter pFilter, double thinningFactor, double zFactor) throws java.io.IOException, AutomationException
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)pLasFiles - A reference to a com.esri.arcgis.system.ILongArray (in)pFilter - A reference to a com.esri.arcgis.geodatabaseextensions.ILasPointFilter (in)thinningFactor - The thinningFactor (in)zFactor - The zFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.