|
GlsMap Toolkit
1.8.0
|
#include <gls_map_symbology_standard_data_source.h>
Inheritance diagram for disti::GlsMapSymbologyStdPath:Public Member Functions | |
| void | SetResource (const char *name, const char *value) |
| const char * | GetResource (const char *name) |
Public Member Functions inherited from disti::GlsMapSymbologyBasicPath | |
| void | SetPointCount (unsigned int value) |
| unsigned int | GetPointCount () |
| void | SetPointLocation (int point, const GeoCoord &location) |
| const GeoCoord & | GetPointLocation (int point) |
| void | SetType (int value) |
| int | GetType () |
| const GeoRect & | GetBoundingRect () |
| void | InvalidateBoundingRect () |
Protected Attributes | |
| GlsMapSymbologyStdResourceList | _resources |
Protected Attributes inherited from disti::GlsMapSymbologyBasicPath | |
| DynamicArray< GeoCoord, false > | _points |
| int | _type |
| bool | _boundingRectIsValid |
| GeoRect | _boundingRect |
Friends | |
| class | GlsMapSymbologyStdDataSource |
Additional Inherited Members | |
Protected Member Functions inherited from disti::GlsMapSymbologyBasicPath | |
| void | CalculateBoundingRect () |
Path data storage class used by GlsMapSymbologyStdDataSource Extends GlsMapSymbologyBasicPath to store resource values that are applied to the geometry before drawing.