User Tools

Site Tools


thinkgeo.mapsuite.core.geotiffrastersource

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.core.geotiffrastersource [2015/09/17 10:30]
admin
thinkgeo.mapsuite.core.geotiffrastersource [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GeoTiffRasterSource ====== ====== ThinkGeo.MapSuite.Core.GeoTiffRasterSource ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 +
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
Line 5: Line 9:
       ***ThinkGeo.MapSuite.Core.GeoTiffRasterSource**       ***ThinkGeo.MapSuite.Core.GeoTiffRasterSource**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} GeoTiffRasterSource() **
-**{{wiki:​PublicMethod.gif|}}[[#GeoTiffRasterSource()|GeoTiffRasterSource]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor the for the class. If you use this constructor then you need to set the required properties manually. +
-</​div>​+
  
-<​div ​class_table+This is the constructor the for the class. If you use this constructor then you need to set the required properties manually. 
-**{{wiki:​PublicMethod.gif|}}[[#GeoTiffRasterSource(String)|GeoTiffRasterSource]]** +== Remarks == 
-  * **Parameters**:​String +None 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is the constructor for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} GeoTiffRasterSource(String) **
  
-<div class_table>​ +This is the constructor for the class. 
-**{{wiki:​PublicMethod.gif|}}[[#​GeoTiffRasterSource(String,​String)|GeoTiffRasterSource]]** +== Remarks == 
-  * **Parameters**:​String,​String +This is typically the constructor you want to use for this class. It allows you to pass in the TIFF file you wish to work with. Note that the TIFF file is not accessed or opened until you call the open command of the class
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:​This ​is the constructor for the class. +  * //​imagePathFilename//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter represents ​the path and file name of the TIFF file you want to load into the class for display.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#GeoTiffRasterSource(String,​RectangleShape)|GeoTiffRasterSource]]** +** {{wiki:​PublicMethod.gif|}} GeoTiffRasterSource(String,​String) **
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor for the class. +
-</​div>​+
  
-=== Protected Constructors === +This is the constructor for the class. 
-=== Public Methods ​=== +== Remarks ​== 
-<div class_table>​ +This is typically the constructor you want to use for this class. It allows you to pass in the TIFF file you wish to work with and world file belongs to it. Note that the TIFF file is not accessed or opened until you call the open command of the class. 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +== Parameters ​== 
-  * **Parameters**:​N/A +  * //​imagePathFilename//​ 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +    Type:String 
-  * **Summary**:N/A +    Description:This parameter represents the path and file name of the TIFF file you want to load into the class for display.
-</​div>​+
  
-<div class_table>​ +  ​//​worldfilePathFilename//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Close()|Close]]*+    Type:String 
-  * **Parameters**:N/A +    Description:This parameter represents the path and file name of the world file you want to load into the class for display.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +** {{wiki:​PublicMethod.gif|}} ​GeoTiffRasterSource(String,​RectangleShape) **
-  * **Parameters**:​Object +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +This is the constructor for the class. 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** +== Remarks == 
-  * **Parameters**:​N/A +This is typically the constructor you want to use for this class. It allows you to pass in the TIFF file you wish to work with and image extent belongs to it. Note that the TIFF file is not accessed or opened until you call the open command of the class. 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +== Parameters == 
-  * **Summary**:N/A +  * //​imagePathFilename//​ 
-</​div>​+    Type:String 
 +    Description:This parameter represents the path and file name of the TIFF file you want to load into the class for display.
  
-<div class_table>​ +  * //​imageExtent//​ 
-**{{wiki:PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:N/A +    Description:This parameter represents the extent of the world file you want to load into the class for display.
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHorizontalResolution()|GetHorizontalResolution]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +** {{wiki:​PublicMethod.gif|}} ​CloneDeep() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​PublicMethod.gif|}}[[#​GetImage(RectangleShape,​Int32,​Int32)|GetImage]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​Int32 +N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetImageHeight()|GetImageHeight]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] 
-  * **Parameters**:​N/​A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetImageWidth()|GetImageWidth]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetWorldFileText() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​PublicMethod.gif|}}[[#​GetProjectionText()|GetProjectionText]]** +== Remarks == 
-  * **Parameters**:​N/A +N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetVerticalResolution()|GetVerticalResolution]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetImageWidth() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWorldFileText()|GetWorldFileText]]** +== Remarks == 
-  * **Parameters**:​N/A +N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Open()|Open]]** +  * Type:Int32 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#ToString()|ToString]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetImageHeight() **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +N/A 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +N/A
-  * **Parameters**:​N/A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloseCore()|CloseCore]]** +  * Type:Int32 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​GetHorizontalResolution() **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]** +== Remarks == 
-  * **Parameters**:​N/A +N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetImageCore(RectangleShape,​Int32,​Int32)|GetImageCore]]** +  * Type:Single 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​Int32 +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​GetImageHeightCore()|GetImageHeightCore]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​GetVerticalResolution() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetImageWidthCore()|GetImageWidthCore]]** +== Remarks == 
-  * **Parameters**:​N/A +N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetProjectionTextCore()|GetProjectionTextCore]]** +  * Type:Single 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​GetBoundingBox() **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnClosedRasterSource(ClosedRasterSourceEventArgs)|OnClosedRasterSource]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] +N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnClosingRasterSource(ClosingRasterSourceEventArgs)|OnClosingRasterSource]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​OnOpenedRasterSource(OpenedRasterSourceEventArgs)|OnOpenedRasterSource]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] +** {{wiki:PublicMethod.gif|}} ​GetProjectionText() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +N/A 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnOpeningRasterSource(OpeningRasterSourceEventArgs)|OnOpeningRasterSource]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] +N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/A +
-</​div>​+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OpenCore()|OpenCore]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-**{{wiki:PublicProperty.gif|}}[[#​BlueTranslation|BlueTranslation]]** +<div newline></​div>​ 
-  * **Return**:​Single +** {{wiki:PublicMethod.gif|}} ​Open() ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​GreenTranslation|GreenTranslation]]** +N/A 
-  * **Return**:​Single +== Remarks == 
-  * **Summary**:​N/A+N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​HasProjectionText|HasProjectionText]]** +== Return Value == 
-  * **Return**:Boolean +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​IsGrayscale|IsGrayscale]]** +== Parameters == 
-  * **Return**:​Boolean +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Close() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsNegative|IsNegative]]** +N/A 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​N/A+N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsOpen|IsOpen]]** +== Return Value == 
-  * **Return**:Boolean +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​LibraryType|LibraryType]]** +== Parameters == 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoTiffLibraryType|GeoTiffLibraryType]] +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetImage(RectangleShape,​Int32,​Int32) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​PathFilename|PathFilename]]** +N/A 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​This property gets and sets the path and filename of the TIFF file you want to use.+N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​Projection|Projection]]** +== Return Value == 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +  * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​RedTranslation|RedTranslation]]** +== Parameters == 
-  * **Return**:​Single +  ​//​worldExtent//​ 
-  * **Summary**:N/A+    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​Transparency|Transparency]]** +  ​//​canvasWidth//​ 
-  * **Return**:Single +    Type:Int32 
-  * **Summary**:N/A+    Description:N/A
  
