Skip to content

ILasDataset2 Interface

Provides access to members of LasDataset.

Members

Name Description
Method CreateDynamicSurface Returns an implicit surface.
Method Export Writes a new, optionally modified, version of the specified LAS file.
Read-only property Extent The xyz extent of the dataset.
Read-only property File Returns the LAS file specified by the index.
Read-only property FileCount The number of LAS files contained in the dataset.
Method GetStatistics Get statistics.
Method GetSurfaceConstraint Gets surface constraint specified by the index.
Method GetSurfaceConstraintID Gets surface constraint specified by the index.
Method GetSurfaceConstraintIndexFromID Gets surface constraint's index identified by the ID.
Method GetSurfaceConstraintName Gets surface constraint specified by the index.
Read-only property HasStatistics Indicates if statistics is available.
Method Init Opens the specified dataset.
Read-only property IsDirty Indicates if the dataset has been changed since last save.
Read-only property Name The name of the dataset.
Read-only property NeedsUpdateStatistics Indicates if update is necessary.
Read-only property PointCount The number of points in the dataset.
Method Rearrange Spatially rearrange points.
Method SaveAs Saves the dataset to disk using the specified name.
Method SetEmpty Empty the object.
Read-only property SizeInBytes The size of all the LAS/zLAS files in bytes.
Read-only property SpatialReference The spatial reference of the dataset.
Read-only property SurfaceConstraintCount The number of surface constraints contained in the dataset.
Read-only property UsesRelativePath Indicates if the dataset is saved with relative path.

ILasDataset2.Rearrange Method

Spatially rearrange points.

Public Sub Rearrange ( _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal FileIndex As Integer, _
    ByVal newFileName As String, _
    ByVal bOverWrite As Boolean _
)
public void Rearrange (
    ITrackCancel pTrackCancel,
    int FileIndex,
    string newFileName,
    bool bOverWrite
);

Inherited Interfaces

Interfaces Description
ILasDataset Provides access to members of LasDataset.

Classes that implement ILasDataset2

Classes Description
LasDataset Esri LasDataset component.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.