User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.maptools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.maptools [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.SilverlightEdition.MapTools ====== 
- 
- 
- 
-<!-- Class --> 
-Contains the different map tools as properties and act as an entrance for setting these map controls. 
-=== Remarks === 
-This class is designed just for easy to use. It contains all the available map tools of the map. You can find and set those map tools easily by using this class. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightEdition.MapTools]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MapTools(Map)|MapTools]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  ​| ​   | Initialize an instance of the MapTools class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Logo|Logo]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.LogoMapTool|LogoMapTool]] ​  ​| ​   | Gets a LogoMapTool object for setting ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MouseCoordinate|MouseCoordinate]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]] ​  ​| ​   | Gets an MouseCoordinateMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MouseMapTool|MouseMapTool]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool|MouseMapTool]] ​  ​| ​   | Gets a MouseMapTool object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OverlaySwitcher|OverlaySwitcher]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PanZoomBar|PanZoomBar]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool|PanZoomBarMapTool]] ​  ​| ​   | Gets an PanZoomBar object for setting. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScaleLine|ScaleLine]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.ScaleLineMapTool|ScaleLineMapTool]] ​  ​| ​   | Gets a ScaleLineMapTool object for setting. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== MapTools(Map) ==== 
-Initialize an instance of the MapTools class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| map   | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== Logo ==== 
-Gets a LogoMapTool object for setting 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightEdition.LogoMapTool|LogoMapTool]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.LogoMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== MouseCoordinate ==== 
-Gets an MouseCoordinateMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== MouseMapTool ==== 
-Gets a MouseMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool|MouseMapTool]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== OverlaySwitcher ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.OverlaySwitcherMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== PanZoomBar ==== 
-Gets an PanZoomBar object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool|PanZoomBarMapTool]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-==== ScaleLine ==== 
-Gets a ScaleLineMapTool object for setting. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightEdition.ScaleLineMapTool|ScaleLineMapTool]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.ScaleLineMapTool --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​SilverlightEdition]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightedition.maptools.1440040134.txt.gz ยท Last modified: 2015/09/21 03:28 (external edit)