public interface ILasConvert extends ILasOrganize, 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 |
IID5ba56e20_f341_4cad_ad71_ed48fe283fdb |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd030123f_4b81_41fc_b436_5a2c301caab5
Modifier and Type | Method and Description |
---|---|
void |
convert(ILasDataset pDataset,
ILongArray pFiles,
ISpatialReference pOutputSpatialRef,
java.lang.String outputFolderName)
Convert version and/or point record format.
|
setAsZlas, setCodeForWithheldPoints, setComputeStatistics, setDropExtraBytes, setDropVLRs, setEmpty, setOverwriteOutput, setRearrange, setTargetVersionAndFormat, setTempFilePath, setTrackCancelByRef
static final int IID5ba56e20_f341_4cad_ad71_ed48fe283fdb
static final int xxDummy
static final java.lang.String IID
void convert(ILasDataset pDataset, ILongArray pFiles, ISpatialReference pOutputSpatialRef, 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)pOutputSpatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)outputFolderName
- The outputFolderName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.