mapnik/plugins/input/occi
2010-07-18 20:39:05 +00:00
..
Makefile.am - install plugins in lib/mapnik/input 2009-03-25 23:11:49 +00:00
occi_datasource.cpp postgis/oracle: use mapnik::boolean type for 'estimate_extent' rather than std::string, and strip double quotes as the estimated_extent function operates on single quotes - improves upon #393 2010-03-17 22:03:39 +00:00
occi_datasource.hpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
occi_featureset.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
occi_featureset.hpp + occi: added row_limit parameter (like any other database input plugin) 2009-04-28 14:06:35 +00:00
occi_types.cpp + occi-input-plugin-4.patch (kunitoki) 2009-02-07 11:38:09 +00:00
occi_types.hpp + occi: added row_limit parameter (like any other database input plugin) 2009-04-28 14:06:35 +00:00
README + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
SConscript add ability to uninstall all tracked scons targets using an 'uninstall' argument like 'scons uninstall' - closes #311 2010-07-18 20:39:05 +00:00
spatial_classesh.h + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
spatial_classesm.cpp + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
spatial_classesm.h + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
spatial_classeso.cpp + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
spatial_types.typ + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00

#
# To regenerate C++ class declarations & implementations for the Spatial
# object types of your database you should execute OTT
#
ott userid=scott/tiger attraccess=private intype=spatial_types.typ code=cpp \
     cppfile=spatial_classeso.cpp hfile=spatial_classesh.h mapfile=spatial_classesm.cpp \
     mapfunc=RegisterClasses