ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasDataset Class


In This Topic
    LasDataset Class Methods
    In This Topic

    For a list of all members of this type, see LasDataset members.

    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Estimates the number of points within the specified area of interest. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the minimum, maximum, and mean point spacing estimates based on the LAS files whose extents intersect the envelope. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the LasDatasetDefinition of this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of LAS and ZLAS files in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of LasFile used in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the dataset's name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodOverloaded.   
    Public Method Gets the number of points in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the ArcGIS.Core.Data.RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the dataset's size in bytes. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the number of surface constraints used in this LAS dataset. Also see GetSurfaceConstraints. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of SurfaceConstraint used in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the dataset's uncompressed size in bytes. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the set of classification codes used in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the set of returns used in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the major and minor version of the LAS dataset. Also retrieves the point format. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodRetrieves the points in the LAS dataset that satisfy the criteria set in the filter. If no filter is set, all points will be retrieved. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also