11 #include <vlutil/vlFilename.h>
12 #include <matrix/vlVector.h>
50 virtual bool importPropsFromShapefile(
const std::string&,
makVrv::DtUnicode& sError);
53 virtual bool importFeatureLayer(GDALDataset*, OGRLayer*,
const DtFilename& layerName,
makVrv::DtUnicode& sError);
55 virtual bool importPropsFromSpecificShapefile(
const std::string& shapefile,
makVrv::DtUnicode& sError);
57 virtual bool getFeatureLocation(OGRFeature* feature,
DtVector&)
const;
Handler for looking at all the point objects in a shapefile and translating them to props or speed tr...
Definition: propShapefileImportHandler.h:37
Virtual base class.
Definition: DtVirtualBaseClass.h:22
A unicode string.
Definition: DtUnicode.h:33
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::map< std::string, int > myNamesImportedCounts
Definition: propShapefileImportHandler.h:61
Contains makVrv::DtVirtualBaseClass class.
makVrv::DtDe & myDe
Definition: propShapefileImportHandler.h:60
A DtPropRecord contains the information to recreate a prop.
Definition: DtPropRecord.h:22
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69