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/21 01:12]
admin
thinkgeo.mapsuite.core.zoomlevelset [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.ZoomLevelSet ====== ====== ThinkGeo.MapSuite.Core.ZoomLevelSet ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a collection of ZoomLevels. This class represents a collection of ZoomLevels.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
     ***ThinkGeo.MapSuite.Core.ZoomLevelSet**     ***ThinkGeo.MapSuite.Core.ZoomLevelSet**
 +      *[[ThinkGeo.MapSuite.Core.SphericalMercatorZoomLevelSet]]
       *[[ThinkGeo.MapSuite.Core.BingMapsZoomLevelSet]]       *[[ThinkGeo.MapSuite.Core.BingMapsZoomLevelSet]]
       *[[ThinkGeo.MapSuite.Core.GoogleMapsZoomLevelSet]]       *[[ThinkGeo.MapSuite.Core.GoogleMapsZoomLevelSet]]
 +      *[[ThinkGeo.MapSuite.Core.PrinterZoomLevelSet]]
       *[[ThinkGeo.MapSuite.Core.OpenStreetMapsZoomLevelSet]]       *[[ThinkGeo.MapSuite.Core.OpenStreetMapsZoomLevelSet]]
-      *[[ThinkGeo.MapSuite.Core.SphericalMercatorZoomLevelSet]] 
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
 ** {{wiki:​PublicMethod.gif|}} ZoomLevelSet() ** ** {{wiki:​PublicMethod.gif|}} ZoomLevelSet() **
  
-This is the default constructor.+  * //This is the default constructor.//
 == Remarks == == 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.+  * //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 == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
Line 21: Line 25:
 ** {{wiki:​PublicMethod.gif|}} GetZoomLevel(RectangleShape,​Double,​GeographyUnit) ** ** {{wiki:​PublicMethod.gif|}} GetZoomLevel(RectangleShape,​Double,​GeographyUnit) **
  
-This method returns the active ZoomLevel based on an extent, a map unit and a screen width.+  * //This method returns the active ZoomLevel based on an extent, a map unit and a screen width.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 45: Line 49:
 ** {{wiki:​PublicMethod.gif|}} GetZoomLevel(RectangleShape,​Double,​GeographyUnit,​Single) ** ** {{wiki:​PublicMethod.gif|}} GetZoomLevel(RectangleShape,​Double,​GeographyUnit,​Single) **
  
-This method returns the active ZoomLevel based on an extent, a map unit and a screen width.+  * //This method returns the active ZoomLevel based on an extent, a map unit and a screen width.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 73: Line 77:
 ** {{wiki:​PublicMethod.gif|}} GetZoomLevelForDrawing(RectangleShape,​Double,​GeographyUnit,​Single) ** ** {{wiki:​PublicMethod.gif|}} GetZoomLevelForDrawing(RectangleShape,​Double,​GeographyUnit,​Single) **
  
-This method returns the active ZoomLevel based on an extent, a map unit and a canvas width.+  * //This method returns the active ZoomLevel based on an extent, a map unit and a canvas width.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 101: Line 105:
 ** {{wiki:​PublicMethod.gif|}} GetZoomLevelForDrawing(RectangleShape,​Double,​GeographyUnit) ** ** {{wiki:​PublicMethod.gif|}} GetZoomLevelForDrawing(RectangleShape,​Double,​GeographyUnit) **
  
-This method returns the active ZoomLevel based on an extent, a map unit and a canvas width.+  * //This method returns the active ZoomLevel based on an extent, a map unit and a canvas width.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 125: Line 129:
 ** {{wiki:​PublicMethod.gif|}} GetZoomLevels() ** ** {{wiki:​PublicMethod.gif|}} GetZoomLevels() **
  
-This method return all of the zoomLevels in the zoomLevelSet.+  * //This method return all of the zoomLevels in the zoomLevelSet.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 137: Line 141:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 149: Line 153:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 165: Line 169:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 177: Line 181:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 189: Line 193:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetLowerZoomLevelScale(Double,​ZoomLevelSet) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetLowerZoomLevelScale(Double,​ZoomLevelSet) **
  
-ZoomToScale in, the result is less than input+  * //ZoomToScale in, the result is less than input//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 209: Line 213:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetHigherZoomLevelScale(Double,​ZoomLevelSet) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetHigherZoomLevelScale(Double,​ZoomLevelSet) **
  
-ZoomToScale out, the result is greater than input+  * //ZoomToScale out, the result is greater than input//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 228: Line 232:
 <div newline></​div>​ <div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-** {{wiki:​ProtectedMethod.gif|}} ​hGU=(Double) **+** {{wiki:​ProtectedMethod.gif|}} ​GetSnappedZoomLevel(Double) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 239: Line 243:
  
 == Parameters == == Parameters ==
-  * //hWU=//+  * //scale//
     * Type:Double     * Type:Double
     * Description:​N/​A     * Description:​N/​A
Line 246: Line 250:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 258: Line 262:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.core.zoomlevelset.1442797957.txt.gz ยท Last modified: 2015/09/21 01:12 by admin