-=== Protected Properties === +  ​//​canvasHeight//​ 
-**{{wiki:​ProtectedProperty.gif|}}[[#​HasProjectionTextCore|HasProjectionTextCore]]*+    Type:Int32 
-  * **Return**:Boolean +    Description:N/A
-  * **Summary**:N/A+
  
-=== Public Events === +<div newline></​div>​ 
-**{{wiki:PublicEvent.gif|}}[[#​ClosedRasterSource|ClosedRasterSource]]** +** {{wiki:PublicMethod.gif|}} ​ToString() ​**
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] +
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicEvent.gif|}}[[#​ClosingRasterSource|ClosingRasterSource]]** +N/A 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] +== Remarks == 
-  * **Summary**:​N/A+N/A
  
-**{{wiki:​PublicEvent.gif|}}[[#​OpenedRasterSource|OpenedRasterSource]]** +== Return Value == 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] +  * Type:String 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicEvent.gif|}}[[#​OpeningRasterSource|OpeningRasterSource]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
  
-===== Public Constructors ===== +N/A 
-=== GeoTiffRasterSource() === +== Remarks == 
-This is the constructor the for the class. If you use this constructor then you need to set the required properties manually. +N/A
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== GeoTiffRasterSource(String) === +
-This is the constructor for the class. +
-==== Remarks ==== +
-This is typically the constructor you want to use for this class. It allows you to pass in the TIFF file you wish to work with. Note that the TIFF file is not accessed or opened until you call the open command of the class. +
-==== Parameters ==== +
-**imagePathFilename** +
-  * **Type**:​String +
-  * **Description:​This parameter represents the path and file name of the TIFF file you want to load into the class for display.+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-=== GeoTiffRasterSource(String,​String) === +  * Type:Boolean 
-This is the constructor for the class. +  * Description:​N/A
-==== Remarks ==== +
-This is typically the constructor you want to use for this class. It allows you to pass in the TIFF file you wish to work with and world file belongs to it. Note that the TIFF file is not accessed or opened until you call the open command of the class. +
-==== Parameters ==== +
-**imagePathFilename** +
-  ​* **Type**:String +
-  ​* **Description:​This parameter represents the path and file name of the TIFF file you want to load into the class for display.+
  
-**worldfilePathFilename** +== Parameters == 
-  * **Type**:String +  * //obj// 
-  * **Description:​This parameter represents the path and file name of the world file you want to load into the class for display.+    ​* Type:Object 
 +    * Description:​N/A
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-=== GeoTiffRasterSource(String,​RectangleShape) === +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-This is the constructor for the class. +
-==== Remarks ==== +
-This is typically the constructor you want to use for this class. It allows you to pass in the TIFF file you wish to work with and image extent belongs to it. Note that the TIFF file is not accessed or opened until you call the open command of the class. +
-==== Parameters ==== +
-**imagePathFilename** +
-  * **Type**:String +
-  * **Description:​This parameter represents the path and file name of the TIFF file you want to load into the class for display. +
- +
-**imageExtent** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description:​This parameter represents the extent of the world file you want to load into the class for display.+
  
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-=== CloneDeep() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== Close() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Type 
-  ​* **Description**:N/A+  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} GetImageWidthCore() **
  
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== Equals(Object) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**obj** +<div newline></​div>​ 
-  * **Type**:Object +** {{wiki:ProtectedMethod.gif|}} GetImageHeightCore() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] 
-=== GetBoundingBox() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetHorizontalResolution() === +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** 
-  * **Return Type**:​Single 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetImage(RectangleShape,​Int32,​Int32) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**worldExtent** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:ProtectedMethod.gif|}} GetImageCore(RectangleShape,​Int32,​Int32) ​**
-  ​* **Description**:​N/​A+
  
-**canvasWidth** 
-  * **Type**:​Int32 
-  * **Description**:​N/​A 
- 
-**canvasHeight** 
-  * **Type**:​Int32 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetImageHeight() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​worldExtent//​ 
-=== GetImageWidth() === +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​canvasWidth//​ 
-  **Return ​Type**:Int32 +    * Type:​Int32 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​canvasHeight/​
-[[#Public Methods|Go Back]] +    * Type:Int32 
-=== GetProjectionText() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:ProtectedMethod.gif|}} CloseCore() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetType() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
  
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetVerticalResolution() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Single +  * Type:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline><​/div> 
-=== GetWorldFileText() === +** {{wiki:ProtectedMethod.gif|}} OnOpeningRasterSource(OpeningRasterSourceEventArgs) ​**
-N/+
-==== Remarks ==== +
-N/A +
- +
-**Return Value** +
-  * **Return Type**:String +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== Open() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-=== ToString() === +    * Type:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:ProtectedMethod.gif|}} OnOpenedRasterSource(OpenedRasterSourceEventArgs) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== CloneDeepCore() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //e// 
-=== CloseCore() === +    * Type:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} OnClosingRasterSource(ClosingRasterSourceEventArgs) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== Finalize() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //e// 
-=== GetBoundingBoxCore() === +    * Type:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:ProtectedMethod.gif|}} OnClosedRasterSource(ClosedRasterSourceEventArgs) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== GetImageCore(RectangleShape,​Int32,​Int32) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] +  * Type:Void 
-  * **Description**:​N/​A +  * Description:​N/​A
- +
-==== Parameters ==== +
-**worldExtent** +
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:N/A+
  
-**canvasWidth** +== Parameters == 
-  * **Type**:Int32 +  * //e// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] 
 +    * Description:​N/​A
  
-**canvasHeight** +<div newline></​div>​ 
-  * **Type**:Int32 +** {{wiki:ProtectedMethod.gif|}} GetProjectionTextCore() ​**
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== GetImageHeightCore() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:String 
-  ​* **Description**:N/A+  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== GetImageWidthCore() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetProjectionTextCore() === +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Object +  * Type:​Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline><​/div> 
-=== OnClosedRasterSource(ClosedRasterSourceEventArgs) === +==== Public Properties ​==== 
-N/A +** {{wiki:​PublicProperty.gif|}} PathFilename **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +This property gets and sets the path and filename of the TIFF file you want to use. 
-  * **Return ​Type**:Void +== Remarks == 
-  * **Description**:N/A+None. 
 +== Return Value == 
 +  * Type:String
  
-==== Parameters ==== +** {{wiki:PublicProperty.gif|}} LibraryType ​**
-**e** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== OnClosingRasterSource(ClosingRasterSourceEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeoTiffLibraryType|GeoTiffLibraryType]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Projection ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnOpenedRasterSource(OpenedRasterSourceEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.Projection|Projection]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Transparency ​**
-  * **Return Type**:Void +
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-**e** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== OnOpeningRasterSource(OpeningRasterSourceEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Single
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} BlueTranslation ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OpenCore() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Single
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} RedTranslation ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== BlueTranslation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} GreenTranslation **
-=== GreenTranslation ​=== +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:​Single+
  
