mapnik/plugins/input/occi
2012-02-01 17:37:35 -08:00
..
build.py switch back from mapnik2 to mapnik 2011-11-23 11:33:58 +00:00
occi_datasource.cpp whitespace fixes 2012-02-01 17:37:35 -08:00
occi_datasource.hpp finish refactor, moving to separate method off datasources to get_geometry_type and using enums all around 2012-01-17 01:09:46 -05:00
occi_featureset.cpp whitespace fixes 2012-02-01 17:37:35 -08:00
occi_featureset.hpp adapt occi, geos, and kismet plugins to new feature impl 2012-01-17 14:22:21 -05:00
occi_types.cpp plugin code formatting based on emacs format in utils/format_source_files 2011-11-13 19:37:50 -08:00
occi_types.hpp plugin code formatting based on emacs format in utils/format_source_files 2011-11-13 19:37:50 -08: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 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 plugin code formatting based on emacs format in utils/format_source_files 2011-11-13 19:37:50 -08: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