mapnik/plugins/input/occi
2014-07-28 19:46:49 -07:00
..
build.py scons: support MAPNIK_NAME option to customize libmapnik name for custom packaging 2014-06-09 13:55:56 -07:00
occi_datasource.cpp rename mapnik::boolean to mapnik::boolean_type - closes #1899 2014-07-28 19:46:49 -07:00
occi_datasource.hpp + replace <boost/shared_ptr.hpp> with <memory> 2013-09-20 14:13:23 +01:00
occi_featureset.cpp Merge branch '2.3.x' of github.com:mapnik/mapnik 2014-04-24 14:50:55 -07:00
occi_featureset.hpp c++11 compile fixes 2013-10-22 16:05:44 -04:00
occi_types.cpp - better usage of mapnik::singleton instance in occi datasource 2013-04-08 15:18:48 +02:00
occi_types.hpp remove unused boost.thread includes 2013-10-11 13:39:39 +01: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 c++11 : use nullptr instead of NULL 2013-11-27 15:54:16 +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