C# Class RSSWeatherLayer.AddWeatherItemTool

Inheritance: BaseTool
显示文件 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
AddWeatherItemTool ( ) : System
OnClick ( ) : void

Occurs when this command is clicked

OnCreate ( object hook ) : void

Occurs when this command is created

OnMouseDown ( int Button, int Shift, int X, int Y ) : void

Occurs when the user click inside the globe

OnMouseMove ( int Button, int Shift, int X, int Y ) : void

Occurs when the user move the mouse

OnMouseUp ( int Button, int Shift, int X, int Y ) : void

Occurs when then user release the mouse button

Private Methods

Method Description
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

CreateGeoCoordSys ( ) : ISpatialReference
RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

AddWeatherItemTool() public method

public AddWeatherItemTool ( ) : System
return System

OnClick() public method

Occurs when this command is clicked
public OnClick ( ) : void
return void

OnCreate() public method

Occurs when this command is created
public OnCreate ( object hook ) : void
hook object Instance of the application
return void

OnMouseDown() public method

Occurs when the user click inside the globe
public OnMouseDown ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
return void

OnMouseMove() public method

Occurs when the user move the mouse
public OnMouseMove ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
return void

OnMouseUp() public method

Occurs when then user release the mouse button
public OnMouseUp ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
return void