Esempio n. 1
0
 /// <summary>
 /// Default constructor.
 /// </summary>
 /// <remarks>The default constructed header is configured according
 /// to the ASPRS LAS 1.1 Specification, point data format set to 0.
 /// Other fields filled with 0.</remarks>
 public LASHeader()
 {
     hHeader = CAPI.LASHeader_Create();
 }