Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Type | Overridden. Gets the ArcGIS.Core.Data.DatasetType of this LAS dataset. Returns ArcGIS.Core.Data.DatasetType.LasDataset. |
The following tables list the members exposed by LasDataset.
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Type | Overridden. Gets the ArcGIS.Core.Data.DatasetType of this LAS dataset. Returns ArcGIS.Core.Data.DatasetType.LasDataset. |
Name | Description | |
---|---|---|
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
EstimatePointCount | Estimates the number of points within the specified area of interest. This method must be called on the MCT. Use QueuedTask.Run. | |
EstimatePointSpacing | 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. | |
GetDatastore | Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetDefinition | Gets the LasDatasetDefinition of this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExtent | Gets 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. | |
GetFileCounts | Gets the number of LAS and ZLAS files in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFiles | Gets the list of LasFile used in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetName | Gets the dataset's name. This method must be called on the MCT. Use QueuedTask.Run. | |
GetPath | Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetPointByID | Overloaded. | |
GetPointCount | Gets the number of points in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetRegistrationType | Gets 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) | |
GetSizeInBytes | Gets the dataset's size in bytes. This method must be called on the MCT. Use QueuedTask.Run. | |
GetSurfaceConstraintCount | Gets the number of surface constraints used in this LAS dataset. Also see GetSurfaceConstraints. This method must be called on the MCT. Use QueuedTask.Run. | |
GetSurfaceConstraints | Gets the list of SurfaceConstraint used in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetUncompressedSizeInBytes | Gets the dataset's uncompressed size in bytes. This method must be called on the MCT. Use QueuedTask.Run. | |
GetUniqueClassCodes | Gets the set of classification codes used in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetUniqueReturns | Gets the set of returns used in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetVersion | 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. | |
SearchPoints | Retrieves 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. |
Name | Description | |
---|---|---|
GetDataConnection | Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetIsKnowledgeGraphDataset | Gets whether the dataset is a knowledge graph dataset or not. This method must be called on the MCT. Use QueuedTask.Run. |