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