This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.webedition.overlayswitchermaptool [2015/09/18 03:09] admin |
thinkgeo.mapsuite.webedition.overlayswitchermaptool [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool ====== | ====== ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| Represents a panel in the upper right corner of the map, containing a list of overlays in the map. | Represents a panel in the upper right corner of the map, containing a list of overlays in the map. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} OverlaySwitcherMapTool() ** | ** {{wiki:PublicMethod.gif|}} OverlaySwitcherMapTool() ** | ||
| - | Initialize an instance of OverlaySwitcherMapTool class. | + | * //Initialize an instance of OverlaySwitcherMapTool class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#OverlaySwitcherMapTool.28.29// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| Line 18: | Line 21: | ||
| ** {{wiki:PublicMethod.gif|}} ToJson() ** | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
| - | N/A | + | * //Returns a JSON string that represents the map control object.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //This method returns a JSON string that instructs the client Javascript to create a specific client object.// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| - | * Description:N/A | + | * Description:A JSON string that represents the map control. |
| == Parameters == | == Parameters == | ||
| Line 30: | Line 33: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#ToString.28.29// |
| == Return Value == | == Return Value == | ||
| Line 42: | Line 45: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#Equals.28Object.29// |
| == Return Value == | == Return Value == | ||
| Line 58: | Line 61: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#GetHashCode.28.29// |
| == Return Value == | == Return Value == | ||
| Line 70: | Line 73: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#GetType.28.29// |
| == Return Value == | == Return Value == | ||
| Line 83: | Line 86: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#Finalize.28.29// |
| == Return Value == | == Return Value == | ||
| Line 95: | Line 98: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#MemberwiseClone.28.29// |
| == Return Value == | == Return Value == | ||
| Line 118: | Line 121: | ||
| Gets or sets the rounded corner color of the OverlaySwitcher object. | Gets or sets the rounded corner color of the OverlaySwitcher object. | ||
| == Remarks == | == Remarks == | ||
| - | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#RoundedCornerColor |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
| Line 126: | Line 129: | ||
| Gets or sets the background color of the OverlaySwitcher object. | Gets or sets the background color of the OverlaySwitcher object. | ||
| == Remarks == | == Remarks == | ||
| - | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#BackgroundColor |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] | ||
| Line 134: | Line 137: | ||
| Gets or sets the base overlay part title of OverlaySwitcher panel | Gets or sets the base overlay part title of OverlaySwitcher panel | ||
| == Remarks == | == Remarks == | ||
| - | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#BaseOverlayTitle |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 142: | Line 145: | ||
| Gets or sets the dynamic overlay part title of OverlaySwitcher panel | Gets or sets the dynamic overlay part title of OverlaySwitcher panel | ||
| == Remarks == | == Remarks == | ||
| - | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#DynamicOverlayTitle |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 148: | Line 151: | ||
| ** {{wiki:PublicProperty.gif|}} Enabled ** | ** {{wiki:PublicProperty.gif|}} Enabled ** | ||
| - | N/A | + | Gets or sets a value that turns the feature on and off. |
| == Remarks == | == Remarks == | ||
| - | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool#Enabled |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||