Support for LAS Dataset Classes and Interfaces
ArcGIS Enterprise now provides support for working with LAS datasets within Server Object Extensions (SOEs). Developers can use the Enterprise SDK to access, read, and manipulate LAS datasets directly in their server-side extensions.
Supported capabilities include:
-
Reading and analyzing LAS files to extract terrain profiles
-
Filtering point clouds (e.g., processing only ground-classified points)
-
Reclassifying or modifying LAS point data
The relevant classes and interfaces are available in the com.esri.arcgis.geodatabaseextensions package. For the full list of new additions, see the What's New in 11.5 API documentation.