Method |
Description |
|
AddChildLayer ( string name ) : dsStaticSubLayer |
|
|
AddPoi ( PoI p ) : void |
|
|
ConvertGeometryToPolygon ( PoI p, PoiGraphic g ) : void |
|
|
ConvertPointsToPointCollection ( BaseContent p ) : ESRI.ArcGIS.Client.Geometry.PointCollection |
|
|
ConvertPointsToPolygon ( BaseContent p, PoiGraphic g ) : void |
|
|
ConvertPointsToPolyline ( BaseContent p, PoiGraphic g ) : void |
|
|
ConvertPolygonToGraphic ( csCommon p, PoiGraphic g ) : void |
|
|
ConvertPolylineToGraphic ( LineString ls, PoiGraphic g ) : void |
Convert a polyline to a graphic. NOTE Although we could have used a Polyline to create the graphic, it would mean that we cannot specify the fill color, which is why I've chosen to convert it to a Polygon. |
|
GetGraphic ( PoI p, StaticGraphic &g ) : void |
|
|
MapControlExtentChanged ( object sender, ExtentEventArgs e ) : void |
|
|
PoIs_BatchFinished ( object sender, EventArgs e ) : void |
|
|
PoIs_BatchStarted ( object sender, EventArgs e ) : void |
|
|
PoisCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void |
|
|
RemovePoi ( PoI p ) : void |
|
|
ServiceInitialized ( object sender, EventArgs e ) : void |
|
|
ServicePoiUpdated ( object sender, PoiUpdatedEventArgs e ) : void |
|
|
ToGeographic ( double &mercatorX_lon, double &mercatorY_lat ) : void |
|
|
ToWebMercator ( double &mercatorX_lon, double &mercatorY_lat ) : void |
|
|
UpdateAllPois ( ) : void |
|
|
UpdatePoiStyleGraphics ( PoI p, bool checkVisibility ) : void |
|
|
p_PositionChanged ( object sender, PositionEventArgs e ) : void |
|
|