User Tools

Site Tools


thinkgeo.mapsuite.core.zoomlevelset

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.core.zoomlevelset [2015/09/17 10:43]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.ZoomLevelSet ====== 
-This class represents a collection of ZoomLevels. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.ZoomLevelSet** 
-      *[[ThinkGeo.MapSuite.Core.SphericalMercatorZoomLevelSet]] 
-      *[[ThinkGeo.MapSuite.Core.BingMapsZoomLevelSet]] 
-      *[[ThinkGeo.MapSuite.Core.GoogleMapsZoomLevelSet]] 
-      *[[ThinkGeo.MapSuite.Core.PrinterZoomLevelSet]] 
-      *[[ThinkGeo.MapSuite.Core.OpenStreetMapsZoomLevelSet]] 
-===== Members Summary ===== 
-=== Public Constructors === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomLevelSet()|ZoomLevelSet]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is the default constructor. 
-</​div>​ 
- 
-=== Protected Constructors === 
-=== Public Methods === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** 
-  * **Parameters**:​Object 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetHigherZoomLevelScale(Double,​ZoomLevelSet)|GetHigherZoomLevelScale]]** 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​ZoomToScale out, the result is greater than input 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetLowerZoomLevelScale(Double,​ZoomLevelSet)|GetLowerZoomLevelScale]]** 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​ZoomToScale in, the result is less than input 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetZoomLevel(RectangleShape,​Double,​GeographyUnit)|GetZoomLevel]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the active ZoomLevel based on an extent, a map unit and a screen width. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetZoomLevel(RectangleShape,​Double,​GeographyUnit,​Single)|GetZoomLevel]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the active ZoomLevel based on an extent, a map unit and a screen width. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetZoomLevelForDrawing(RectangleShape,​Double,​GeographyUnit,​Single)|GetZoomLevelForDrawing]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetZoomLevelForDrawing(RectangleShape,​Double,​GeographyUnit)|GetZoomLevelForDrawing]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetZoomLevels()|GetZoomLevels]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method return all of the zoomLevels in the zoomLevelSet. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Protected Methods === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​uSk=(Double)|uSk=]]** 
-  * **Parameters**:​Double 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Public Properties === 
-**{{wiki:​PublicProperty.gif|}}[[#​CustomZoomLevels|CustomZoomLevels]]** 
-  * **Return**:​Collection<​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]>​ 
-  * **Summary**:​This property gets the custom zoom levels from the zoomLevelSet. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Name|Name]]** 
-  * **Return**:​String 
-  * **Summary**:​This property gets and sets the name for the ZoomSet. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel01|ZoomLevel01]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level01. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel02|ZoomLevel02]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level02. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel03|ZoomLevel03]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level03. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel04|ZoomLevel04]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level04. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel05|ZoomLevel05]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level05. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel06|ZoomLevel06]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level06. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel07|ZoomLevel07]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level07. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel08|ZoomLevel08]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level08. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel09|ZoomLevel09]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level09. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel10|ZoomLevel10]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level10. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel11|ZoomLevel11]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level11. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel12|ZoomLevel12]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level12. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel13|ZoomLevel13]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level13. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel14|ZoomLevel14]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level14. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel15|ZoomLevel15]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level15. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel16|ZoomLevel16]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level16. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel17|ZoomLevel17]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level17. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel18|ZoomLevel18]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level18. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel19|ZoomLevel19]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level19. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevel20|ZoomLevel20]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Summary**:​This property gets the ZoomLevel for Level20. 
- 
-=== Protected Properties === 
-=== Public Events === 
-===== Public Constructors ===== 
-=== ZoomLevelSet() === 
-This is the default constructor. 
-==== Remarks ==== 
-This constructor is where we set the default scales for each ZoomLevel. If you inherit from this class to create your own custom ZoomSet, then you should not call the base constructor if you want to supply your own custom ZoomLevels. 
-==== Parameters ==== 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-=== Equals(Object) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**obj** 
-  * **Type**:​Object 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Int32 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetHigherZoomLevelScale(Double,​ZoomLevelSet) === 
-ZoomToScale out, the result is greater than input 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**currentScale** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**zoomLevelSet** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetLowerZoomLevelScale(Double,​ZoomLevelSet) === 
-ZoomToScale in, the result is less than input 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**currentScale** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**zoomLevelSet** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetType() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Type 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetZoomLevel(RectangleShape,​Double,​GeographyUnit) === 
-This method returns the active ZoomLevel based on an extent, a map unit and a screen width. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Description**:​This method returns the active ZoomLevel based on an extent, a map unit and a screen width. 
- 
-==== Parameters ==== 
-**extent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is a world extent. 
- 
-**screenWidth** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the width of the map in pixels. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter is the unit of the map. 
- 
-[[#Public Methods|Go Back]] 
-=== GetZoomLevel(RectangleShape,​Double,​GeographyUnit,​Single) === 
-This method returns the active ZoomLevel based on an extent, a map unit and a screen width. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Description**:​This method returns the active ZoomLevel based on an extent, a map unit and a screen width. 
- 
-==== Parameters ==== 
-**extent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is a world extent. 
- 
-**screenWidth** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the width of the map in pixels. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter is the unit of the map. 
- 
-**dpi** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the dpi of the extent. 
- 
-[[#Public Methods|Go Back]] 
-=== GetZoomLevelForDrawing(RectangleShape,​Double,​GeographyUnit,​Single) === 
-This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Description**:​This method returns the active ZoomLevel based on an extent, map unit and a canvas width. 
- 
-==== Parameters ==== 
-**extent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is a world extent. 
- 
-**screenWidth** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the width of the canvas in pixels. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter is the unit of the map. 
- 
-**dpi** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the dpi of the extent. 
- 
-[[#Public Methods|Go Back]] 
-=== GetZoomLevelForDrawing(RectangleShape,​Double,​GeographyUnit) === 
-This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Description**:​This method returns the active ZoomLevel based on an extent, map unit and a canvas width. 
- 
-==== Parameters ==== 
-**extent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is a world extent. 
- 
-**screenWidth** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the width of the canvas in pixels. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter is the unit of the map. 
- 
-[[#Public Methods|Go Back]] 
-=== GetZoomLevels() === 
-This method return all of the zoomLevels in the zoomLevelSet. 
-==== Remarks ==== 
-None. 
- 
-**Return Value** 
-  * **Return Type**:​Collection<​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]>​ 
-  * **Description**:​This method return all of the zoomlevels in the zoomLevelSet. 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== ToString() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== Finalize() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== uSk=(Double) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**scale** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CustomZoomLevels === 
-This property gets the custom zoom levels from the zoomLevelSet. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​Collection<​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]>​ 
- 
-[[#Public Properties|Go Back]] 
-=== Name === 
-This property gets and sets the name for the ZoomSet. 
-==== Remarks ==== 
-The name is user defined. It is useful to set, as it may be used for higher level components such as legends, etc. 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel01 === 
-This property gets the ZoomLevel for Level01. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel02 === 
-This property gets the ZoomLevel for Level02. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel03 === 
-This property gets the ZoomLevel for Level03. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel04 === 
-This property gets the ZoomLevel for Level04. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel05 === 
-This property gets the ZoomLevel for Level05. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel06 === 
-This property gets the ZoomLevel for Level06. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel07 === 
-This property gets the ZoomLevel for Level07. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel08 === 
-This property gets the ZoomLevel for Level08. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel09 === 
-This property gets the ZoomLevel for Level09. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel10 === 
-This property gets the ZoomLevel for Level10. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel11 === 
-This property gets the ZoomLevel for Level11. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel12 === 
-This property gets the ZoomLevel for Level12. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel13 === 
-This property gets the ZoomLevel for Level13. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel14 === 
-This property gets the ZoomLevel for Level14. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel15 === 
-This property gets the ZoomLevel for Level15. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel16 === 
-This property gets the ZoomLevel for Level16. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel17 === 
-This property gets the ZoomLevel for Level17. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel18 === 
-This property gets the ZoomLevel for Level18. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel19 === 
-This property gets the ZoomLevel for Level19. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-=== ZoomLevel20 === 
-This property gets the ZoomLevel for Level20. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
  
thinkgeo.mapsuite.core.zoomlevelset.1442486599.txt.gz ยท Last modified: 2015/09/17 10:43 by admin