ThinkGeo.MapSuite.Core.UnmanagedGeoTiffRasterSource
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.
This class allows you to view TIFF image types.
Inheritance Hierarchy
Members Summary
Public Constructors
UnmanagedGeoTiffRasterSource()
Parameters
UnmanagedGeoTiffRasterSource(String)
Parameters
UnmanagedGeoTiffRasterSource(String,String)
Parameters
UnmanagedGeoTiffRasterSource(String,RectangleShape)
Parameters
Protected Constructors
Public Methods
CloneDeep()
Return Value
Parameters
GetWorldFileText()
Return Value
Type:String
Description:N/A
Parameters
GetImageWidth()
Return Value
Type:Int32
Description:N/A
Parameters
GetImageHeight()
Return Value
Type:Int32
Description:N/A
Parameters
GetHorizontalResolution()
Return Value
Type:Single
Description:N/A
Parameters
GetVerticalResolution()
Return Value
Type:Single
Description:N/A
Parameters
GetBoundingBox()
Return Value
Parameters
GetProjectionText()
Return Value
Type:String
Description:N/A
Parameters
Open()
Return Value
Type:Void
Description:N/A
Parameters
Close()
Return Value
Type:Void
Description:N/A
Parameters
GetImage(RectangleShape,Int32,Int32)
Return Value
Parameters
canvasWidth
Type:Int32
Description:N/A
canvasHeight
Type:Int32
Description:N/A
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
GetImageWidthCore()
Return Value
Parameters
GetImageHeightCore()
Return Value
Parameters
OpenCore()
This protected virtual method is called from the concreate public method Open. The open method play an important role as it is responsible for initializing the RasterSource. Most methods on the RasterSource will throw an exception if the state of the RasterSource is not opened. When the map draws each layer it will open the RasterSource as one of its first steps, then after it is finished drawing with that layer it will close it. In this way we are sure to release all resources used by the RasterSource. When implementing this virtual method consider opening files for file based source, connecting to databases in the database based sources and so on. You will get a chance to close these in the Close method of the ImageSource.
Return Value
Type:Void
Description:None
Parameters
CloseCore()
Return Value
Type:Void
Description:None
Parameters
GetImageCore(RectangleShape,Int32,Int32)
Return Value
Parameters
GetBoundingBoxCore()
Return Value
Parameters
OnOpeningRasterSource(OpeningRasterSourceEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnOpenedRasterSource(OpenedRasterSourceEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnClosingRasterSource(ClosingRasterSourceEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnClosedRasterSource(ClosedRasterSourceEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
CloneDeepCore()
Return Value
Parameters
GetProjectionTextCore()
Return Value
Type:String
Description:N/A
Parameters
GetWrappingImageLeft(RectangleShape,Double,Double,RectangleShape)
Return Value
Parameters
screenWidth
Type:Double
Description:N/A
screenHeight
Type:Double
Description:N/A
GetWrappingImageRight(RectangleShape,Double,Double,RectangleShape)
Return Value
Parameters
screenWidth
Type:Double
Description:N/A
screenHeight
Type:Double
Description:N/A
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
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
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