User Tools

Site Tools


thinkgeo.mapsuite.androidedition.maparguments

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.androidedition.maparguments [2015/09/21 10:30]
admin
thinkgeo.mapsuite.androidedition.maparguments [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.AndroidEdition.MapArguments ====== ====== ThinkGeo.MapSuite.AndroidEdition.MapArguments ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Contains important properties and methods of current map object. Contains important properties and methods of current map object.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 8: Line 11:
 ** {{wiki:​PublicMethod.gif|}} MapArguments() ** ** {{wiki:​PublicMethod.gif|}} MapArguments() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MapArguments(RectangleShape,​GeographyUnit,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} MapArguments(RectangleShape,​GeographyUnit,​Single,​Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​currentExtent//​   * //​currentExtent//​
Line 40: Line 43:
 ** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(PointShape) ** ** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(PointShape) **
  
-Converts a point from screen coordinate to world coordinate.+  * //Converts a point from screen coordinate to world coordinate.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 56: Line 59:
 ** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(PointShape) ** ** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(PointShape) **
  
-Converts a point from world coordinate to screen coordinate.+  * //Converts a point from world coordinate to screen coordinate.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 72: Line 75:
 ** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(RectangleShape) **
  
-Gets a snapped zoom level index from the provided extent.+  * //Gets a snapped zoom level index from the provided extent.//
 == Remarks == == Remarks ==
-The extent will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height.+  * //The extent will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height.//
  
 == Return Value == == Return Value ==
Line 88: Line 91:
 ** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(Double) ** ** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(Double) **
  
-Gets a snapped zoom level index from the provided scale.+  * //Gets a snapped zoom level index from the provided scale.//
 == Remarks == == Remarks ==
-The scale will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height.+  * //The scale will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height.//
  
 == Return Value == == Return Value ==
Line 104: Line 107:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 116: Line 119:
 ** {{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 132: Line 135:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 144: Line 147:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 157: Line 160:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 169: Line 172:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 182: Line 185:
 ** {{wiki:​PublicProperty.gif|}} ZoomLevelScales ** ** {{wiki:​PublicProperty.gif|}} ZoomLevelScales **
  
-Gets a collection of double values that determines the zoomlevel scales.+  * //Gets a collection of double values that determines the zoomlevel scales.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Collection<​Double>​   * Type:​Collection<​Double>​
Line 190: Line 193:
 ** {{wiki:​PublicProperty.gif|}} CurrentExtent ** ** {{wiki:​PublicProperty.gif|}} CurrentExtent **
  
-Gets or sets the extent of current map.+  * //Gets or sets the extent of current map.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
Line 198: Line 201:
 ** {{wiki:​PublicProperty.gif|}} MapUnit ** ** {{wiki:​PublicProperty.gif|}} MapUnit **
  
-Gets or sets the GeographyUnit for the map.+  * //Gets or sets the GeographyUnit for the map.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]   * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
Line 206: Line 209:
 ** {{wiki:​PublicProperty.gif|}} ScreenWidth ** ** {{wiki:​PublicProperty.gif|}} ScreenWidth **
  
-Gets or sets the width of the screen.+  * //Gets or sets the width of the screen.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 214: Line 217:
 ** {{wiki:​PublicProperty.gif|}} ScreenHeight ** ** {{wiki:​PublicProperty.gif|}} ScreenHeight **
  
-Gets or sets the height of the screen.+  * //Gets or sets the height of the screen.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 222: Line 225:
 ** {{wiki:​PublicProperty.gif|}} CurrentScale ** ** {{wiki:​PublicProperty.gif|}} CurrentScale **
  
-Gets or sets a double value that indicates the current scale of the map.+  * //Gets or sets a double value that indicates the current scale of the map.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 230: Line 233:
 ** {{wiki:​PublicProperty.gif|}} CurrentResolution ** ** {{wiki:​PublicProperty.gif|}} CurrentResolution **
  
-Gets or sets a double value that indicates the current resolution of the map.+  * //Gets or sets a double value that indicates the current resolution of the map.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 238: Line 241:
 ** {{wiki:​PublicProperty.gif|}} ZoomLevelSet ** ** {{wiki:​PublicProperty.gif|}} ZoomLevelSet **
  
-This property gets or sets the ZoomLevelSet used for the MapView control.+  * //This property gets or sets the ZoomLevelSet used for the MapView control.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]   * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]
Line 246: Line 249:
 ** {{wiki:​PublicProperty.gif|}} CustomData ** ** {{wiki:​PublicProperty.gif|}} CustomData **
  
-Gets the custom data.+  * //Gets the custom data.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Dictionary<​String,​Object>​   * Type:​Dictionary<​String,​Object>​
Line 254: Line 257:
 ** {{wiki:​PublicProperty.gif|}} ActualWidth ** ** {{wiki:​PublicProperty.gif|}} ActualWidth **
  
-Gets or sets the width of current map object in screen coordinate.+  * //Gets or sets the width of current map object in screen coordinate.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 262: Line 265:
 ** {{wiki:​PublicProperty.gif|}} ActualHeight ** ** {{wiki:​PublicProperty.gif|}} ActualHeight **
  
-Gets or sets the height of current map object in screen coordinate.+  * //Gets or sets the height of current map object in screen coordinate.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 270: Line 273:
 ** {{wiki:​PublicProperty.gif|}} MaximumScale ** ** {{wiki:​PublicProperty.gif|}} MaximumScale **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 278: Line 281:
 ** {{wiki:​PublicProperty.gif|}} MinimumScale ** ** {{wiki:​PublicProperty.gif|}} MinimumScale **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
thinkgeo.mapsuite.androidedition.maparguments.1442831405.txt.gz · Last modified: 2015/09/21 10:30 by admin