This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.worldfile [2015/09/17 10:42] 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 === | ||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#WorldFile()|WorldFile]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This is the default constructor for the WorldFile class. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#WorldFile(String)|WorldFile]]** | ||
- | * **Parameters**:String | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This is the constructor that passes the worldFile text. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#WorldFile(RectangleShape,Single,Single)|WorldFile]]** | ||
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Single,Single | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This is the constructor that passes the WorldExtent of the image, the height of the image, and the width of the image. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#WorldFile(Double,Double,Double,Double,Double,Double)|WorldFile]]** | ||
- | * **Parameters**:Double,Double,Double,Double,Double,Double | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This is a constructor that passes 6 attributes in double associated with the corresponding image file. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#WorldFile(Single,Single,Single,Single,Single,Single)|WorldFile]]** | ||
- | * **Parameters**:Single,Single,Single,Single,Single,Single | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This is a constructor that passes 6 attributes in float associated with the corresponding image file. | ||
- | </div> | ||
- | |||
- | === Protected Constructors === | ||
- | === Public Methods === | ||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | ||
- | * **Parameters**:Object | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBox(Single,Single)|GetBoundingBox]]** | ||
- | * **Parameters**:Single,Single | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | === Protected Methods === | ||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | === Public Properties === | ||
- | **{{wiki:PublicProperty.gif|}}[[#HorizontalResolution|HorizontalResolution]]** | ||
- | * **Return**:Single | ||
- | * **Summary**:This property gets the horizontal resolution from the world file. | ||
- | |||
- | **{{wiki:PublicProperty.gif|}}[[#RotationColumn|RotationColumn]]** | ||
- | * **Return**:Single | ||
- | * **Summary**:This property gets the rotation in column from the world file. | ||
- | |||
- | **{{wiki:PublicProperty.gif|}}[[#RotationRow|RotationRow]]** | ||
- | * **Return**:Single | ||
- | * **Summary**:This property gets the rotation in row from the world file. | ||
- | |||
- | **{{wiki:PublicProperty.gif|}}[[#UpperLeftX|UpperLeftX]]** | ||
- | * **Return**:Single | ||
- | * **Summary**:This property gets the upper left Y coordinate from the world file. | ||
- | |||
- | **{{wiki:PublicProperty.gif|}}[[#UpperLeftY|UpperLeftY]]** | ||
- | * **Return**:Single | ||
- | * **Summary**:This property gets the upper left X coordinate from the world file. | ||
- | |||
- | **{{wiki:PublicProperty.gif|}}[[#VerticalResolution|VerticalResolution]]** | ||
- | * **Return**:Single | ||
- | * **Summary**:This property gets the vertical resolution from the world file. | ||
- | |||
- | === Protected Properties === | ||
- | === Public Events === | ||
- | ===== Public Constructors ===== | ||
- | === WorldFile() === | ||
- | This is the default constructor for the WorldFile class. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Parameters ==== | ||
- | [[#Public Constructors|Go Back]] | ||
- | === 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. | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | === 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. | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | === 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. | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | === 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. | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ===== Protected Constructors ===== | ||
- | ===== Public Methods ===== | ||
- | === Equals(Object) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Boolean | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | **obj** | ||
- | * **Type**:Object | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Public Methods|Go Back]] | ||
- | === GetBoundingBox(Single,Single) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | **width** | ||
- | * **Type**:Single | ||
- | * **Description**:N/A | ||
- | |||
- | **height** | ||
- | * **Type**:Single | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Public Methods|Go Back]] | ||
- | === GetHashCode() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Int32 | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | === GetType() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Type | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | === ToString() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:String | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | ===== Protected Methods ===== | ||
- | === Finalize() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Void | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Object | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === HorizontalResolution === | ||
- | This property gets the horizontal resolution from the world file. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Single | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === RotationColumn === | ||
- | This property gets the rotation in column from the world file. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Single | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === RotationRow === | ||
- | This property gets the rotation in row from the world file. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Single | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === UpperLeftX === | ||
- | This property gets the upper left Y coordinate from the world file. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Single | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === UpperLeftY === | ||
- | This property gets the upper left X coordinate from the world file. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Single | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === VerticalResolution === | ||
- | This property gets the vertical resolution from the world file. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Single | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ===== Public Events ===== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.