Provides access to members of LasOrganizer.
Members
| Name | Description | |
|---|---|---|
![]() |
AsZlas | Indicates if output file(s) should be the Esri's zLas format. |
![]() |
CodeForWithheldPoints | Class code used for withheld points when converting to LAS 1.0 where flags are not supported. |
![]() |
ComputeStatistics | Indicates whether or not to compute statistics for the output file(s). |
![]() |
DropExtraBytes | Indicates if Extra-Bytes data should be dropped. |
![]() |
DropVLRs | Indicates if Variable Length Records should be dropped. |
![]() |
GpsTimeMergeOption | Indicates what to do when merging different types of GPS times. |
![]() |
OutputBaseName | The base name of the output files. |
![]() |
OverwriteOutput | Indicates whether or not to overwrite existing output file(s). |
![]() |
Rearrange | Indicates if output point records should be spatially rearranged. |
![]() |
SetEmpty | Empty the object. |
![]() |
SetTargetVersionAndFormat | The output LAS version and point format. |
![]() |
SetTempFilePath | The path for temp files. |
![]() |
SetTileNameFeatureClass | Set the feature class and field index tile/file name mapping. |
![]() |
SetTileNameStartNumbers | Set the initial row and column numbers for tile naming. |
![]() |
Tile | Tile LAS files. |
![]() |
TileNamingMethod | Indicates file naming methods. |
![]() |
TrackCancel | The cancel-tracking object. |
ILasTile.GpsTimeMergeOption Property
Indicates what to do when merging different types of GPS times.
Public WriteOnly Property GpsTimeMergeOption
public void GpsTimeMergeOption {set;}
ILasTile.OutputBaseName Property
The base name of the output files.
Public WriteOnly Property OutputBaseName
public void OutputBaseName {set;}
ILasTile.SetTileNameFeatureClass Method
Set the feature class and field index tile/file name mapping.
Public Sub SetTileNameFeatureClass ( _
ByVal pFeatureClass As IFeatureClass, _
ByVal fieldIndex As Integer _
)
public void SetTileNameFeatureClass (
IFeatureClass pFeatureClass,
int fieldIndex
);
ILasTile.SetTileNameStartNumbers Method
Set the initial row and column numbers for tile naming.
Public Sub SetTileNameStartNumbers ( _
ByVal row As Integer, _
ByVal col As Integer _
)
public void SetTileNameStartNumbers (
int row,
int col
);
ILasTile.Tile Method
Tile LAS files.
Public Sub Tile ( _
ByVal pDataset As ILasDataset, _
ByVal pFiles As ILongArray, _
ByVal pAOI As IGeometry, _
ByVal pOutputSpatialRef As ISpatialReference, _
ByVal outputFolderName As String, _
ByVal originX As Double, _
ByVal originY As Double, _
ByVal tileSizeX As Double, _
ByVal tileSizeY As Double, _
ByVal pNewDataset As ILasDataset, _
ByRef pMissingFileNameCount As Integer _
)
public void Tile (
ILasDataset pDataset,
ILongArray pFiles,
IGeometry pAOI,
ISpatialReference pOutputSpatialRef,
string outputFolderName,
double originX,
double originY,
double tileSizeX,
double tileSizeY,
ILasDataset pNewDataset,
ref int pMissingFileNameCount
);
ILasTile.TileNamingMethod Property
Indicates file naming methods.
Public WriteOnly Property TileNamingMethod
public void TileNamingMethod {set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| ILasOrganize | Provides access to members of LasOrganizer. |
Classes that implement ILasTile
| Classes | Description |
|---|---|
| LasOrganizer | Esri LasOrganizer. |


