User Tools

Site Tools


thinkgeo.mapsuite.core.worldfile

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.core.worldfile [2015/09/22 08:30]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.WorldFile ====== 
-This class represents the values of a world file. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.WorldFile** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} WorldFile() ** 
- 
-  * //This is the default constructor for the WorldFile class.// 
-== Remarks == 
-  * //None// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WorldFile(String) ** 
- 
-  * //This is the constructor that passes the worldFile text.// 
-== Remarks == 
-  * //The worldFileText is typically read from a world file.// 
-== Parameters == 
-  * //​worldFileText//​ 
-    * Type:String 
-    * Description:​The world file text containing the world file attribute information. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WorldFile(RectangleShape,​Single,​Single) ** 
- 
-  * //This is the constructor that passes the WorldExtent of the image, the height of the image, and the width of the image.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​worldExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​This parameter specifies the World Coordinate Extent for the image. 
- 
-  * //​imageWidth//​ 
-    * Type:Single 
-    * Description:​This parameter specifies the image width for the image. 
- 
-  * //​imageHeight//​ 
-    * Type:Single 
-    * Description:​This parameter specifies the image height for the image. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WorldFile(Double,​Double,​Double,​Double,​Double,​Double) ** 
- 
-  * //This is a constructor that passes 6 attributes in double associated with the corresponding image file.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​horizontalResolution//​ 
-    * Type:Double 
-    * Description:​This parameter specifies the size of pixels in the x direction. 
- 
-  * //​rotationRow//​ 
-    * Type:Double 
-    * Description:​This parameter specifies the rotation term for row. 
- 
-  * //​rotationColumn//​ 
-    * Type:Double 
-    * Description:​This parameter specifes the rotation term for column. 
- 
-  * //​verticalResolution//​ 
-    * Type:Double 
-    * Description:​This parameter specifies the size of pixels in the y direction. 
- 
-  * //​upperLeftX//​ 
-    * Type:Double 
-    * Description:​This parameter represents the x coordinate of the center of the upper-leftmost pixel in map units. 
- 
-  * //​upperLeftY//​ 
-    * Type:Double 
-    * Description:​This parameter represents the y coordinate of the center of the upper-leftmost pixel in map units. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WorldFile(Single,​Single,​Single,​Single,​Single,​Single) ** 
- 
-  * //This is a constructor that passes 6 attributes in float associated with the corresponding image file.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​horizontalResolution//​ 
-    * Type:Single 
-    * Description:​This parameter specifies the size of pixels in the x direction. 
- 
-  * //​rotationRow//​ 
-    * Type:Single 
-    * Description:​This parameter specifies the rotation term for row. 
- 
-  * //​rotationColumn//​ 
-    * Type:Single 
-    * Description:​This parameter specifes the rotation term for column. 
- 
-  * //​verticalResolution//​ 
-    * Type:Single 
-    * Description:​This parameter specifies the size of pixels in the y direction. 
- 
-  * //​upperLeftX//​ 
-    * Type:Single 
-    * Description:​This parameter represents the x coordinate of the center of the upper-leftmost pixel in map units. 
- 
-  * //​upperLeftY//​ 
-    * Type:Single 
-    * Description:​This parameter represents the y coordinate of the center of the upper-leftmost pixel in map units. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetBoundingBox(Single,​Single) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<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|}} HorizontalResolution ** 
- 
-This property gets the horizontal resolution from the world file. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} RotationRow ** 
- 
-This property gets the rotation in row from the world file. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} RotationColumn ** 
- 
-This property gets the rotation in column from the world file. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} VerticalResolution ** 
- 
-This property gets the vertical resolution from the world file. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} UpperLeftX ** 
- 
-This property gets the upper left Y coordinate from the world file. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} UpperLeftY ** 
- 
-This property gets the upper left X coordinate from the world file. 
-== Remarks == 
-None 
-== Return Value == 
-  * Type:Single 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.core.worldfile.1442910658.txt.gz ยท Last modified: 2015/09/22 08:30 by admin