Table of Contents

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.

Remarks

None

Parameters

GeoTiffRasterSource(String)

This is the constructor for the class.

Remarks

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.

Remarks

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.

Remarks

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

Remarks

N/A

Return Value
Parameters

GetWorldFileText()

N/A

Remarks

N/A

Return Value
Parameters

GetImageWidth()

N/A

Remarks

N/A

Return Value
Parameters

GetImageHeight()

N/A

Remarks

N/A

Return Value
Parameters

GetHorizontalResolution()

N/A

Remarks

N/A

Return Value
Parameters

GetVerticalResolution()

N/A

Remarks

N/A

Return Value
Parameters

GetBoundingBox()

N/A

Remarks

N/A

Return Value
Parameters

GetProjectionText()

N/A

Remarks

N/A

Return Value
Parameters

Open()

N/A

Remarks

N/A

Return Value
Parameters

Close()

N/A

Remarks

N/A

Return Value
Parameters

GetImage(RectangleShape,Int32,Int32)

N/A

Remarks

N/A

Return Value
Parameters

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

GetImageWidthCore()

N/A

Remarks

N/A

Return Value
Parameters

GetImageHeightCore()

N/A

Remarks

N/A

Return Value
Parameters

GetBoundingBoxCore()

N/A

Remarks

N/A

Return Value
Parameters

OpenCore()

N/A

Remarks

N/A

Return Value
Parameters

GetImageCore(RectangleShape,Int32,Int32)

N/A

Remarks

N/A

Return Value
Parameters

CloseCore()

N/A

Remarks

N/A

Return Value
Parameters

CloneDeepCore()

N/A

Remarks

N/A

Return Value
Parameters

OnOpeningRasterSource(OpeningRasterSourceEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnOpenedRasterSource(OpenedRasterSourceEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnClosingRasterSource(ClosingRasterSourceEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnClosedRasterSource(ClosedRasterSourceEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

GetProjectionTextCore()

N/A

Remarks

N/A

Return Value
Parameters

Finalize()

N/A

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

PathFilename

This property gets and sets the path and filename of the TIFF file you want to use.

Remarks

None.

Return Value

LibraryType

N/A

Remarks

N/A

Return Value

Projection

N/A

Remarks

N/A

Return Value

Transparency

N/A

Remarks

N/A

Return Value

BlueTranslation

N/A

Remarks

N/A

Return Value

RedTranslation

N/A

Remarks

N/A

Return Value

GreenTranslation

N/A

Remarks

N/A

Return Value

IsNegative

N/A

Remarks

N/A

Return Value

IsGrayscale

N/A

Remarks

N/A

Return Value

IsOpen

N/A

Remarks

N/A

Return Value

HasProjectionText

N/A

Remarks

N/A

Return Value

Protected Properties

HasProjectionTextCore

N/A

Remarks

N/A

Return Value

Public Events

OpeningRasterSource N/A

Remarks

N/A

Event Arguments:OpeningRasterSourceEventArgs

OpenedRasterSource N/A

Remarks

N/A

Event Arguments:OpenedRasterSourceEventArgs

ClosingRasterSource N/A

Remarks

N/A

Event Arguments:ClosingRasterSourceEventArgs

ClosedRasterSource N/A

Remarks

N/A

Event Arguments:ClosedRasterSourceEventArgs