-[[#Public Properties|Go Back]] 
-=== HasProjectionText === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsNegative ​**
-=== IsGrayscale === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== IsNegative === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsGrayscale ​**
-=== IsOpen === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== LibraryType === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.GeoTiffLibraryType|GeoTiffLibraryType]]+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsOpen ​**
-=== PathFilename === +
-This property gets and sets the path and filename of the TIFF file you want to use. +
-==== Remarks ==== +
-None. +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] 
-=== Projection === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]]+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} HasProjectionText **
  
-[[#Public Properties|Go Back]] 
-=== RedTranslation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +==== Protected Properties ​==== 
-=== Transparency ​=== +** {{wiki:​ProtectedProperty.gif|}} HasProjectionTextCore ​**
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Single+
  
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-=== HasProjectionTextCore === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​Boolean
  
-[[#​Protected Properties|Go Back]] +==== Public Events ==== 
-===== Public Events ​===== +** {{wiki:​PublicEvent.gif|}} OpeningRasterSource **
-=== ClosedRasterSource ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} OpenedRasterSource **
-=== ClosingRasterSource ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} ClosingRasterSource **
-=== OpenedRasterSource ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} ClosedRasterSource **
-=== OpeningRasterSource ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]]
  
-[[#Public Events|Go Back]] 
  
thinkgeo.mapsuite.core.geotiffrastersource.1442485830.txt.gz · Last modified: 2015/09/17 10:30 by admin