se of GDALRasterBand::RasterIO?
I.e. how to determine pixel values from pData?
I'm sorry if this question is stupid, but i spent a lot of time in google
and didn't find any solution.
--
Best Regards,
Petr Kitashov
___
gdal-dev mailing list
gdal-dev@
.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class HelloGdal extends Activity
{
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
TextView tv = new TextView(this);
tv.setText( stringFromGDAL() );
setContentView(tv);
}
public native String stringFromGDAL();
static { System.loadLibrary("hello-gdal"); }
}
--
Best Regards,
Petr Kitashov
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev