This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.googlemapszoomlevelset [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.googlemapszoomlevelset [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.GoogleMapsZoomLevelSet ====== | ====== ThinkGeo.MapSuite.Core.GoogleMapsZoomLevelSet ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Class --> | ||
| This class represents the zoom levels used by Google Maps. | This class represents the zoom levels used by Google Maps. | ||
| - | === Remarks === | ||
| - | If you want to create some layers that match up with Google Maps layers, you should use this ZoomSet. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.Core.ZoomLevelSet]] | + | *ThinkGeo.MapSuite.Core.ZoomLevelSet |
| - | ***[[ThinkGeo.MapSuite.Core.GoogleMapsZoomLevelSet]] | + | ***ThinkGeo.MapSuite.Core.GoogleMapsZoomLevelSet** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GoogleMapsZoomLevelSet() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GoogleMapsZoomLevelSet()|GoogleMapsZoomLevelSet]] | | | This class represents the zoom levels used by Google Maps. | | + | |
| + | * //This class represents the zoom levels used by Google Maps.// | ||
| + | == Remarks == | ||
| + | * //If you want to create some layers that match up with Google Maps layers, you should use this ZoomSet.// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetZoomLevel(RectangleShape,Double,GeographyUnit) ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#GetHigherZoomLevelScale(Double, ZoomLevelSet)|GetHigherZoomLevelScale]] | Double, [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | ZoomToScale out, the result is greater than input | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#GetLowerZoomLevelScale(Double, ZoomLevelSet)|GetLowerZoomLevelScale]] | Double, [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | ZoomToScale in, the result is less than input | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetZoomLevel(RectangleShape, Double, GeographyUnit)|GetZoomLevel]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Double, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetZoomLevel(RectangleShape, Double, GeographyUnit, Single)|GetZoomLevel]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Double, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]], Single | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetZoomLevelForDrawing(RectangleShape, Double, GeographyUnit, Single)|GetZoomLevelForDrawing]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Double, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]], Single | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetZoomLevelForDrawing(RectangleShape, Double, GeographyUnit)|GetZoomLevelForDrawing]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Double, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetZoomLevels()|GetZoomLevels]] | | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This method return all of the zoomLevels in the zoomLevelSet. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //extent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //screenWidth// | ||
| + | * Type:Double | ||
| + | * Description:N/A | ||
| + | |||
| + | * //mapUnit// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetZoomLevel(RectangleShape,Double,GeographyUnit,Single) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //extent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //screenWidth// | ||
| + | * Type:Double | ||
| + | * Description:N/A | ||
| + | |||
| + | * //mapUnit// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //dpi// | ||
| + | * Type:Single | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetZoomLevelForDrawing(RectangleShape,Double,GeographyUnit,Single) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //extent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //screenWidth// | ||
| + | * Type:Double | ||
| + | * Description:N/A | ||
| + | |||
| + | * //mapUnit// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //dpi// | ||
| + | * Type:Single | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetZoomLevelForDrawing(RectangleShape,Double,GeographyUnit) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //extent// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //screenWidth// | ||
| + | * Type:Double | ||
| + | * Description:N/A | ||
| + | |||
| + | * //mapUnit// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetZoomLevels() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Collection<[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]> | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //obj// | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Type | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Protected Methods ==== | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetSnappedZoomLevel(Double) ** |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | * //N/A// |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CustomZoomLevels|CustomZoomLevels]] | Collection<[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]> | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the custom zoom levels from the zoomLevelSet. | | + | * //N/A// |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets and sets the name for the ZoomSet. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel01|ZoomLevel01]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level01. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel02|ZoomLevel02]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level02. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel03|ZoomLevel03]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level03. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel04|ZoomLevel04]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level04. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel05|ZoomLevel05]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level05. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel06|ZoomLevel06]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level06. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel07|ZoomLevel07]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level07. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel08|ZoomLevel08]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level08. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel09|ZoomLevel09]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level09. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel10|ZoomLevel10]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level10. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel11|ZoomLevel11]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level11. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel12|ZoomLevel12]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level12. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel13|ZoomLevel13]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level13. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel14|ZoomLevel14]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level14. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel15|ZoomLevel15]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level15. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel16|ZoomLevel16]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level16. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel17|ZoomLevel17]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level17. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel18|ZoomLevel18]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level18. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel19|ZoomLevel19]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level19. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel20|ZoomLevel20]] | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | This property gets the ZoomLevel for Level20. | | + | |
| - | ==== Protected Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| + | * Description:N/A | ||
| - | ==== Public Events ==== | + | == Parameters == |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * //scale// |
| + | * Type:Double | ||
| + | * Description:N/A | ||
| - | ===== Public Constructors ===== | + | <div newline></div> |
| - | ==== GoogleMapsZoomLevelSet() ==== | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | This class represents the zoom levels used by Google Maps. | + | |
| - | === Remarks === | + | |
| - | If you want to create some layers that match up with Google Maps layers, you should use this ZoomSet. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | * //N/A// |
| - | ===== Protected Constructors ===== | + | == Remarks == |
| - | ===== Public Methods ===== | + | * //N/A// |
| - | ==== Equals(Object) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== GetHashCode() ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Object |
| - | ==== GetHigherZoomLevelScale(Double, ZoomLevelSet) ==== | + | * Description:N/A |
| - | <!-- static --> | + | |
| - | ZoomToScale out, the result is greater than input | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Double<!-- System.Double --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| - | | currentScale | Double<!-- System.Double --> | | | + | ==== Public Properties ==== |
| - | | zoomLevelSet | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | | | + | ** {{wiki:PublicProperty.gif|}} Name ** |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetLowerZoomLevelScale(Double, ZoomLevelSet) ==== | + | N/A |
| - | <!-- static --> | + | == Return Value == |
| - | ZoomToScale in, the result is less than input | + | * Type:String |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Double<!-- System.Double --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} CustomZoomLevels ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | currentScale | Double<!-- System.Double --> | | | + | |
| - | | zoomLevelSet | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | N/A |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ Description ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]> |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel01 ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- System.Object --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetZoomLevel(RectangleShape, Double, GeographyUnit) ==== | + | N/A |
| - | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel02 ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter is a world extent. | | + | |
| - | | screenWidth | Double<!-- System.Double --> | This parameter is the width of the map in pixels. | | + | |
| - | | mapUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | This parameter is the unit of the map. | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetZoomLevel(RectangleShape, Double, GeographyUnit, Single) ==== | + | N/A |
| - | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel03 ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter is a world extent. | | + | |
| - | | screenWidth | Double<!-- System.Double --> | This parameter is the width of the map in pixels. | | + | |
| - | | mapUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | This parameter is the unit of the map. | | + | |
| - | | dpi | Single<!-- System.Single --> | This parameter is the dpi of the extent. | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetZoomLevelForDrawing(RectangleShape, Double, GeographyUnit, Single) ==== | + | N/A |
| - | This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | This method returns the active ZoomLevel based on an extent, map unit and a canvas width. | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel04 ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter is a world extent. | | + | |
| - | | screenWidth | Double<!-- System.Double --> | This parameter is the width of the canvas in pixels. | | + | |
| - | | mapUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | This parameter is the unit of the map. | | + | |
| - | | dpi | Single<!-- System.Single --> | This parameter is the dpi of the extent. | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetZoomLevelForDrawing(RectangleShape, Double, GeographyUnit) ==== | + | N/A |
| - | This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | This method returns the active ZoomLevel based on an extent, map unit and a canvas width. | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel05 ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter is a world extent. | | + | |
| - | | screenWidth | Double<!-- System.Double --> | This parameter is the width of the canvas in pixels. | | + | |
| - | | mapUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | This parameter is the unit of the map. | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetZoomLevels() ==== | + | N/A |
| - | This method return all of the zoomLevels in the zoomLevelSet. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Collection<[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.ZoomLevel} --> | This method return all of the zoomlevels in the zoomLevelSet. | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel06 ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== ToString() ==== | + | N/A |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel07 ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- System.Object --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ===== Protected Methods ===== | + | N/A |
| - | ==== Finalize() ==== | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel08 ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- System.Object --> | + | N/A |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== MemberwiseClone() ==== | + | N/A |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel09 ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- System.Object --> | + | N/A |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ===== Public Properties ===== | + | N/A |
| - | ==== CustomZoomLevels ==== | + | == Return Value == |
| - | This property gets the custom zoom levels from the zoomLevelSet. | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Collection<[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.ZoomLevel} --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel10 ** |
| - | [[#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<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel01 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level01. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel11 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel02 ==== | + | |
| - | This property gets the ZoomLevel for Level02. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel03 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level03. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel12 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel04 ==== | + | |
| - | This property gets the ZoomLevel for Level04. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel05 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level05. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel13 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel06 ==== | + | |
| - | This property gets the ZoomLevel for Level06. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel07 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level07. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel14 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel08 ==== | + | |
| - | This property gets the ZoomLevel for Level08. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel09 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level09. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel15 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel10 ==== | + | |
| - | This property gets the ZoomLevel for Level10. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel11 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level11. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel16 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel12 ==== | + | |
| - | This property gets the ZoomLevel for Level12. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel13 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level13. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel17 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel14 ==== | + | |
| - | This property gets the ZoomLevel for Level14. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel15 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level15. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel18 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel16 ==== | + | |
| - | This property gets the ZoomLevel for Level16. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel17 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level17. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel19 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel18 ==== | + | |
| - | This property gets the ZoomLevel for Level18. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomLevel19 ==== | + | N/A |
| - | This property gets the ZoomLevel for Level19. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel20 ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomLevel20 ==== | + | |
| - | This property gets the ZoomLevel for Level20. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ZoomLevel --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ===== Protected Properties ===== | + | N/A |
| - | ===== Public Events ===== | + | == Return Value == |
| - | __NOTOC__ | + | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] |
| - | [[Category:MapSuiteCore]] | + | |
| - | [[Category:ThinkGeo.MapSuite.Core]] | + | ==== Protected Properties ==== |
| - | [[Category:UpdateDocumentation]] | + | ==== Public Events ==== |