mapnik/plugins/input/occi
2011-05-23 15:54:58 +00:00
..
occi_datasource.cpp use boost::make_shared across plugins to avoid explicit new and ensure fast and exception safe allocation 2011-05-16 23:41:34 +00:00
occi_datasource.hpp + improved and cleaned up occi plugin 2010-11-22 11:40:08 +00:00
occi_featureset.cpp fix occi compile 2011-05-23 15:54:58 +00:00
occi_featureset.hpp make sure datasource feature ids start at 1, like shapefile and sqlite plugins 2011-04-29 20:00:45 +00:00
occi_types.cpp + improved occi plugin 2010-11-16 17:31:13 +00:00
occi_types.hpp + improved and cleaned up occi plugin 2010-11-22 11:40:08 +00:00
README + improved occi plugin 2010-11-16 17:31:13 +00:00
SConscript remove tabs 2011-04-02 03:45:50 +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 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