VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCDBDbfConfig.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright(c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 
12 
13 #include <string>
14 
15 namespace makVrv { namespace oe { namespace CDB {
16 
21  {
22  public:
24  static const std::string theModel_PagingDistanceFilename;
26  static const std::string theSigSize_DictionaryFilename;
28  static const std::string theFieldNameAO1;
30  static const std::string theFieldNameCNAM;
32  static const std::string theFieldNameCMIX;
34  static const std::string theFieldNameSCALx;
36  static const std::string theFieldNameSCALy;
38  static const std::string theFieldNameSCALz;
40  static const std::string theFieldNameAHGT;
42  static const std::string theFieldNameFACC;
44  static const std::string theFieldNameFSC;
46  static const std::string theFieldNameHGT;
48  static const std::string theFieldNameMLOD;
50  static const std::string theFieldNameBSR;
52  static const std::string theFieldNameBBH;
54  static const std::string theFieldNameBBW;
56  static const std::string theFieldNameBBL;
58  static const std::string theFieldNameMODL;
60  static const std::string theFieldNameLTYP;
62  static const std::string theFieldNameAPID;
64  static const std::string theFieldNameLPH;
66  static const std::string theFieldNameRWID;
67 
68 
70  static const std::string theFieldNameModelID;
72  static const std::string theFieldNameSigSize;
74  static const std::string theFieldNameLayerCount;
78  static const std::string theFieldNameTexName;
83  static const std::string theFieldNamePointUV;
84 
85  // These ones are in one of the example databases but don't seem to be offical
87  static const std::string theFieldNameCDBZoneName;
89  static const std::string theFieldNameObjectName;
91  static const std::string theFieldNameRelativePriority;
93  static const std::string theFieldNameMIX;
94  };
95 
96 }}}
static const std::string theFieldNameBBW
Model Bounding Box Width.
Definition: DtCDBDbfConfig.h:54
static const std::string theModel_PagingDistanceFilename
Filename and relative path of the Feature_Data_Dictionary.xml.
Definition: DtCDBDbfConfig.h:24
static const std::string theFieldNameLTYP
Light Type Code.
Definition: DtCDBDbfConfig.h:60
static const std::string theFieldNameModelID
T2DModelGeometry - String attribute giving the name of the flt node corresponding to the feature...
Definition: DtCDBDbfConfig.h:70
#define DT_DLL_OSGEARTH_CDB_UTILS
Definition: DtCDBExport.h:18
static const std::string theFieldNameLPH
Light Phase.
Definition: DtCDBDbfConfig.h:64
static const std::string theFieldNameCDBZoneName
T2D CDB Zone Name.
Definition: DtCDBDbfConfig.h:87
static const std::string theFieldNameBBH
Model Bounding Box Height.
Definition: DtCDBDbfConfig.h:52
static const std::string theFieldNameSCALx
Scale factor in X.
Definition: DtCDBDbfConfig.h:34
static const std::string theFieldNameAHGT
Height Flag.
Definition: DtCDBDbfConfig.h:40
static const std::string theFieldNameAPID
Airport ID.
Definition: DtCDBDbfConfig.h:62
static const std::string theFieldNameFSC
Feature Sub-Code.
Definition: DtCDBDbfConfig.h:44
static const std::string theFieldNameCMIX
Material Index.
Definition: DtCDBDbfConfig.h:32
static const std::string theFieldNameObjectName
T2D Object Name.
Definition: DtCDBDbfConfig.h:89
static const std::string theFieldNameMODL
Model Name.
Definition: DtCDBDbfConfig.h:58
static const std::string theFieldNamePointUV
T2DModelGeometry - Memo attribute containing the UV coordinates for each texture layer from each poin...
Definition: DtCDBDbfConfig.h:83
static const std::string theFieldNameBBL
Model Bounding Box Length.
Definition: DtCDBDbfConfig.h:56
static const std::string theFieldNameRWID
Runway ID.
Definition: DtCDBDbfConfig.h:66
static const std::string theFieldNameSCALz
Scale factor in Z.
Definition: DtCDBDbfConfig.h:38
static const std::string theFieldNameTexName
T2DModelGeometry - Memo attribute containing the texture name(s) for a feature. Each texture name is ...
Definition: DtCDBDbfConfig.h:78
static const std::string theSigSize_DictionaryFilename
Filename and relative path of the SignificantSize_SwitchDistance.xml.
Definition: DtCDBDbfConfig.h:26
static const std::string theFieldNameMLOD
Model Lod.
Definition: DtCDBDbfConfig.h:48
static const std::string theFieldNameCNAM
Class Name.
Definition: DtCDBDbfConfig.h:30
static const std::string theFieldNameAO1
Angle of Rotation.
Definition: DtCDBDbfConfig.h:28
static const std::string theFieldNameRelativePriority
T2D RelativePriority.
Definition: DtCDBDbfConfig.h:91
static const std::string theFieldNameBSR
Model Bounding Sphere.
Definition: DtCDBDbfConfig.h:50
static const std::string theFieldNameSCALy
Scale factor in Y.
Definition: DtCDBDbfConfig.h:36
static const std::string theFieldNameMIX
T2D MIX.
Definition: DtCDBDbfConfig.h:93
static const std::string theFieldNameLayerCount
T2DModelGeometry - Integer attribute giving the number of texture layers for a feature.
Definition: DtCDBDbfConfig.h:74
static const std::string theFieldNameFACC
Feature Code.
Definition: DtCDBDbfConfig.h:42
CDB class that hold definition (like DBF column name, config file, etc)Renamed DtCDBDbfConfig from Dt...
Definition: DtCDBDbfConfig.h:20
static const std::string theFieldNameSigSize
T2DModelGeometry - Single-precision floating point attribute giving the significant size of the featu...
Definition: DtCDBDbfConfig.h:72
static const std::string theFieldNameHGT
Height.
Definition: DtCDBDbfConfig.h:46

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)