|  | GL Studio C++ Runtime API
    | 
#include <gls_map_symbology_standard_data_source.h>
 
  
 | Public Member Functions | |
| void | SetResource (const char *name, const char *value) | 
| Set a resource (property) value for the path. | |
| const char * | GetResource (const char *name) | 
| Set a resource (property) value for the path. | |
|  Public Member Functions inherited from 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 () | 
| Get the path type (geometry index) | |
| const GeoRect & | GetBoundingRect () | 
| return the bounding rectangle for the given path | |
Path data storage class used by GlsMapSymbologyStdDataSource Extends GlsMapSymbologyBasicPath to store resource values that are applied to the geometry before drawing.