public interface ILasTile 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 |
IID3e5f6e2c_bd7a_4c2d_b734_788f549dadb3 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd030123f_4b81_41fc_b436_5a2c301caab5
Modifier and Type | Method and Description |
---|---|
void |
setGpsTimeMergeOption(int rhs1)
Indicates what to do when merging different types of GPS times.
|
void |
setOutputBaseName(java.lang.String rhs1)
The base name of the output files.
|
void |
setTileNameFeatureClass(IFeatureClass pFeatureClass,
int fieldIndex)
Set the feature class and field index tile/file name mapping.
|
void |
setTileNameStartNumbers(int row,
int col)
Set the initial row and column numbers for tile naming.
|
void |
setTileNamingMethod(int rhs1)
Indicates file naming methods.
|
void |
tile(ILasDataset pDataset,
ILongArray pFiles,
IGeometry pAOI,
ISpatialReference pOutputSpatialRef,
java.lang.String outputFolderName,
double originX,
double originY,
double tileSizeX,
double tileSizeY,
ILasDataset pNewDataset,
int[] pMissingFileNameCount)
Tile LAS files.
|
setAsZlas, setCodeForWithheldPoints, setComputeStatistics, setDropExtraBytes, setDropVLRs, setEmpty, setOverwriteOutput, setRearrange, setTargetVersionAndFormat, setTempFilePath, setTrackCancelByRef
static final int IID3e5f6e2c_bd7a_4c2d_b734_788f549dadb3
static final int xxDummy
static final java.lang.String IID
void setGpsTimeMergeOption(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabaseextensions.esriLasGpsTimeMergeOption constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputBaseName(java.lang.String 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 setTileNamingMethod(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabaseextensions.esriLasTileNamingMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileNameStartNumbers(int row, int col) throws java.io.IOException, AutomationException
row
- The row (in)col
- The col (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileNameFeatureClass(IFeatureClass pFeatureClass, int fieldIndex) throws java.io.IOException, AutomationException
pFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)fieldIndex
- The fieldIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void tile(ILasDataset pDataset, ILongArray pFiles, IGeometry pAOI, ISpatialReference pOutputSpatialRef, java.lang.String outputFolderName, double originX, double originY, double tileSizeX, double tileSizeY, ILasDataset pNewDataset, int[] pMissingFileNameCount) 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)pAOI
- A reference to a com.esri.arcgis.geometry.IGeometry (in)pOutputSpatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)outputFolderName
- The outputFolderName (in)originX
- The originX (in)originY
- The originY (in)tileSizeX
- The tileSizeX (in)tileSizeY
- The tileSizeY (in)pNewDataset
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasDataset (in)pMissingFileNameCount
- The pMissingFileNameCount (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.