public interface ILasPointEdit3 extends ILasPointEdit2, java.io.Serializable
Description: 'Provides access to members of LasDataset.' 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 |
IIDbf1be4a3_da03_4beb_a447_17d6a1f35641 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf8784690_24d0_4e14_be75_fac79751538d
IID5ea400dd_3afa_4423_9bc7_4915f4292911
Modifier and Type | Method and Description |
---|---|
void |
classifyGround(ITrackCancel pTrackCancel,
IGeometry pAOI,
ILongArray pLasFiles,
double maxObjectSize,
int option,
boolean bReuseExistingGround,
double demResolution,
boolean bCalculateStats)
Classify ground points.
|
editClassCodeByClass2
changeClassCode, editClassCode, editClassCodeByClass, setClassCode, setClassFlag
static final int IIDbf1be4a3_da03_4beb_a447_17d6a1f35641
static final int xxDummy
static final java.lang.String IID
void classifyGround(ITrackCancel pTrackCancel, IGeometry pAOI, ILongArray pLasFiles, double maxObjectSize, int option, boolean bReuseExistingGround, double demResolution, boolean bCalculateStats) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pAOI
- A reference to a com.esri.arcgis.geometry.IGeometry (in)pLasFiles
- A reference to a com.esri.arcgis.system.ILongArray (in)maxObjectSize
- The maxObjectSize (in)option
- A com.esri.arcgis.geodatabaseextensions.esriLasGroundOption constant (in)bReuseExistingGround
- The bReuseExistingGround (in)demResolution
- The demResolution (in)bCalculateStats
- The bCalculateStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.