This tool can be used to view the contents of a LAS file. The LAS file format is a public file format for the interchange of LIDAR point data (what is sometimes referred to as a point cloud) between vendors and customers. This binary file format is an alternative to proprietary systems or a generic ASCII file interchange system used by many companies (from ASPRS online). After specifying the name of the LAS file, the user will be presented with a grid containing the stored data for each of the LiDAR points. The tool presently supports LAS file specification version 1.0 and 1.1. The LAS Point Viewer relies on the LASFile class within the GeospatialFile namespace.