VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFileExtensions.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * Copyright (c) 2017 MAK Technologies, Inc.
3 * All rights reserved.
4 *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <string>
13 
14 namespace makVrv
15 {
16  namespace DtFileExtensions
17  {
20  static const char* theCacheNodeFileExtension = "medf";
21 
24  static const char* theCacheImageFileExtension = "meif";
25 
27  static const char* theTerraPageExtension = "txp";
28  static const char* theTerraPageFileExtension = "txf";
29  static const char* theTerraPagePageExtension = "tpf";
30 
31  static const char* theMetaFlightExtension = "mft";
32  static const char* theOpenFlightExtension = "flt";
33  static const char* theOpenFlightCdbExtension = "fltcdb";
34  static const char* theCacheBinExtension = "osgearth_cachebin";
35  static const char* theIveExtension = "ive";
36  static const char* theEarthExtension = "earth";
37  static const char* theEarthTileExtension = "osgearth_engine_mp_tile";
38  static const char* theEarthFeatureExtension = "osgearth_pseudo_fmg";
39  static const char* theTifExtension = "tif";
40  static const char* theDdsExtension = "dds";
41  static const char* theCDBZipExtenstion = "zipcdb";
42  static const char* theFltAttrExtension = "attr";
43 
45  static const std::string theCDBSourceParam = "SOURCE";
46  static const std::string theCDBParam = "cdb";
47  static const std::string theCDBParam2 = "\"cdb\"";
48  }
49 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)