User Tools

Site Tools


thinkgeo.mapsuite.core.gdalrastersource

Table of Contents

ThinkGeo.MapSuite.Core.GdalRasterSource

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.

article_rating

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodGdalRasterSource
Public MethodGdalRasterSource String
Public MethodGdalRasterSource String, String
Public MethodGdalRasterSource String, String, String
Public MethodGdalRasterSource String, String, String, String

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Protected Methods

Public Properties

Protected Properties

Name Return DeclaringType Summary
Protected PropertyHasProjectionTextCore Boolean RasterSource

Public Events

Public Constructors

GdalRasterSource()

Parameters

Name Type Description

Go Back

GdalRasterSource(String)

Parameters

Name Type Description
pathFilename String<!– System.String –>

Go Back

GdalRasterSource(String, String)

Parameters

Name Type Description
pathFilename String<!– System.String –>
featureSchemaName String<!– System.String –>

Go Back

GdalRasterSource(String, String, String)

Parameters

Name Type Description
pathFilename String<!– System.String –>
featureSchemaName String<!– System.String –>
featureClassName String<!– System.String –>

Go Back

GdalRasterSource(String, String, String, String)

Parameters

Name Type Description
pathFilename String<!– System.String –>
featureSchemaName String<!– System.String –>
featureClassName String<!– System.String –>
rasterColumnName String<!– System.String –>

Go Back

Protected Constructors

Public Methods

CloneDeep()

Return Value

Return Type Description
RasterSource<!– ThinkGeo.MapSuite.Core.RasterSource –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

Close()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GenerateWorldFileText(RectangleShape, Int32, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>
imageWidth Int32<!– System.Int32 –>
imageHeight Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

GetBoundingBox()

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetHorizontalResolution()

Return Value

Return Type Description
Single<!– System.Single –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

GetImage(RectangleShape, Int32, Int32)

Return Value

Return Type Description
GeoImage<!– ThinkGeo.MapSuite.Core.GeoImage –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>
canvasWidth Int32<!– System.Int32 –>
canvasHeight Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

GetImageHeight()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

GetImageWidth()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

GetProjectionText()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetVerticalResolution()

Return Value

Return Type Description
Single<!– System.Single –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

GetWorldFileText()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

Open()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

CloneDeepCore()

Return Value

Return Type Description
RasterSource<!– ThinkGeo.MapSuite.Core.RasterSource –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

CloseCore()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetBoundingBoxCore()

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource(overriden) –> Go Back

GetImageCore(RectangleShape, Int32, Int32)

Return Value

Return Type Description
GeoImage<!– ThinkGeo.MapSuite.Core.GeoImage –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>
canvasWidth Int32<!– System.Int32 –>
canvasHeight Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.RasterSource(overriden) –> Go Back

GetImageHeightCore()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource(overriden) –> Go Back

GetImageWidthCore()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource(overriden) –> Go Back

GetProjectionTextCore()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnClosedRasterSource(ClosedRasterSourceEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e ClosedRasterSourceEventArgs<!– ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

OnClosingRasterSource(ClosingRasterSourceEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e ClosingRasterSourceEventArgs<!– ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

OnOpenedRasterSource(OpenedRasterSourceEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e OpenedRasterSourceEventArgs<!– ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

OnOpeningRasterSource(OpeningRasterSourceEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e OpeningRasterSourceEventArgs<!– ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

OpenCore()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.RasterSource(overriden) –> Go Back

Public Properties

BlueTranslation

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

ConnectionString

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.FdoRasterSource –> Go Back

FeatureClassName

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.FdoRasterSource –> Go Back

FeatureSchemaName

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.FdoRasterSource –> Go Back

GreenTranslation

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

HasProjectionText

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

IsGrayscale

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

IsNegative

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

IsOpen

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

PathFilename

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.GdalRasterSource –> Go Back

*Projection

Return Value

Return Type
Projection<!– ThinkGeo.MapSuite.Core.Projection –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

ProviderName

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.FdoRasterSource –> Go Back

RasterColumnName

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.FdoRasterSource –> Go Back

RedTranslation

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

Transparency

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

Protected Properties

HasProjectionTextCore

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

Public Events

ClosedRasterSource

Event Arguments

Event Arguments
ClosedRasterSourceEventArgs<!– ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

ClosingRasterSource

Event Arguments

Event Arguments
ClosingRasterSourceEventArgs<!– ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

OpenedRasterSource

Event Arguments

Event Arguments
OpenedRasterSourceEventArgs<!– ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

OpeningRasterSource

Event Arguments

Event Arguments
OpeningRasterSourceEventArgs<!– ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs –>

<!– ThinkGeo.MapSuite.Core.RasterSource –> Go Back

NOTOC FdoExtension ThinkGeo.MapSuite.Core UpdateDocumentation

thinkgeo.mapsuite.core.gdalrastersource.txt · Last modified: 2017/03/16 21:59 (external edit)