f1393cc019
bool hit_test(double x, double y, double tol); 2. added image_view(unsigned x, unsigned y, unsigned width, unsigned height) allowing to select region from image data e.g (in Python): im = Image(2048,2048) view = im.view(0,0,256,256) save_to_file(filename,type, view) 3. changed envelope method to return vy value in datasource classes 4. features_at_point impl for shape and postgis plug-ins |
||
---|---|---|
.. | ||
connection.hpp | ||
connection_manager.hpp | ||
postgis.cpp | ||
postgis.hpp | ||
postgisfs.cpp | ||
property_index.hpp | ||
resultset.hpp | ||
SConscript |