Maria GDK 4.7.0.84
Documentation of managed code in develop branch
Loading...
Searching...
No Matches
TPG.BitmapUtils.BitmapData Class Referenceabstract
Inheritance diagram for TPG.BitmapUtils.BitmapData:
TPG.BitmapUtils.IElevationGrid TPG.BitmapUtils.Bitmap32Data TPG.BitmapUtils.BitmapByteData TPG.BitmapUtils.BitmapCompressedData TPG.BitmapUtils.BitmapDXT1Data TPG.BitmapUtils.BitmapFloatData TPG.BitmapUtils.BitmapShortData TPG.BitmapUtils.DummyBitmap

Public Member Functions

abstract bool FromBitmapSource (BitmapSource bm)
 
abstract BitmapSource ToBitmapSource ()
 
double GetValue (int x, int y)
 Get an elevation value for the pixel coordinates x,y.
Parameters
x
y
Returns

 
abstract double GetValue (int index)
 
void SetValue (int x, int y, double value)
 
abstract void SetValue (int index, double value)
 
double GetValue (int x, int y)
 Get an elevation value for the pixel coordinates x,y.
 

Protected Member Functions

void CalcMaxElevation ()
 

Properties

int Width [get, protected set]
 
int Height [get, protected set]
 
bool PixelIsArea [get, set]
 
bool NoAlpha [get, set]
 
int NoData [get, set]
 Special elevation value indicating no data for this area.
 
double MaxElevation [get, set]
 Maximum elevation value for the data set.
 
abstract string BitmapType [get]
 
abstract int MemSize [get]
 
abstract Array DataArray [get]
 
abstract int Stride [get]
 
- Properties inherited from TPG.BitmapUtils.IElevationGrid
int Width [get]
 
int Height [get]
 
int NoData [get, set]
 Special elevation value indicating no data for this area.
 
double MaxElevation [get]
 Maximum elevation value for the data set.
 

Member Function Documentation

◆ GetValue()

double TPG.BitmapUtils.BitmapData.GetValue ( int  x,
int  y 
)
inline

Get an elevation value for the pixel coordinates x,y.

Parameters
x
y
Returns

Implements TPG.BitmapUtils.IElevationGrid.

Property Documentation

◆ Height

int TPG.BitmapUtils.BitmapData.Height
getprotected set

◆ MaxElevation

double TPG.BitmapUtils.BitmapData.MaxElevation
getset

Maximum elevation value for the data set.

Implements TPG.BitmapUtils.IElevationGrid.

◆ NoData

int TPG.BitmapUtils.BitmapData.NoData
getset

Special elevation value indicating no data for this area.

Implements TPG.BitmapUtils.IElevationGrid.

◆ Width

int TPG.BitmapUtils.BitmapData.Width
getprotected set

The documentation for this class was generated from the following file: