![]() |
VR-Forces 4.7 Class Documentation
|
Handler for looking at all the point objects in a shapefile and translating them to props or speed trees as per the format of the dbf file. More...

Public Member Functions | |
| DtPropShapefileImportHandler (makVrv::DtDe &de) | |
| CTOR. | |
| virtual | ~DtPropShapefileImportHandler () |
| DTOR. | |
| virtual bool | importPropsFromShapefile (const std::string &, makVrv::DtUnicode &sError) |
| Imports all the props from the shapefile with the given name. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtPropShapefileImportHandler & | instance (makVrv::DtDe &de) |
| static void | registerInstance (makVrv::DtDe &de, DtPropShapefileImportHandler *) |
Protected Member Functions | |
| virtual bool | importFeatureLayer (OGRDataSource *, OGRLayer *, const DtFilename &layerName, makVrv::DtUnicode &sError) |
| virtual bool | importProp (OGRDataSource *, OGRLayer *, OGRFeature *, makArchives::DtPropRecord &) |
| virtual bool | importPropsFromShapefile (OGRSFDriver *poDriver, const std::string &shapefile, makVrv::DtUnicode &sError) |
| virtual bool | getFeatureLocation (OGRFeature *feature, DtVector &) const |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| std::map< std::string, int > | myNamesImportedCounts |
Handler for looking at all the point objects in a shapefile and translating them to props or speed trees as per the format of the dbf file.
| makVrf::DtPropShapefileImportHandler::DtPropShapefileImportHandler | ( | makVrv::DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
static |
|
static |
|
virtual |
Imports all the props from the shapefile with the given name.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |