ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
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.
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() ![]() | Double, ZoomLevelSet | ZoomToScale out, the result is greater than input | |
![]() ![]() | Double, ZoomLevelSet | ZoomToScale in, the result is less than input | |
![]() | Object | ||
![]() | RectangleShape, Double, GeographyUnit | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | |
![]() | RectangleShape, Double, GeographyUnit, Single | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. | |
![]() | RectangleShape, Double, GeographyUnit, Single | This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. | |
![]() | RectangleShape, Double, GeographyUnit | This method returns the active ZoomLevel based on an extent, a map unit and a canvas width. | |
![]() | This method return all of the zoomLevels in the zoomLevelSet. | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Collection<ZoomLevel> | This property gets the custom zoom levels from the zoomLevelSet. | |
![]() | String | This property gets and sets the name for the ZoomSet. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level01. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level02. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level03. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level04. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level05. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level06. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level07. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level08. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level09. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level10. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level11. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level12. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level13. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level14. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level15. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level16. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level17. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level18. | |
![]() | ZoomLevel | This property gets the ZoomLevel for Level19. | |
![]() | 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 |
Name | Type | Description |
---|---|---|
obj | Object |
Return Type | Description |
---|---|
Int32 |
Name | Type | Description |
---|
ZoomToScale out, the result is greater than input
Return Type | Description |
---|---|
Double |
Name | Type | Description |
---|---|---|
currentScale | Double | |
zoomLevelSet | ZoomLevelSet |
ZoomToScale in, the result is less than input
Return Type | Description |
---|---|
Double |
Name | Type | Description |
---|---|---|
currentScale | Double | |
zoomLevelSet | ZoomLevelSet |
Return Type | Description |
---|---|
Type |
Name | Type | Description |
---|
This method returns the active ZoomLevel based on an extent, a map unit and a screen width.
Return Type | Description |
---|---|
ZoomLevel | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. |
Name | Type | Description |
---|---|---|
extent | RectangleShape | This parameter is a world extent. |
screenWidth | Double | This parameter is the width of the map in pixels. |
mapUnit | GeographyUnit | This parameter is the unit of the map. |
This method returns the active ZoomLevel based on an extent, a map unit and a screen width.
Return Type | Description |
---|---|
ZoomLevel | This method returns the active ZoomLevel based on an extent, a map unit and a screen width. |
Name | Type | Description |
---|---|---|
extent | RectangleShape | This parameter is a world extent. |
screenWidth | Double | This parameter is the width of the map in pixels. |
mapUnit | GeographyUnit | This parameter is the unit of the map. |
dpi | Single | This parameter is the dpi of the extent. |
This method returns the active ZoomLevel based on an extent, a map unit and a canvas width.
Return Type | Description |
---|---|
ZoomLevel | This method returns the active ZoomLevel based on an extent, map unit and a canvas width. |
Name | Type | Description |
---|---|---|
extent | RectangleShape | This parameter is a world extent. |
screenWidth | Double | This parameter is the width of the canvas in pixels. |
mapUnit | GeographyUnit | This parameter is the unit of the map. |
dpi | Single | This parameter is the dpi of the extent. |
This method returns the active ZoomLevel based on an extent, a map unit and a canvas width.
Return Type | Description |
---|---|
ZoomLevel | This method returns the active ZoomLevel based on an extent, map unit and a canvas width. |
Name | Type | Description |
---|---|---|
extent | RectangleShape | This parameter is a world extent. |
screenWidth | Double | This parameter is the width of the canvas in pixels. |
mapUnit | GeographyUnit | This parameter is the unit of the map. |
This method return all of the zoomLevels in the zoomLevelSet.
Return Type | Description |
---|---|
Collection<ZoomLevel><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.ZoomLevel} –> | This method return all of the zoomlevels in the zoomLevelSet. |
Name | Type | Description |
---|
Return Type | Description |
---|---|
String |
Name | Type | Description |
---|
Return Type | Description |
---|---|
Void |
Name | Type | Description |
---|
Return Type | Description |
---|---|
Object |
Name | Type | Description |
---|
This property gets the custom zoom levels from the zoomLevelSet.
Return Type |
---|
Collection<ZoomLevel><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.ZoomLevel} –> |
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 |
This property gets the ZoomLevel for Level01.
This property gets the ZoomLevel for Level02.
This property gets the ZoomLevel for Level03.
This property gets the ZoomLevel for Level04.
This property gets the ZoomLevel for Level05.
This property gets the ZoomLevel for Level06.
This property gets the ZoomLevel for Level07.
This property gets the ZoomLevel for Level08.
This property gets the ZoomLevel for Level09.
This property gets the ZoomLevel for Level10.
This property gets the ZoomLevel for Level11.
This property gets the ZoomLevel for Level12.
This property gets the ZoomLevel for Level13.
This property gets the ZoomLevel for Level14.
This property gets the ZoomLevel for Level15.
This property gets the ZoomLevel for Level16.
This property gets the ZoomLevel for Level17.
This property gets the ZoomLevel for Level18.
This property gets the ZoomLevel for Level19.
This property gets the ZoomLevel for Level20.