mapnik/plugins/input/occi
2013-03-06 13:27:00 +01:00
..
build.py remote the last references 2012-08-27 16:43:40 -07:00
occi_datasource.cpp - partially reverted occi changes: oracle Number datatype should really be interpreted as double (not integer or string) 2013-02-26 17:41:14 +01:00
occi_datasource.hpp - improved oracle sub-select handling 2013-02-25 11:31:18 +01:00
occi_featureset.cpp - actually we don't want a shared_ptr as the resultset could be handled in a pool 2013-03-06 13:27:00 +01:00
occi_featureset.hpp - actually we don't want a shared_ptr as the resultset could be handled in a pool 2013-03-06 13:27:00 +01:00
occi_types.cpp - improved type conversions in oracle plugin (especially date/time columns now can be filtered in styles) 2013-02-19 11:54:15 +01:00
occi_types.hpp c++ style 2012-09-03 10:27:48 -07:00
README + improved occi plugin 2010-11-16 17:31:13 +00:00
spatial_classesh.h remove uneeded semicolon 2013-01-03 18:00:49 -08:00
spatial_classesm.cpp plugin code formatting based on emacs format in utils/format_source_files 2011-11-13 19:37:50 -08: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 remove uneeded variables 2012-02-13 11:01:44 -08: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 in your server !
#

echo "TYPE MDSYS.SDO_POINT_TYPE AS SDOPointType" > spatial_types.typ
echo "TYPE MDSYS.SDO_GEOMETRY AS SDOGeometry" >> spatial_types.typ

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