7 #ifndef VMAP_LINEAR_FEATURE_TILE_H_
8 #define VMAP_LINEAR_FEATURE_TILE_H_
This is the VPF Database class. It can load a feature or set of features from a VPF directory structu...
Definition: vpfDatabase.h:43
#define DT_DLL_vmap
Definition: vmapDefines.h:23
This class is the table that holds a file from the VPF database.
Definition: vpfTable.h:34
DtVpfTable * myEdgeBoundsTable
Definition: vpfLineFeatureTile.h:48
virtual bool loadFeatures(DtVectorNetwork *vectorNetwork)=0
abstract function that subclasses implement to load the features into the GDB vector network ...
DtVpfTile & operator=(const DtVpfTile &input)
Assignment operator is private to prevent copying.
This file represents an abstract tile object.
DtVpfTable * myConnectedNodeTable
Definition: vpfLineFeatureTile.h:49
This is the abstract tile class that the area, linear and point tile classes are derived from...
Definition: vpfTile.h:27
virtual bool initTile()=0
Initializes the tile by loading the proper files.
DtVpfTable * myEdgeTable
Definition: vpfLineFeatureTile.h:47
This is an VPF tile that contains linear features. It is a subclass of the abstract tile class and is...
Definition: vpfLineFeatureTile.h:19
Definition: vectorNetwork.h:37