C# Class Vishcious.ArcGIS.SLContrib.RainDropLayer

Inheritance: DynamicLayer
Datei anzeigen Open project: OliveiraThales/GeoCache

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 ( RainDropPngRenderer pngRenderer ) : Stream
timer_Tick ( object state ) : void

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