mapnik/plugins/input/occi
2015-03-24 14:21:28 +01:00
..
build.py occi: defer symbol resolution till runtime for osx 2015-02-19 23:12:07 -08:00
occi_datasource.cpp move datasource::geometry_t into separate header and rename -> datasource_geometry_t to avoid cyclic dependencies issue 2015-03-24 12:13:31 +01:00
occi_datasource.hpp move datasource::geometry_t into separate header and rename -> datasource_geometry_t to avoid cyclic dependencies issue 2015-03-24 12:13:31 +01:00
occi_featureset.cpp and finaly, rename 'new_geometry' namespace to 'geometry' 2015-03-24 14:21:28 +01:00
occi_featureset.hpp move geometry.hpp into path.hpp and update code base to reflect this change 2015-03-24 12:42:09 +01:00
occi_types.cpp update copyright year 2014-11-20 15:25:50 +01:00
occi_types.hpp update copyright year 2014-11-20 15:25:50 +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