|
CartoType API
|
#include <cartotype_shp_accessor.h>
Public Member Functions | |
| CMapDataBase * | NewDataBase (TResult &aError, MInputStream &aInputStream) |
| CMapDataBase * | NewDataBase (TResult &aError, const MString &aFilename) |
| TResult | SetPointFormat (TPointFormat aPointFormat) |
Static Public Member Functions | |
| static CT_IMPORT CMapDataAccessor * | New (TResult &aError) |
A data accessor for SHP files and their associated DBF files.
| CMapDataBase * CShpMapDataAccessor::NewDataBase | ( | TResult & | aError, |
| const MString & | aFilename | ||
| ) | [virtual] |
Create a database from a filename.
Reimplemented from CartoType::CMapDataAccessor.
| TResult CShpMapDataAccessor::SetPointFormat | ( | TPointFormat | aPointFormat | ) | [virtual] |
A virtual function that allows the caller to request that map databases created by this accessor return objects in a different point format. The base implementation disallows this and returns KErrorUnimplemented.
Reimplemented from CartoType::CMapDataAccessor.
1.7.5.1