mapnik/plugins/input/occi
2011-10-22 14:28:41 +02:00
..
build.py scons: rename all SConscript files to more friendly name of 'build' with a python extension for quick syntax detection in editors 2011-08-30 05:32:01 +00:00
occi_datasource.cpp - fix indentation and trailing spaces (generally coding style) in occi plugin partially related to #911 2011-10-22 03:33:03 +02:00
occi_datasource.hpp - removed a refuse of the past in occi plugin 2011-10-22 14:28:41 +02:00
occi_featureset.cpp - removed a refuse of the past in occi plugin 2011-10-22 14:28:41 +02:00
occi_featureset.hpp - removed a refuse of the past in occi plugin 2011-10-22 14:28:41 +02:00
occi_types.cpp - removed a refuse of the past in occi plugin 2011-10-22 14:28:41 +02:00
occi_types.hpp - removed a refuse of the past in occi plugin 2011-10-22 14:28:41 +02:00
README + improved occi plugin 2010-11-16 17:31:13 +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