Manage RVC::OBJTYPE_Database_VectorPolygon objects. More...
#include <rvc/dbpoly.h>

Public Member Functions | |
| DBASE_POLYGON () | |
| ERRVALUE | CombinePolygonAttributesFrom (const RVC::OBJITEMLIST &GeoObjItemList, DBASE::COPYFLAG CopyFlags, DBASE::JOINFLAGS JoinFlags, const MILIST< BITSET_DEQUE > *pValidPolyList=0, const MILIST< REGION2D > *pValidRegionList=0, const TRANS2D_MAPGEN *pDestToSrcAlt=0) |
Manage RVC::OBJTYPE_Database_VectorPolygon objects.
| RVC::DBASE_POLYGON::DBASE_POLYGON | ( | ) | [inline] |
Default constructor.
| ERRVALUE RVC::DBASE_POLYGON::CombinePolygonAttributesFrom | ( | const RVC::OBJITEMLIST & | GeoObjItemList, | |
| DBASE::COPYFLAG | CopyFlags, | |||
| DBASE::JOINFLAGS | JoinFlags, | |||
| const MILIST< BITSET_DEQUE > * | pValidPolyList = 0, |
|||
| const MILIST< REGION2D > * | pValidRegionList = 0, |
|||
| const TRANS2D_MAPGEN * | pDestToSrcAlt = 0 | |||
| ) |
Combine polygon attributes from multiple geometric sources into the destination vector polygon database object This method will remove the standard attributes tables, caller will need to rebuild.
| pValidPolyList | If specified, the number of entries must match 'GeoObjItemList' entries Determines which polygons from the source are to be used | |
| pValidRegionList | Determines which polygons from the destination are to be used | |
| pDestToSrcAlt | Use if the translation between the source and dest is not from RVC::GEOSPATIAL::ComputeObjectTranslation() |
1.6.1