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/18 05:55]
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 =====
Line 13: Line 16:
 ** {{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 22: 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 46: 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 74: 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 102: 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 126: 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 138: 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 150: 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 166: 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 178: 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 190: 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 210: 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 229: Line 232:
 <div newline></​div>​ <div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-** {{wiki:​ProtectedMethod.gif|}} ​uSk=(Double) **+** {{wiki:​ProtectedMethod.gif|}} ​GetSnappedZoomLevel(Double) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 247: 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 259: 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.1442555723.txt.gz ยท Last modified: 2015/09/18 05:55 by admin