Changeset 819
- Timestamp:
- 08/07/08 12:36:29 (5 months ago)
- Files:
-
- 1 modified
-
trunk/include/liblas/capi/liblas.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/liblas/capi/liblas.h
r817 r819 545 545 * @return the day of the year as an integer starting from 1 for the file creation. 546 546 */ 547 LAS_DLL int16_t LASHeader_GetCreationDOY(const LASHeaderH hHeader);547 LAS_DLL uint16_t LASHeader_GetCreationDOY(const LASHeaderH hHeader); 548 548 549 549 /** Sets the file creation day of the year. The values start from 1, being January 1st. No … … 559 559 * @return the creation year for the file or 0 if none is set 560 560 */ 561 LAS_DLL int16_t LASHeader_GetCreationYear(const LASHeaderH hHeader);561 LAS_DLL uint16_t LASHeader_GetCreationYear(const LASHeaderH hHeader); 562 562 563 563 /** Sets the file creation year. This should be a four digit number representing
