User Tools

Site Tools


thinkgeo.mapsuite.iosedition.maparguments

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.iosedition.maparguments [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.iOSEdition.MapArguments ====== 
- 
- 
- 
-<!-- Class --> 
-Contains important properties and methods of current map object. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.iOSEdition.MapArguments]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MapArguments()|MapArguments]] ​  ​| ​   |    | Initializes a new instance of the class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MapArguments(RectangleShape,​ GeographyUnit,​ Single, Single)|MapArguments]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​ Single, Single ​  ​| ​   | Initializes a new instance of the class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentExtent|CurrentExtent]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | Gets or sets the current extent. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentResolution|CurrentResolution]] ​  | Double ​  ​| ​   | Gets or sets a double value that indicates the current resolution of the map.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentScale|CurrentScale]] ​  | Double ​  ​| ​   | Gets or sets a double value that indicates the current scale of the map.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CustomData|CustomData]] ​  | Dictionary<​String,​Object> ​  ​| ​   | Gets the custom data.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapUnit|MapUnit]] ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  ​| ​   | Gets or sets the GeographyUnit for the map.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScreenHeight|ScreenHeight]] ​  | Single ​  ​| ​   | Gets or sets the height of current map object in screen coordinate. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScreenWidth|ScreenWidth]] ​  | Single ​  ​| ​   | Gets or sets the width of current map object in screen coordinate. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelSet|ZoomLevelSet]] ​  | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] ​  ​| ​   | Gets or sets the zoom level set.   | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== MapArguments() ==== 
-Initializes a new instance of the class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== MapArguments(RectangleShape,​ GeographyUnit,​ Single, Single) ==== 
-Initializes a new instance of the class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| currentExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | The current extent. ​  | 
-| mapUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  | The map unit.   | 
-| screenWidth ​  | Single<​!-- System.Single --> ​  | Width of the screen. ​  | 
-| screenHeight ​  | Single<​!-- System.Single --> ​  | Height of the screen. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== CurrentExtent ==== 
-Gets or sets the current extent. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> 
-[[#Public Properties|Go Back]] 
-==== CurrentResolution ==== 
-Gets or sets a double value that indicates the current resolution of the map. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> 
-[[#Public Properties|Go Back]] 
-==== CurrentScale ==== 
-Gets or sets a double value that indicates the current scale of the map. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> 
-[[#Public Properties|Go Back]] 
-==== CustomData ==== 
-Gets the custom data. 
-=== Return Value === 
-^ Return Type ^ 
-| Dictionary<​String,​Object><​!-- System.Collections.Generic.Dictionary{System.String,​System.Object} --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> 
-[[#Public Properties|Go Back]] 
-==== MapUnit ==== 
-Gets or sets the GeographyUnit for the map. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> 
-[[#Public Properties|Go Back]] 
-==== ScreenHeight ==== 
-Gets or sets the height of current map object in screen coordinate. 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> 
-[[#Public Properties|Go Back]] 
-==== ScreenWidth ==== 
-Gets or sets the width of current map object in screen coordinate. 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> 
-[[#Public Properties|Go Back]] 
-==== ZoomLevelSet ==== 
-Gets or sets the zoom level set. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<​!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​iOSEdition]] 
-[[Category:​ThinkGeo.MapSuite.iOSEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.iosedition.maparguments.1440040131.txt.gz ยท Last modified: 2015/09/21 08:33 (external edit)