User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.markerzoomlevelset

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.markerzoomlevelset [2015/09/22 08:12]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet ====== 
-This class represents a collection of MarkerZoomLevel that determines the appearance of markers at different zoomlevels. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} MarkerZoomLevelSet() ** 
- 
-  * //​Initialize a new instance of the MarkerZoomLevelSet class.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​MarkerZoomLevelSet.28.29//​ 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetZoomLevelForDrawing(Int32) ** 
- 
-  * //Returns the MarkerZoomLevel object whose styles will be applies to the markers base on the current zoomlevel that passed in.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​GetZoomLevelForDrawing.28Int32.29//​ 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
-  * Description:​The MarkerZoomLevel object whose styles will be applies to the markers base on the current zoomlevel that passed in. 
- 
-== Parameters == 
-  * //​currentZoomLevelId//​ 
-    * Type:Int32 
-    * Description:​An int value that indicates which zoomlevel is the current zoomlevel. The int value can only be in 1-20. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ToString.28.29//​ 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​Equals.28Object.29//​ 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​GetHashCode.28.29//​ 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} 6xQ=(Int32) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //id// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​Finalize.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel01 ** 
- 
-Gets the MarkerZoomLevel for Level01. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel01 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel02 ** 
- 
-Gets the MarkerZoomLevel for Level02. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel02 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel03 ** 
- 
-Gets the MarkerZoomLevel for Level03. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel03 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel04 ** 
- 
-Gets the MarkerZoomLevel for Level04. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel04 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel05 ** 
- 
-Gets the MarkerZoomLevel for Level05. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel05 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel06 ** 
- 
-Gets the MarkerZoomLevel for Level06. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel06 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel07 ** 
- 
-Gets the MarkerZoomLevel for Level07. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel07 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel08 ** 
- 
-Gets the MarkerZoomLevel for Level08. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel08 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel09 ** 
- 
-Gets the MarkerZoomLevel for Level09. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel09 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel10 ** 
- 
-Gets the MarkerZoomLevel for Level10. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel10 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel11 ** 
- 
-Gets the MarkerZoomLevel for Level11. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel11 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel12 ** 
- 
-Gets the MarkerZoomLevel for Level12. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel12 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel13 ** 
- 
-Gets the MarkerZoomLevel for Level13. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel13 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel14 ** 
- 
-Gets the MarkerZoomLevel for Level14. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel14 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel15 ** 
- 
-Gets the MarkerZoomLevel for Level15. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel15 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel16 ** 
- 
-Gets the MarkerZoomLevel for Level16. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel16 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel17 ** 
- 
-Gets the MarkerZoomLevel for Level17. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel17 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel18 ** 
- 
-Gets the MarkerZoomLevel for Level18. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel18 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel19 ** 
- 
-Gets the MarkerZoomLevel for Level19. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel19 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevel20 ** 
- 
-Gets the MarkerZoomLevel for Level20. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevelSet#​ZoomLevel20 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]] 
- 
-** {{wiki:​PublicProperty.gif|}} CustomZoomLevels ** 
- 
-Gets a MarkerZoomLevel collection that is used for you to define your own custom zoomlevels. 
-== Remarks == 
-When you add custom zoomlevels to the CustomZoomLevels collection, the default ZoomLevel01-20 will be disabled. The zoomLevels in the CustomZoomLevels are matched with the scales defined in the Map.ZoomLevelScales. For example, CustomZoomLevels[0] has the scale that equals to Map.ClientZoomLevelScales[0]. 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.DesktopEdition.MarkerZoomLevel|MarkerZoomLevel]]>​ 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.desktopedition.markerzoomlevelset.1442909542.txt.gz ยท Last modified: 2015/09/22 08:12 by admin