Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Class –> This class represents a collection of ZoomLevels.
This class represents a collection of ZoomLevels. Each ZoomLevel has a different scale and can store Styles that determine how InternalFeatures draw.
*System.Object **ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
ZoomLevelSet | This is the default constructor. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetHigherZoomLevelScale | Double, ZoomLevelSet | ZoomToScale out, the result is greater than input | |
GetLowerZoomLevelScale | Double, ZoomLevelSet | ZoomToScale in, the result is less than input | |
GetType | Object | ||
GetZoomLevel | RectangleShape, Double, GeographyUnit | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | |
GetZoomLevel | RectangleShape, Double, GeographyUnit, Single | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | |
GetZoomLevelForDrawing | RectangleShape, Double, GeographyUnit, Single | This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. | |
GetZoomLevelForDrawing | RectangleShape, Double, GeographyUnit | This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. | |
GetZoomLevels | This method return all of the zoomLevels in the zoomLevelSet. | ||
ToString | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
CustomZoomLevels | Collection<ZoomLevel> | This property gets the custom zoom levels from the zoomLevelSet. | |
Name | String | This property gets and sets the name for the ZoomSet. | |
ZoomLevel01 | ZoomLevel | This property gets the ZoomLevel for Level01. | |
ZoomLevel02 | ZoomLevel | This property gets the ZoomLevel for Level02. | |
ZoomLevel03 | ZoomLevel | This property gets the ZoomLevel for Level03. | |
ZoomLevel04 | ZoomLevel | This property gets the ZoomLevel for Level04. | |
ZoomLevel05 | ZoomLevel | This property gets the ZoomLevel for Level05. | |
ZoomLevel06 | ZoomLevel | This property gets the ZoomLevel for Level06. | |
ZoomLevel07 | ZoomLevel | This property gets the ZoomLevel for Level07. | |
ZoomLevel08 | ZoomLevel | This property gets the ZoomLevel for Level08. | |
ZoomLevel09 | ZoomLevel | This property gets the ZoomLevel for Level09. | |
ZoomLevel10 | ZoomLevel | This property gets the ZoomLevel for Level10. | |
ZoomLevel11 | ZoomLevel | This property gets the ZoomLevel for Level11. | |
ZoomLevel12 | ZoomLevel | This property gets the ZoomLevel for Level12. | |
ZoomLevel13 | ZoomLevel | This property gets the ZoomLevel for Level13. | |
ZoomLevel14 | ZoomLevel | This property gets the ZoomLevel for Level14. | |
ZoomLevel15 | ZoomLevel | This property gets the ZoomLevel for Level15. | |
ZoomLevel16 | ZoomLevel | This property gets the ZoomLevel for Level16. | |
ZoomLevel17 | ZoomLevel | This property gets the ZoomLevel for Level17. | |
ZoomLevel18 | ZoomLevel | This property gets the ZoomLevel for Level18. | |
ZoomLevel19 | ZoomLevel | This property gets the ZoomLevel for Level19. | |
ZoomLevel20 | ZoomLevel | This property gets the ZoomLevel for Level20. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor.
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.
Name | Type | Description |
---|
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
<!– static –> ZoomToScale out, the result is greater than input
Return Type | Description |
---|---|
Double<!– System.Double –> |
Name | Type | Description |
---|---|---|
currentScale | Double<!– System.Double –> | |
zoomLevelSet | ZoomLevelSet<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
<!– static –> ZoomToScale in, the result is less than input
Return Type | Description |
---|---|
Double<!– System.Double –> |
Name | Type | Description |
---|---|---|
currentScale | Double<!– System.Double –> | |
zoomLevelSet | ZoomLevelSet<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method returns the active ZoomLevel based on an extent, a map unit and a screen width.
Return Type | Description |
---|---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. |
Name | Type | Description |
---|---|---|
extent | RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –> | This parameter is a world extent. |
screenWidth | Double<!– System.Double –> | This parameter is the width of the map in pixels. |
mapUnit | GeographyUnit<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographyUnit –> | This parameter is the unit of the map. |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This method returns the active ZoomLevel based on an extent, a map unit and a screen width.
Return Type | Description |
---|---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. |
Name | Type | Description |
---|---|---|
extent | RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –> | This parameter is a world extent. |
screenWidth | Double<!– System.Double –> | This parameter is the width of the map in pixels. |
mapUnit | GeographyUnit<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographyUnit –> | This parameter is the unit of the map. |
dpi | Single<!– System.Single –> | This parameter is the dpi of the extent. |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This method returns the active ZoomLevel based on an extent, a map unit and a canvas width.
Return Type | Description |
---|---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> | This method returns the active ZoomLevel based on an extent, map unit and a canvas width. |
Name | Type | Description |
---|---|---|
extent | RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –> | This parameter is a world extent. |
screenWidth | Double<!– System.Double –> | This parameter is the width of the canvas in pixels. |
mapUnit | GeographyUnit<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographyUnit –> | This parameter is the unit of the map. |
dpi | Single<!– System.Single –> | This parameter is the dpi of the extent. |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This method returns the active ZoomLevel based on an extent, a map unit and a canvas width.
Return Type | Description |
---|---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> | This method returns the active ZoomLevel based on an extent, map unit and a canvas width. |
Name | Type | Description |
---|---|---|
extent | RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –> | This parameter is a world extent. |
screenWidth | Double<!– System.Double –> | This parameter is the width of the canvas in pixels. |
mapUnit | GeographyUnit<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeographyUnit –> | This parameter is the unit of the map. |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This method return all of the zoomLevels in the zoomLevelSet.
Return Type | Description |
---|---|
Collection<ZoomLevel><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel} –> | This method return all of the zoomlevels in the zoomLevelSet. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property gets the custom zoom levels from the zoomLevelSet.
Return Type |
---|
Collection<ZoomLevel><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel} –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets and sets the name for the ZoomSet.
The name is user defined. It is useful to set, as it may be used for higher level components such as legends, etc.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level01.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level02.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level03.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level04.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level05.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level06.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level07.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level08.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level09.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level10.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level11.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level12.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level13.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level14.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level15.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level16.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level17.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level18.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level19.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back
This property gets the ZoomLevel for Level20.
Return Type |
---|
ZoomLevel<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevel –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.ZoomLevelSet –> Go Back