User Tools

Site Tools


api:thinkgeo.mapsuite.layers.worldfile

ThinkGeo.MapSuite.Layers.WorldFile

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Layers.WorldFile

Members Summary

Public Constructors

WorldFile()

  • This is the default constructor for the WorldFile class.
Remarks
  • None
Parameters

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.

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
    • 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.

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.

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.

Protected Constructors

Public Methods

GetBoundingBox(Single,Single)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • width
    • Type:Single
    • Description:N/A
  • height
    • Type:Single
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

HorizontalResolution

  • N/A
Remarks
  • None
Return Value
  • Type:Single

RotationRow

  • N/A
Remarks
  • None
Return Value
  • Type:Single

RotationColumn

  • N/A
Remarks
  • None
Return Value
  • Type:Single

VerticalResolution

  • N/A
Remarks
  • None
Return Value
  • Type:Single

UpperLeftX

  • N/A
Remarks
  • None
Return Value
  • Type:Single

UpperLeftY

  • N/A
Remarks
  • None
Return Value
  • Type:Single

Protected Properties

Public Events

api/thinkgeo.mapsuite.layers.worldfile.txt · Last modified: 2017/01/11 06:52 (external edit)