mapnik/plugins/input/occi
2009-02-03 17:06:23 +00:00
..
Makefile.am + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
occi_datasource.cpp + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
occi_datasource.hpp + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
occi_featureset.cpp + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
occi_featureset.hpp + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
occi_types.hpp + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
README + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
SConscript + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +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