Table of Contents

ThinkGeo.MapSuite.Core.EcwRasterSource

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 represents the ECW raster source.

Inheritance Hierarchy

Members Summary

Public Constructors

EcwRasterSource()

Remarks
Parameters

EcwRasterSource(String)

Remarks
Parameters

EcwRasterSource(String,String)

Remarks
Parameters

EcwRasterSource(String,RectangleShape)

Remarks
Parameters

Protected Constructors

Public Methods

CloneDeep()

Remarks
Return Value
Parameters

GetWorldFileText()

Remarks
Return Value
Parameters

GetImageWidth()

Remarks
Return Value
Parameters

GetImageHeight()

Remarks
Return Value
Parameters

GetHorizontalResolution()

Remarks
Return Value
Parameters

GetVerticalResolution()

Remarks
Return Value
Parameters

GetBoundingBox()

Remarks
Return Value
Parameters

GetProjectionText()

Remarks
Return Value
Parameters

Open()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

GetImage(RectangleShape,Int32,Int32)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

GetProjectionTextCore()

Remarks
Return Value
Parameters

GetImageWidthCore()

Remarks
Return Value
Parameters

GetImageHeightCore()

Remarks
Return Value
Parameters

OpenCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

GetImageCore(RectangleShape,Int32,Int32)

Remarks
Return Value
Parameters

GetBoundingBoxCore()

Remarks
Return Value
Parameters

OnOpeningRasterSource(OpeningRasterSourceEventArgs)

Remarks
Return Value
Parameters

OnOpenedRasterSource(OpenedRasterSourceEventArgs)

Remarks
Return Value
Parameters

OnClosingRasterSource(ClosingRasterSourceEventArgs)

Remarks
Return Value
Parameters

OnClosedRasterSource(ClosedRasterSourceEventArgs)

Remarks
Return Value
Parameters

CloneDeepCore()

Remarks
Return Value
Parameters

GetWrappingImageLeft(RectangleShape,Double,Double,RectangleShape)

Remarks
Return Value
Parameters

GetWrappingImageRight(RectangleShape,Double,Double,RectangleShape)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

PathFilename

This property gets or sets the file name and path of the ECW raster image you are working with.

Remarks

If you wish to change the file the class is working with, you would change it here. You cannot change the file you are working with while the class is in an open state.

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

This property returns true if the RasterSource has projection text, false if it does not.

Remarks

This protected virtual method is called from the concrete public property HasProjectionText. Thus, if you inherit RasterSource, please ensure that you override this virtual property to return the correct projection status of your raster source.We will check the HasProjectionText status before you call the GetProjectionText method. It will throw an exception if the HasProjectionText property returns false.

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