Esempio n. 1
0
 protected override void DrawCore(GeoCanvas canvas, Collection <SimpleCandidate> labelsInAllLayers)
 {
     if (enableEmbeddedStyle)
     {
         var drawingFeatures = FeatureSource.GetFeaturesForDrawing(canvas.CurrentWorldExtent, canvas.Width, canvas.Height, ReturningColumnsType.AllColumns);
         classBreakStyle.Draw(drawingFeatures, canvas, new Collection <SimpleCandidate>(), labelsInAllLayers);
     }
     else
     {
         base.DrawCore(canvas, labelsInAllLayers);
     }
 }