ThinkGeo.MapSuite.Core.GeoTiffRasterSource
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
Inheritance Hierarchy
Members Summary
Public Constructors
GeoTiffRasterSource()
This is the constructor the for the class. If you use this constructor then you need to set the required properties manually.
Parameters
GeoTiffRasterSource(String)
This is the constructor for the class.
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
GeoTiffRasterSource(String,String)
This is the constructor for the class.
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
GeoTiffRasterSource(String,RectangleShape)
This is the constructor for the class.
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
Protected Constructors
Public Methods
CloneDeep()
N/A
Return Value
Parameters
GetWorldFileText()
N/A
Return Value
Type:String
Description:N/A
Parameters
GetImageWidth()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetImageHeight()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetHorizontalResolution()
N/A
Return Value
Type:Single
Description:N/A
Parameters
GetVerticalResolution()
N/A
Return Value
Type:Single
Description:N/A
Parameters
GetBoundingBox()
N/A
Return Value
Parameters
GetProjectionText()
N/A
Return Value
Type:String
Description:N/A
Parameters
Open()
N/A
Return Value
Type:Void
Description:N/A
Parameters
Close()
N/A
Return Value
Type:Void
Description:N/A
Parameters
GetImage(RectangleShape,Int32,Int32)
N/A
Return Value
Parameters
canvasWidth
Type:Int32
Description:N/A
canvasHeight
Type:Int32
Description:N/A
ToString()
N/A
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
N/A
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
GetImageWidthCore()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetImageHeightCore()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetBoundingBoxCore()
N/A
Return Value
Parameters
OpenCore()
N/A
Return Value
Type:Void
Description:N/A
Parameters
GetImageCore(RectangleShape,Int32,Int32)
N/A
Return Value
Parameters
canvasWidth
Type:Int32
Description:N/A
canvasHeight
Type:Int32
Description:N/A
CloseCore()
N/A
Return Value
Type:Void
Description:N/A
Parameters
CloneDeepCore()
N/A
Return Value
Parameters
OnOpeningRasterSource(OpeningRasterSourceEventArgs)
N/A
Return Value
Type:Void
Description:N/A
Parameters
OnOpenedRasterSource(OpenedRasterSourceEventArgs)
N/A
Return Value
Type:Void
Description:N/A
Parameters
OnClosingRasterSource(ClosingRasterSourceEventArgs)
N/A
Return Value
Type:Void
Description:N/A
Parameters
OnClosedRasterSource(ClosedRasterSourceEventArgs)
N/A
Return Value
Type:Void
Description:N/A
Parameters
GetProjectionTextCore()
N/A
Return Value
Type:String
Description:N/A
Parameters
Finalize()
N/A
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
N/A
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
PathFilename
This property gets and sets the path and filename of the TIFF file you want to use.
Return Value
LibraryType
N/A
Return Value
Projection
N/A
Return Value
Transparency
N/A
Return Value
BlueTranslation
N/A
Return Value
RedTranslation
N/A
Return Value
GreenTranslation
N/A
Return Value
IsNegative
N/A
Return Value
IsGrayscale
N/A
Return Value
IsOpen
N/A
Return Value
HasProjectionText
N/A
Return Value
Protected Properties
HasProjectionTextCore
N/A
Return Value
Public Events
OpeningRasterSource
N/A