public interface ILasPointEdit4 extends ILasPointEdit3, 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 |
IIDbdba543e_efff_46eb_9e35_e0a6fa0e806a |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDbf1be4a3_da03_4beb_a447_17d6a1f35641
IIDf8784690_24d0_4e14_be75_fac79751538d
IID5ea400dd_3afa_4423_9bc7_4915f4292911
Modifier and Type | Method and Description |
---|---|
void |
updateColor(ITrackCancel pTrackCancel,
int fileIndex,
IRasterDataset pRasterDataset,
IGeometry pAOI,
int bandRed,
int bandGreen,
int bandBlue,
int bandNIR,
boolean bCalculateStats)
Update point color.
|
classifyGround
editClassCodeByClass2
changeClassCode, editClassCode, editClassCodeByClass, setClassCode, setClassFlag
static final int IIDbdba543e_efff_46eb_9e35_e0a6fa0e806a
static final int xxDummy
static final java.lang.String IID
void updateColor(ITrackCancel pTrackCancel, int fileIndex, IRasterDataset pRasterDataset, IGeometry pAOI, int bandRed, int bandGreen, int bandBlue, int bandNIR, boolean bCalculateStats) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)fileIndex
- The fileIndex (in)pRasterDataset
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)pAOI
- A reference to a com.esri.arcgis.geometry.IGeometry (in)bandRed
- The bandRed (in)bandGreen
- The bandGreen (in)bandBlue
- The bandBlue (in)bandNIR
- The bandNIR (in)bCalculateStats
- The bCalculateStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.