|
CartoType API
|
#include <cartotype_shp_map_object.h>
Public Member Functions | |
| virtual TResult | ReadData (TShpObjectReader &aReader)=0 |
Protected Member Functions | |
| CShpMapObject (const CMapDataLayer &aLayer, TMapObjectType aType) | |
| TResult | ReadPoints (TShpObjectReader &aReader, CContour &aContour, uint32 aPoints) const |
| void | ClearContents () |
SHP representation of map object.
| void CartoType::CShpMapObject::ClearContents | ( | ) | [inline, protected, virtual] |
Clear the contents of a map object so that it can be re-used. Derived classes must call this base function from any overriding function.
Reimplemented from CartoType::CBasicMapObject.
| TResult CShpMapObject::ReadPoints | ( | TShpObjectReader & | aReader, |
| CContour & | aContour, | ||
| uint32 | aPoints | ||
| ) | const [protected] |
Read specified number of points from input stream to contour.
1.7.5.1