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
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.AndroidEdition.MapArguments ====== 
-Contains important properties and methods of current map object. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.AndroidEdition.MapArguments** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} MapArguments() ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} MapArguments(RectangleShape,​GeographyUnit,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​currentExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //mapUnit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //​screenWidth//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​screenHeight//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(PointShape) ** 
- 
-Converts a point from screen coordinate to world coordinate. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * Description:​A point in world coordinate. 
- 
-== Parameters == 
-  * //​screenCoordinate//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A point in screen coordinate to be converted. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(PointShape) ** 
- 
-Converts a point from world coordinate to screen coordinate. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * Description:​A point in screen coordinate. 
- 
-== Parameters == 
-  * //​worldCoordinate//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A point in world coordinate to be converted. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(RectangleShape) ** 
- 
-Gets a snapped zoom level index from the provided extent. 
-== 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. 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​An integar value that indicates the snapped zoom level index. 
- 
-== Parameters == 
-  * //extent// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​An extent to be snapped. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(Double) ** 
- 
-Gets a snapped zoom level index from the provided scale. 
-== 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. 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​An integar value that indicates the snapped zoom level index. 
- 
-== Parameters == 
-  * //scale// 
-    * Type:Double 
-    * Description:​A scale to be snapped. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} ZoomLevelScales ** 
- 
-Gets a collection of double values that determines the zoomlevel scales. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Collection<​Double>​ 
- 
-** {{wiki:​PublicProperty.gif|}} CurrentExtent ** 
- 
-Gets or sets the extent of current map. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} MapUnit ** 
- 
-Gets or sets the GeographyUnit for the map. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
- 
-** {{wiki:​PublicProperty.gif|}} ScreenWidth ** 
- 
-Gets or sets the width of the screen. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} ScreenHeight ** 
- 
-Gets or sets the height of the screen. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} CurrentScale ** 
- 
-Gets or sets a double value that indicates the current scale of the map. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} CurrentResolution ** 
- 
-Gets or sets a double value that indicates the current resolution of the map. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} ZoomLevelSet ** 
- 
-This property gets or sets the ZoomLevelSet used for the MapView control. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
- 
-** {{wiki:​PublicProperty.gif|}} CustomData ** 
- 
-Gets the custom data. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Dictionary<​String,​Object>​ 
- 
-** {{wiki:​PublicProperty.gif|}} ActualWidth ** 
- 
-Gets or sets the width of current map object in screen coordinate. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} ActualHeight ** 
- 
-Gets or sets the height of current map object in screen coordinate. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} MaximumScale ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} MinimumScale ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.androidedition.maparguments.1442831405.txt.gz ยท Last modified: 2015/09/21 10:30 by admin