메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Disposes the GdalRasterProvider.
|
|
GDALRasterProvider ( string fileName ) : System |
Initializes a new instance of the MapAround.DataProviders.GDALRasterProvider.
|
|
QueryRaster ( int srcX, int srcY, int srcWidth, int srcHeight, int maxDestWidth, int maxDestHeight, MapAround bounds, MapAround receiver ) : void |
Retreives a chunk of the raster.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
writePixel ( int x, double intVal, int iPixelSize, int ch, byte row ) : void |
public GDALRasterProvider ( string fileName ) : System | ||
fileName | string | Image file name |
리턴 | System |
public QueryRaster ( int srcX, int srcY, int srcWidth, int srcHeight, int maxDestWidth, int maxDestHeight, MapAround bounds, MapAround receiver ) : void | ||
srcX | int | A minimum X coordinate of the querying area |
srcY | int | A minimum Y coordinate of the querying area |
srcWidth | int | A width of the querying area |
srcHeight | int | A height of the querying area |
maxDestWidth | int | A maximum width in pixels of the resulting raster |
maxDestHeight | int | A maximum height in pixels of the resulting raster |
bounds | MapAround | A bounds of querying area on the map |
receiver | MapAround | An object receiving raster |
리턴 | void |