|
| GlsMapSymbologyDataSource () |
| Constructor.
|
|
virtual | ~GlsMapSymbologyDataSource () |
| Destructor.
|
|
virtual void | GetSymbolsInRegion (disti::GlsMapSymbology *symbology, const disti::GeoRect ®ion, IconIDList &icons, PathIDList &paths)=0 |
| Returns the list of symbols (icons and paths) that are visible in the given region.
|
|
virtual disti::DisplayObject * | GetIconGeometry (IconID iconID, disti::GlsMapSymbology *symbology)=0 |
|
virtual void | GetIconLocation (IconID iconID, disti::GeoCoord &locationOut)=0 |
|
virtual disti::DisplayObject * | GetPathGeometry (PathID pathID, disti::GlsMapSymbology *symbology)=0 |
|
virtual long | GetPathPointCount (PathID pathID)=0 |
| Returns the number of points that make up the path.
|
|
virtual void | GetPathPointLocation (PathID pathID, long pointNum, disti::GeoCoord &locationOut)=0 |
| Returns the location of the given point in the path.
|
|
virtual void | SetupIconForRendering (disti::GlsMapSymbology *symbology, IconID iconID, disti::DisplayObject *iconGeometry)=0 |
| Called immediately before each icon is drawn to allow the data source to make changes to the geometry if desired.
|
|
virtual void | SetupPathForRendering (disti::GlsMapSymbology *symbology, PathID pathID, disti::DisplayObject *pathGeometry)=0 |
| Called immediately before each path is drawn to allow the data source to make changes to the geometry if desired.
|
|
virtual void | PostDraw (disti::GlsMapView *view, disti::GlsMapSymbology *symbology)=0 |
|
abstract interface to the symbology data This interface allows the user to define a new data source to substitute their data for the standard symbology data source. More than one GlsMapSymbology may reference a single MapSymbologyDataSource