User Tools

Site Tools


thinkgeo.mapsuite.core.bitmaptile

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.bitmaptile [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.bitmaptile [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.BitmapTile ====== ====== ThinkGeo.MapSuite.Core.BitmapTile ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents a NativeImageTile,​ which is defined as scale, RectangleBox and a byte array for its tile bitmap. This class represents a NativeImageTile,​ which is defined as scale, RectangleBox and a byte array for its tile bitmap.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.Core.Tile]] +    *ThinkGeo.MapSuite.Core.Tile 
-***[[ThinkGeo.MapSuite.Core.BitmapTile]] +      ***ThinkGeo.MapSuite.Core.BitmapTile** 
-****[[ThinkGeo.MapSuite.Core.FileBitmapTile]]+        ​*[[ThinkGeo.MapSuite.Core.FileBitmapTile]]
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} BitmapTile() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#BitmapTile()|BitmapTile]] ​  ​| ​   |    | This is the default constructor without passing any parameters. All its properties should be set via the properties. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BitmapTile(RectangleShape,​ Double)|BitmapTile]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Double ​  ​| ​   | This is the constructor for Tile by passing the boundingBox and scale. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BitmapTile(Bitmap,​ RectangleShape,​ Double)|BitmapTile]] ​  | Bitmap, [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Double ​  ​| ​   | This is the constructor for Tile by passing image bitmap and the boundingBox and scale. ​  |+
  
-==== Protected Constructors ​==== +  * //This is the default constructor without passing any parameters. All its properties should be set via the properties.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} BitmapTile(RectangleShape,​Double) **
  
 +  * //This is the constructor for Tile by passing the boundingBox and scale.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​boundingBox//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //scale//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} BitmapTile(Bitmap,​RectangleShape,​Double) **
 +
 +  * //This is the constructor for Tile by passing image bitmap and the boundingBox and scale.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //bitmap//
 +    * Type:Bitmap
 +    * Description:​N/​A
 +
 +  * //​boundingBox//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //scale//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetBitmapStream() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​CloneDeep()|CloneDeep]] ​  ​| ​   | [[ThinkGeo.MapSuite.Core.Tile|Tile]] ​  | This method shows the way to deep clone a Tile object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   |    | This method is targeting releasing or resetting unmanaged resources. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetBitmapStream()|GetBitmapStream]] ​  ​| ​   |    |    | +
-| {{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 ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloneDeepCore()|CloneDeepCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.Core.Tile|Tile]] ​  | This method shows the way to override deep clone a Tile object. ​  | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  | This method is the destructorof this class. Destructor cannot be called and only will be invoked automatically. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBitmapStreamCore()|GetBitmapStreamCore]] ​  ​| ​   |    |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Stream 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Bitmap|Bitmap]] ​  | Bitmap ​  ​| ​   | This property is the Bitmap showing the tile image. ​  | +  * Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​BoundingBox|BoundingBox]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.Core.Tile|Tile]] ​  | The Bounding box to describe the Tile.   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Scale|Scale]] ​  | Double ​  | [[ThinkGeo.MapSuite.Core.Tile|Tile]] ​  | The scale to describe the Tile.   |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Dispose() **
  
-==== Public Events ==== +  * //This method is targeting releasing or resetting unmanaged resources.//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== BitmapTile() ==== +  ​Type:Void 
-This is the default constructor without passing any parameters. All its properties should be set via the properties. +  Description:N/A
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== BitmapTile(RectangleShape,​ Double) ==== +<div newline></​div
-This is the constructor for Tile by passing the boundingBox and scale. +** {{wiki:​PublicMethod.gif|}} CloneDeep() **
-=== Parameters ​=== +
-^  Name ^  Type ^  Description ^ +
-| boundingBox ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  |    | +
-| scale   | Double<​!-- System.Double --> ​  ​| ​   ​|+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== BitmapTile(Bitmap,​ RectangleShape,​ Double) ==== +== Remarks ​== 
-This is the constructor for Tile by passing image bitmap and the boundingBox and scale. +  ​* //N/A//
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| bitmap ​  | Bitmap<​!-- System.Drawing.Bitmap --> ​  ​| ​   | +
-| boundingBox ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +
-| scale   | Double<​!-- System.Double --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-===== Public Methods ===== +  * Description:​N/​A
-==== CloneDeep() ==== +
-This method shows the way to deep clone a Tile object. +
-=== Remarks === +
-As this is a concrete public method that wraps a Core method, In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this,please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.Tile|Tile]]<!-- ThinkGeo.MapSuite.Core.Tile --> ​  | This method returns the cloned Tile object. ​  |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() **
  
-<!-- ThinkGeo.MapSuite.Core.Tile --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Dispose() ==== +  * //N/A//
-This method is targeting releasing or resetting unmanaged resources. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:String 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.BitmapTile --+== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div
-==== Equals(Object) ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) ​**
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetBitmapStream() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Stream<​!-- System.IO.Stream --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.BitmapTile --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() ​**
-==== GetHashCode() ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-===== Protected Methods ===== +==== Protected Methods ​==== 
-==== CloneDeepCore() ==== +** {{wiki:​ProtectedMethod.gif|}} GetBitmapStreamCore() **
-This method shows the way to override deep clone a Tile object. +
-=== Remarks ​==+
-As this is a concrete public method that wraps a Core method, In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this,please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.Tile|Tile]]<​!-- ThinkGeo.MapSuite.Core.Tile --> ​  | This method returns the cloned Tile object. ​  |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.Core.Tile --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Stream 
-==== Finalize() ==== +  * Description:N/A
-This method is the destructorof this class. Destructor cannot be called and only will be invoked automatically. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object(overriden) --> +  * //This method is the destructorof this classDestructor cannot be called and only will be invoked automatically.//​ 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetBitmapStreamCore() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Stream<​!-- System.IO.Stream --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.Core.BitmapTile --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  ​Type ​ ​Description ​^+== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
 +  * 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|}} Bitmap **
  
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== Bitmap ==== 
 This property is the Bitmap showing the tile image. This property is the Bitmap showing the tile image.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Bitmap<​!-- System.Drawing.Bitmap ​--> ​  |+== Return Value == 
 +  ​* ​Type:Bitmap
  
-<!-- ThinkGeo.MapSuite.Core.BitmapTile --> +** {{wiki:​PublicProperty.gif|}} Scale **
-[[#Public Properties|Go Back]] +
-==== BoundingBox ==== +
-The Bounding box to describe the Tile. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.Tile --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Scale ==== +N/A 
-The scale to describe the Tile. +== Return Value == 
-=== Return Value === +  ​* ​Type:Double
-^ Return ​Type +
-| Double<​!-- System.Double ​--> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.Core.Tile --> +** {{wiki:​PublicProperty.gif|}} BoundingBox ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +N/A 
-===== Public Events ====+== Remarks == 
-__NOTOC__ +N/A 
-[[Category:​MapSuiteCore]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.Core]] +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-[[Category:​UpdateDocumentation]]+ 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.bitmaptile.1440040128.txt.gz · Last modified: 2015/09/17 08:56 (external edit)