ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class represents the values of a world file.
A world file is an attribute file that is associated with a corresponding image file. Typically, the world file consists of 6 lines of numbers.
*System.Object **ThinkGeo.MapSuite.PortableCore.WorldFile
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor for the WorldFile class. | ||
![]() | String | This is the constructor that passes the worldFile text. | |
![]() | 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. | |
![]() | Double, Double, Double, Double, Double, Double | This is a constructor that passes 6 attributes in double associated with the corresponding image file. | |
![]() | Single, Single, Single, Single, Single, Single | This is a constructor that passes 6 attributes in float associated with the corresponding image file. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Single, Single | ||
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Single | This property gets the horizontal resolution from the world file. | |
![]() | Single | This property gets the rotation in column from the world file. | |
![]() | Single | This property gets the rotation in row from the world file. | |
![]() | Single | This property gets the upper left Y coordinate from the world file. | |
![]() | Single | This property gets the upper left X coordinate from the world file. | |
![]() | Single | This property gets the vertical resolution from the world file. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor for the WorldFile class.
Name | Type | Description |
---|
This is the constructor that passes the worldFile text.
The worldFileText is typically read from a world file.
Name | Type | Description |
---|---|---|
worldFileText | String<!– System.String –> | The world file text containing the world file attribute information. |
This is the constructor that passes the WorldExtent of the image, the height of the image, and the width of the image.
Name | Type | Description |
---|---|---|
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.PortableCore.RectangleShape –> | This parameter specifies the World Coordinate Extent for the image. |
imageWidth | Single<!– System.Single –> | This parameter specifies the image width for the image. |
imageHeight | Single<!– System.Single –> | This parameter specifies the image height for the image. |
This is a constructor that passes 6 attributes in double associated with the corresponding image file.
Name | Type | Description |
---|---|---|
horizontalResolution | Double<!– System.Double –> | This parameter specifies the size of pixels in the x direction. |
rotationRow | Double<!– System.Double –> | This parameter specifies the rotation term for row. |
rotationColumn | Double<!– System.Double –> | This parameter specifes the rotation term for column. |
verticalResolution | Double<!– System.Double –> | This parameter specifies the size of pixels in the y direction. |
upperLeftX | Double<!– System.Double –> | This parameter represents the x coordinate of the center of the upper-leftmost pixel in map units. |
upperLeftY | Double<!– System.Double –> | This parameter represents the y coordinate of the center of the upper-leftmost pixel in map units. |
This is a constructor that passes 6 attributes in float associated with the corresponding image file.
Name | Type | Description |
---|---|---|
horizontalResolution | Single<!– System.Single –> | This parameter specifies the size of pixels in the x direction. |
rotationRow | Single<!– System.Single –> | This parameter specifies the rotation term for row. |
rotationColumn | Single<!– System.Single –> | This parameter specifes the rotation term for column. |
verticalResolution | Single<!– System.Single –> | This parameter specifies the size of pixels in the y direction. |
upperLeftX | Single<!– System.Single –> | This parameter represents the x coordinate of the center of the upper-leftmost pixel in map units. |
upperLeftY | Single<!– System.Single –> | This parameter represents the y coordinate of the center of the upper-leftmost pixel in map units. |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.PortableCore.RectangleShape –> |
Name | Type | Description |
---|---|---|
width | Single<!– System.Single –> | |
height | Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.PortableCore.WorldFile –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property gets the horizontal resolution from the world file.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.PortableCore.WorldFile –> Go Back
This property gets the rotation in column from the world file.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.PortableCore.WorldFile –> Go Back
This property gets the rotation in row from the world file.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.PortableCore.WorldFile –> Go Back
This property gets the upper left Y coordinate from the world file.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.PortableCore.WorldFile –> Go Back
This property gets the upper left X coordinate from the world file.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.PortableCore.WorldFile –> Go Back
This property gets the vertical resolution from the world file.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.PortableCore.WorldFile –> Go Back