C# Class RSSWeatherLayer.AddRSSWeatherLayer.InvokeHelper

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
InvokeHelper ( IActiveView activeView, RSSWeatherLayerClass weatherLayer ) : System
Refresh ( WKSEnvelope invalidateExtent ) : void
RefreshWeatherItem ( WeatherItemEventArgs weatherItemInfo ) : void

Private Methods

Method Description
RefreshInvoked ( WKSEnvelope invalidateExtent ) : void
RefreshWeatherItemInvoked ( WeatherItemEventArgs weatherItemInfo ) : void

Method Details

InvokeHelper() public method

public InvokeHelper ( IActiveView activeView, RSSWeatherLayerClass weatherLayer ) : System
activeView IActiveView
weatherLayer RSSWeatherLayerClass
return System

Refresh() public method

public Refresh ( WKSEnvelope invalidateExtent ) : void
invalidateExtent WKSEnvelope
return void

RefreshWeatherItem() public method

public RefreshWeatherItem ( WeatherItemEventArgs weatherItemInfo ) : void
weatherItemInfo WeatherItemEventArgs
return void