User Tools

Site Tools


thinkgeo.mapsuite.core.filebitmaptile

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.filebitmaptile [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.filebitmaptile [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.FileBitmapTile ====== ====== ThinkGeo.MapSuite.Core.FileBitmapTile ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== 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|}} FileBitmapTile() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#FileBitmapTile()|FileBitmapTile]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FileBitmapTile(RectangleShape,​ Double)|FileBitmapTile]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Double ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FileBitmapTile(RectangleShape,​ Double, String)|FileBitmapTile]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Double, String ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} FileBitmapTile(RectangleShape,​Double) **
  
 +  * //N/A//
 +== 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|}} FileBitmapTile(RectangleShape,​Double,​String) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​boundingBox//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //scale//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //​pathFilename//​
 +    * Type:String
 +    * 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]] ​  ​| ​   | [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] ​  | 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]] ​  ​| ​   | [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] ​  ​| ​   | +
-| {{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) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBitmapStreamCore()|GetBitmapStreamCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]](overriden) ​  ​| ​   | +
-| {{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 ​  | [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] ​  | 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}}[[#​PathFilename|PathFilename]] ​  | String ​  ​| ​   |    | +
-| {{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 ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== FileBitmapTile() ==== +  ​Type:Void 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== FileBitmapTile(RectangleShape,​ Double) ==== +<div newline></​div
-=== Parameters ​=== +** {{wiki:​PublicMethod.gif|}} CloneDeep() **
-^  Name ^  Type ^  Description ^ +
-| boundingBox ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  |    | +
-| scale   | Double<​!-- System.Double --> ​  ​| ​   ​|+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== FileBitmapTile(RectangleShape,​ Double, String) ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
- Name ^  Type ^  Description ^ +
-| boundingBox ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | +
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#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
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object(overriden) --> +  * //N/A// 
-[[#​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(overriden) --> +== 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//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-===== Public Properties ===== +  * Description:​N/​A
-==== Bitmap ==== +
-This property is the Bitmap showing the tile image. +
-=== Return Value === +
-^ Return ​Type +
-| Bitmap<​!-- System.Drawing.Bitmap --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.BitmapTile --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== BoundingBox ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-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 ​== 
-==== PathFilename ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.FileBitmapTile --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Object 
-==== Scale ==== +  * Description:​N/​A
-The scale to describe the Tile. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.Tile --+== Parameters == 
-[[#Public Properties|Go Back]] +<div newline></​div
-===== Protected Properties ​===== +==== Public Properties ​==== 
-===== Public Events ​===== +** {{wiki:​PublicProperty.gif|}} PathFilename ** 
-__NOTOC__ + 
-[[Category:MapSuiteCore]] +N/A 
-[[Category:ThinkGeo.MapSuite.Core]] +== Remarks ​== 
-[[Category:​UpdateDocumentation]]+N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Bitmap ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Bitmap 
 + 
 +** {{wiki:​PublicProperty.gif|}} Scale ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:Double 
 + 
 +** {{wiki:PublicProperty.gif|}} BoundingBox ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.filebitmaptile.1440040128.txt.gz · Last modified: 2015/09/17 09:00 (external edit)