mapnik/plugins/input/occi
Dane Springmeyer 5a1842aad1 remove tabs
2011-04-02 03:45:50 +00:00
..
occi_datasource.cpp + improved and cleaned up occi plugin 2010-11-22 11:40:08 +00:00
occi_datasource.hpp + improved and cleaned up occi plugin 2010-11-22 11:40:08 +00:00
occi_featureset.cpp remove tabs 2011-04-02 03:45:50 +00:00
occi_featureset.hpp + improved and cleaned up occi plugin 2010-11-22 11:40:08 +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