Provides access to members of LasDataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
CreateDynamicSurface | Returns an implicit surface. |
![]() |
Export | Returns an implicit surface. |
![]() |
Extent | The xyz extent of the dataset. |
![]() |
File | Returns the LAS file specified by the index. |
![]() |
FileCount | The number of LAS files contained in the dataset. |
![]() |
GetStatistics | Get statistics. |
![]() |
GetSurfaceConstraint | Gets surface constraint specified by the index. |
![]() |
GetSurfaceConstraintID | Gets surface constraint specified by the index. |
![]() |
GetSurfaceConstraintIndexFromID | Gets surface constraint's index identified by the ID. |
![]() |
GetSurfaceConstraintName | Gets surface constraint specified by the index. |
![]() |
HasStatistics | Indicates if statistics is available. |
![]() |
Init | Opens the specified dataset. |
![]() |
IsDirty | Indicates if the dataset has been changed since last save. |
![]() |
Name | The name of the dataset. |
![]() |
NeedsUpdateStatistics | Indicates if update is necessary. |
![]() |
PointCount | The number of points in the dataset. |
![]() |
SaveAs | Saves the dataset to disk using the specified name. |
![]() |
SetEmpty | Empty the object. |
![]() |
SizeInBytes | The size of all the LAS files in bytes. |
![]() |
SpatialReference | The spatial reference of the dataset. |
![]() |
SurfaceConstraintCount | The number of surface constraints contained in the dataset. |
![]() |
UsesRelativePath | Indicates if the dataset is saved with relative path. |
CoClasses that implement ILasDataset
CoClasses and Classes | Description |
---|---|
LasDataset | Esri LasDataset component. |