public interface ILasOptimize
extends 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 |
IIDf092daea_127b_47ce_a06b_3ffec73b68c5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
optimize(ILasDataset pDataset,
ILongArray pFiles,
boolean bRearrange,
java.lang.String outputFolderName)
Convert LAS files to zLas.
|
void |
restoreToLas(ILasDataset pDataset,
ILongArray pFiles,
java.lang.String outputFolderName)
Convert zLas files to LAS.
|
void |
setCopyFilesAlreadyInTargetFormat(boolean rhs1)
Indicates whether or not to copy to the output folder those files that are already in the target format.
|
void |
setEmpty()
Empty the object.
|
void |
setOverwriteOutput(boolean rhs1)
Indicates whether or not to overwrite existing output file(s).
|
void |
setTempFilePath(java.lang.String path)
The path for temp files.
|
void |
setTrackCancelByRef(ITrackCancel rhs1)
The cancel-tracking object.
|
static final int IIDf092daea_127b_47ce_a06b_3ffec73b68c5
static final int xxDummy
static final java.lang.String IID
void setEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTempFilePath(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTrackCancelByRef(ITrackCancel rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOverwriteOutput(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCopyFilesAlreadyInTargetFormat(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void optimize(ILasDataset pDataset, ILongArray pFiles, boolean bRearrange, java.lang.String outputFolderName) 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)bRearrange
- The bRearrange (in)outputFolderName
- The outputFolderName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void restoreToLas(ILasDataset pDataset, ILongArray pFiles, java.lang.String outputFolderName) 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)outputFolderName
- The outputFolderName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.