public interface ILasOptimize2 extends ILasOptimize, java.io.Serializable
Description: 'Provides access to members of LasOrganizer.' 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 |
IID01cfb4c8_2db8_498c_b17b_d735dd006770 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf092daea_127b_47ce_a06b_3ffec73b68c5
Modifier and Type | Method and Description |
---|---|
void |
validateZlas(ILasDataset pDataset,
ILongArray pFiles,
IStringArray[] ppBadFiles)
Validate zLas files.
|
optimize, restoreToLas, setCopyFilesAlreadyInTargetFormat, setEmpty, setOverwriteOutput, setTempFilePath, setTrackCancelByRef
static final int IID01cfb4c8_2db8_498c_b17b_d735dd006770
static final int xxDummy
static final java.lang.String IID
void validateZlas(ILasDataset pDataset, ILongArray pFiles, IStringArray[] ppBadFiles) throws java.io.IOException, AutomationException
pDataset
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasDataset (in)pFiles
- A reference to a com.esri.arcgis.system.ILongArray (in)ppBadFiles
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.