C# Class Vishcious.ArcGIS.SLContrib.HeatMapRenderer

Datei anzeigen Open project: OliveiraThales/GeoCache Class Usage Examples

Public Methods

Method Description
Display ( PngEncoder surface, IEnumerable mapPoints ) : void
HeatMapRenderer ( int width, int height ) : System
HeatMapRenderer ( int width, int height, Color pixelColor ) : System

Method Details

Display() public method

public Display ( PngEncoder surface, IEnumerable mapPoints ) : void
surface PngEncoder
mapPoints IEnumerable
return void

HeatMapRenderer() public method

public HeatMapRenderer ( int width, int height ) : System
width int
height int
return System

HeatMapRenderer() public method

public HeatMapRenderer ( int width, int height, Color pixelColor ) : System
width int
height int
pixelColor Color
return System