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.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Public Properties
Protected Properties
Public Events
Public Constructors
GdalRasterSource()
Parameters
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
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
Close()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– 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)
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
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
GetHashCode()
Return Value
Return Type | Description |
Int32<!– System.Int32 –> | |
Parameters
GetHorizontalResolution()
Return Value
Return Type | Description |
Single<!– System.Single –> | |
Parameters
<!– 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
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
GetImageWidth()
Return Value
Return Type | Description |
Int32<!– System.Int32 –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
GetProjectionText()
Return Value
Return Type | Description |
String<!– System.String –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
GetType()
Return Value
Return Type | Description |
Type<!– System.Type –> | |
Parameters
GetVerticalResolution()
Return Value
Return Type | Description |
Single<!– System.Single –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
GetWorldFileText()
Return Value
Return Type | Description |
String<!– System.String –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
Open()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
ToString()
Return Value
Return Type | Description |
String<!– System.String –> | |
Parameters
Protected Methods
CloneDeepCore()
Return Value
Return Type | Description |
RasterSource<!– ThinkGeo.MapSuite.Core.RasterSource –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
CloseCore()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
Finalize()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
GetBoundingBoxCore()
Return Value
Return Type | Description |
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
<!– 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
<!– ThinkGeo.MapSuite.Core.RasterSource(overriden) –>
Go Back
GetImageWidthCore()
Return Value
Return Type | Description |
Int32<!– System.Int32 –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource(overriden) –>
Go Back
GetProjectionTextCore()
Return Value
Return Type | Description |
String<!– System.String –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
MemberwiseClone()
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
OnClosedRasterSource(ClosedRasterSourceEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
OnClosingRasterSource(ClosingRasterSourceEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
OnOpenedRasterSource(OpenedRasterSourceEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
OnOpeningRasterSource(OpeningRasterSourceEventArgs)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
OpenCore()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– 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
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
ClosingRasterSource
Event Arguments
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
OpenedRasterSource
Event Arguments
<!– ThinkGeo.MapSuite.Core.RasterSource –>
Go Back
OpeningRasterSource
Event Arguments