VR-Forces 4.0.4 Class Documentation
include/vantageTerrainImplementation/featureDataLoader.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00008 
00010 
00011 #pragma once
00012 
00013 #include <vantageTerrainImplementation/vantageTerrainImplementationDefines.h>
00014 #include <string>
00015 #include <memory>
00016 #include <list>
00017 #include <vlutil/vlSmartPointers.h>
00018 #include "shape/shapeVectorInit.h"
00019 
00020 class DtString;
00021 class DtTdbMetafile;
00022 class DtTerrainDatabase;
00023 class DtTdbManager;
00024 class Coordinate_System;
00025 class DtFilename;
00026 class DtVectorNetwork;
00027 namespace makVrv
00028 {
00029    class DtDePathConfiguration;
00030 }
00031 
00034 class DT_DLL_vantageTerrainImplementation DtFeatureDataLoader
00035 {
00036 public:
00037    DtFeatureDataLoader();
00038    virtual ~DtFeatureDataLoader();
00039 
00043    virtual DtTerrainDatabase* loadFeatureData(const DtString& mtfFilename,
00044       const makVrv::DtDePathConfiguration& pathConfig, 
00045       const Coordinate_System* coordSys);
00046 
00047 protected:
00049    virtual void exportVectorNetwork(const DtVectorNetwork& net);
00050    
00051 
00052 protected:
00053    DtTdbManager* myTdbManager;
00054 };
00055 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)