C# Class Vishcious.ArcGIS.SLContrib.HeatMapLayer

Inheritance: DynamicLayer
Datei anzeigen Open project: OliveiraThales/GeoCache

Public Properties

Property Type Description
MapPoints List

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
GetSource ( Envelope extent, int width, int height, DynamicLayer onComplete ) : void

Private Methods

Method Description
InitalizeImage ( HeatMapPngRenderer pngRenderer ) : Stream

Method Details

GetSource() protected method

protected GetSource ( Envelope extent, int width, int height, DynamicLayer onComplete ) : void
extent Envelope
width int
height int
onComplete DynamicLayer
return void

Initialize() public method

public Initialize ( ) : void
return void

Property Details

MapPoints public_oe property

public List MapPoints
return List