MrSID Decode SDK for LiDAR Reference Manual  1.1.3.4427
filters_status.h
Go to the documentation of this file.
00001 /* //////////////////////////////////////////////////////////////////////////
00002 //                                                                         //
00003 // This code is Copyright (c) 2009-2009 LizardTech, Inc, 1008 Western      //
00004 // Avenue, Suite 200, Seattle, WA 98104.  Unauthorized use or distribution //
00005 // prohibited.  Access to and use of this code is permitted only under     //
00006 // license from LizardTech, Inc.  Portions of the code are protected by    //
00007 // US and foreign patents and other filings. All Rights Reserved.          //
00008 //                                                                         //
00010 /* PUBLIC */
00011 
00012 #ifndef LTL_FILTER_STATUS_H
00013 #define LTL_FILTER_STATUS_H
00014 // See BuildHarness/status_codes.txt
00015 //   40400 -  40599     lt_lib_lidar_filters
00016 
00017 
00018 #define LTL_FILTER_STATUS_BASE  40400
00019 
00020 // Failed because a feature is not implemented
00021 #define LTL_STATUS_FILTER_NOTIMPL 40401
00022 
00023 // Tried to Mosaic points with different SRSs, 
00024 #define LTL_STATUS_FILTER_DIVERSE_SOURCES 40402
00025 
00026 // A failure of one of the required WKTs when initializing Reprojection Filter
00027 #define LTL_STATUS_FILTER_REPROJECT_INIT 40403
00028 
00029 // Failed while actually doing the reprojection
00030 #define LTL_STATUS_FILTER_REPROJECT_FAIL 40404
00031 
00032 #endif // LTL_FILTERS_STATUS_H