This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.noaaradarmonitor [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.noaaradarmonitor [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.NoaaRadarMonitor ====== | ====== ThinkGeo.MapSuite.Core.NoaaRadarMonitor ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | <!-- Class --> | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.Core.NoaaRadarMonitor]] | + | ***ThinkGeo.MapSuite.Core.NoaaRadarMonitor** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#GetRadarImage()|GetRadarImage]] | | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#StartMonitoring()|StartMonitoring]] | | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#StopMonitoring()|StopMonitoring]] | | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| - | ==== Protected Methods ==== | + | * //N/A// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //N/A// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
| - | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#RefreshInterval|RefreshInterval]] | TimeSpan | | | | + | * Description:N/A |
| - | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#TimeoutInSeconds|TimeoutInSeconds]] | Int32 | | | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | ==== Public Events ==== | + | * //N/A// |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#RadarUpdated|RadarUpdated]] | [[ThinkGeo.MapSuite.Core.RadarUpdatedNoaaRadarMonitorEventArgs|RadarUpdatedNoaaRadarMonitorEventArgs]] | | | | + | * //N/A// |
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#RadarUpdating|RadarUpdating]] | [[ThinkGeo.MapSuite.Core.RadarUpdatingNoaaRadarMonitorEventArgs|RadarUpdatingNoaaRadarMonitorEventArgs]] | | | | + | |
| - | ===== Public Constructors ===== | + | == Return Value == |
| - | ===== Protected Constructors ===== | + | * Type:Boolean |
| - | ===== Public Methods ===== | + | * Description:N/A |
| - | ==== Equals(Object) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //obj// |
| - | | obj | Object<!-- System.Object --> | | | + | * Type:Object |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | ==== GetHashCode() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | ==== GetRadarImage() ==== | + | * Description:N/A |
| - | <!-- static --> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Bitmap<!-- System.Drawing.Bitmap --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | <!-- ThinkGeo.MapSuite.Core.NoaaRadarMonitor --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== StartMonitoring() ==== | + | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} StartMonitoring() ** |
| - | <!-- static --> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- ThinkGeo.MapSuite.Core.NoaaRadarMonitor --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Void |
| - | ==== StopMonitoring() ==== | + | * Description:N/A |
| - | <!-- static --> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} StopMonitoring() ** | ||
| - | <!-- ThinkGeo.MapSuite.Core.NoaaRadarMonitor --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== ToString() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ===== Protected Methods ===== | + | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetRadarImage() ** |
| - | ==== Finalize() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Bitmap |
| - | ==== MemberwiseClone() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ==== Protected Methods ==== | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ===== Public Properties ===== | + | * //N/A// |
| - | ==== RefreshInterval ==== | + | |
| - | <!-- static --> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | TimeSpan<!-- System.TimeSpan --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.NoaaRadarMonitor --> | + | == Return Value == |
| - | [[#Public Properties|Go Back]] | + | * Type:Void |
| - | ==== TimeoutInSeconds ==== | + | * Description:N/A |
| - | <!-- static --> | + | |
| - | === Return Value === | + | == Parameters == |
| - | ^ Return Type ^ | + | <div newline></div> |
| - | | Int32<!-- System.Int32 --> | | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||
| + | ** {{wiki:PublicEvent.gif|}} RadarUpdated ** | ||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| - | <!-- ThinkGeo.MapSuite.Core.NoaaRadarMonitor --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.RadarUpdatedNoaaRadarMonitorEventArgs|RadarUpdatedNoaaRadarMonitorEventArgs]] |
| - | [[#Public Properties|Go Back]] | + | |
| - | ===== Protected Properties ===== | + | |
| - | ===== Public Events ===== | + | |
| - | ==== RadarUpdated ==== | + | |
| - | === Event Arguments === | + | |
| - | ^ Event Arguments ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.RadarUpdatedNoaaRadarMonitorEventArgs|RadarUpdatedNoaaRadarMonitorEventArgs]]<!-- ThinkGeo.MapSuite.Core.RadarUpdatedNoaaRadarMonitorEventArgs --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.NoaaRadarMonitor --> | + | ** {{wiki:PublicEvent.gif|}} RadarUpdating ** |
| - | [[#Public Events|Go Back]] | + | N/A |
| - | ==== RadarUpdating ==== | + | == Remarks == |
| - | === Event Arguments === | + | N/A |
| - | ^ Event Arguments ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.RadarUpdatingNoaaRadarMonitorEventArgs|RadarUpdatingNoaaRadarMonitorEventArgs]]<!-- ThinkGeo.MapSuite.Core.RadarUpdatingNoaaRadarMonitorEventArgs --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.NoaaRadarMonitor --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.RadarUpdatingNoaaRadarMonitorEventArgs|RadarUpdatingNoaaRadarMonitorEventArgs]] |
| - | [[#Public Events|Go Back]] | + | |
| - | __NOTOC__ | ||
| - | [[Category:MapSuiteCore]] | ||
| - | [[Category:ThinkGeo.MapSuite.Core]] | ||
| - | [[Category:UpdateDocumentation]] | ||