This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.silverlightedition.maptools [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightedition.maptools [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.SilverlightEdition.MapTools ====== | ====== ThinkGeo.MapSuite.SilverlightEdition.MapTools ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
Contains the different map tools as properties and act as an entrance for setting these map controls. | 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 ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.SilverlightEdition.MapTools]] | + | ***ThinkGeo.MapSuite.SilverlightEdition.MapTools** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} MapTools(Map) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MapTools(Map)|MapTools]] | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | | Initialize an instance of the MapTools class. | | + | |
+ | * //Initialize an instance of the MapTools class.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //map// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
==== 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}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{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}}[[#Logo|Logo]] | [[ThinkGeo.MapSuite.SilverlightEdition.LogoMapTool|LogoMapTool]] | | Gets a LogoMapTool object for setting | | + | * Description:N/A |
- | | {{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 ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | ==== Public Events ==== | + | * //N/A// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== MapTools(Map) ==== | + | * Type:Boolean |
- | Initialize an instance of the MapTools class. | + | * Description:N/A |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | map | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | * //obj// |
- | ===== Public Methods ===== | + | * Type:Object |
- | ==== Equals(Object) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | | obj | Object<!-- System.Object --> | | | + | |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHashCode() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== GetType() ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Type |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //N/A// |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== MemberwiseClone() ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== Logo ==== | + | |
- | Gets a LogoMapTool object for setting | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.LogoMapTool|LogoMapTool]]<!-- ThinkGeo.MapSuite.SilverlightEdition.LogoMapTool --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== MouseCoordinate ==== | + | ==== Public Properties ==== |
- | Gets an MouseCoordinateMapTool object for setting. | + | ** {{wiki:PublicProperty.gif|}} MouseMapTool ** |
- | === 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. | Gets a MouseMapTool object for setting. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool|MouseMapTool]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MouseMapTool|MouseMapTool]] | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> | + | ** {{wiki:PublicProperty.gif|}} MouseCoordinate ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== OverlaySwitcher ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]]<!-- ThinkGeo.MapSuite.SilverlightEdition.OverlaySwitcherMapTool --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> | + | Gets an MouseCoordinateMapTool object for setting. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== PanZoomBar ==== | + | N/A |
- | Gets an PanZoomBar object for setting. | + | == Return Value == |
- | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]] |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool|PanZoomBarMapTool]]<!-- ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool --> | | + | ** {{wiki:PublicProperty.gif|}} ScaleLine ** |
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScaleLine ==== | ||
Gets a ScaleLineMapTool object for setting. | Gets a ScaleLineMapTool object for setting. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.SilverlightEdition.ScaleLineMapTool|ScaleLineMapTool]]<!-- ThinkGeo.MapSuite.SilverlightEdition.ScaleLineMapTool --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.ScaleLineMapTool|ScaleLineMapTool]] | ||
- | <!-- ThinkGeo.MapSuite.SilverlightEdition.MapTools --> | + | ** {{wiki:PublicProperty.gif|}} Logo ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | Gets a LogoMapTool object for setting |
- | ===== Public Events ===== | + | == Remarks == |
- | __NOTOC__ | + | N/A |
- | [[Category:SilverlightEdition]] | + | == Return Value == |
- | [[Category:ThinkGeo.MapSuite.SilverlightEdition]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.LogoMapTool|LogoMapTool]] |
- | [[Category:UpdateDocumentation]] | + | |
+ | ** {{wiki:PublicProperty.gif|}} PanZoomBar ** | ||
+ | |||
+ | Gets an PanZoomBar object for setting. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.PanZoomBarMapTool|PanZoomBarMapTool]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} OverlaySwitcher ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||