OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimOpjKeywords.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // License: LGPL
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Description: Header file for common keyword names.
8 //
9 //----------------------------------------------------------------------------
10 // $Id: ossimOpjKeywords.h 19904 2011-08-05 17:50:32Z dburken $
11 
12 #ifndef ossimOpjKeywords_HEADER
13 #define ossimOpjKeywords_HEADER 1
14 
15 #include <ossim/base/ossimString.h>
16 
17 static const ossimString COMPRESSION_RATTIO_KW = "compression_ratio";
18 static const ossimString LEVELS_KW = "levels";
19 static const ossimString REVERSIBLE_KW = "reversible";
20 static const ossimString THREADS_KW = "threads";
21 static const ossimString ADD_ALPHA_CHANNEL_KW = "add_alpha_channel";
22 
23 #endif /* #ifndef ossimOpjKeywords_HEADER */