Method | Description | |
---|---|---|
GetBitmap ( double lng1, double lat1, double lng2, double lat2, long width, long height ) : |
||
LoadImage ( string file ) : |
||
LoadImageInfo ( string file ) : GeoBitmap | ||
Rasterize ( string inputFeature, string outRaster, string fieldName, int cellSize ) : void | ||
ScanDirectory ( string path ) : void |
Method | Description | |
---|---|---|
GDAL ( ) : System | ||
GDALInfoGetPosition ( OSGeo.GDAL.Dataset ds, double x, double y ) : string | ||
GDALInfoGetPositionDouble ( OSGeo.GDAL.Dataset ds, double x, double y ) : double[] | ||
ProgressFunc ( double complete, |
||
map ( double x, double in_min, double in_max, double out_min, double out_max ) : double |
public static GetBitmap ( double lng1, double lat1, double lng2, double lat2, long width, long height ) : |
||
lng1 | double | |
lat1 | double | |
lng2 | double | |
lat2 | double | |
width | long | |
height | long | |
return |
public static LoadImage ( string file ) : |
||
file | string | |
return |
public static LoadImageInfo ( string file ) : GeoBitmap | ||
file | string | |
return | GeoBitmap |
public static Rasterize ( string inputFeature, string outRaster, string fieldName, int cellSize ) : void | ||
inputFeature | string | |
outRaster | string | |
fieldName | string | |
cellSize | int | |
return | void |
public static ScanDirectory ( string path ) : void | ||
path | string | |
return | void |