mapnik/plugins/input/occi
Lucio Asnaghi 8c775a6da3 + added "encoding" datasource parameter to occi plugin
+ added factory methods with docstrings for occi plugin (closes #274)
2009-03-31 07:53:29 +00:00
..
Makefile.am - install plugins in lib/mapnik/input 2009-03-25 23:11:49 +00:00
occi_datasource.cpp + added "encoding" datasource parameter to occi plugin 2009-03-31 07:53:29 +00:00
occi_datasource.hpp + sqlite.input: whitespace fix 2009-02-24 09:58:31 +00:00
occi_featureset.cpp - occi.input: improved determination of layer envelope by querying the spatial index metadata 2009-02-23 17:16:09 +00:00
occi_featureset.hpp + occi-input-plugin-3.patch (kunitoki) 2009-02-05 11:17:27 +00:00
occi_types.cpp + occi-input-plugin-4.patch (kunitoki) 2009-02-07 11:38:09 +00:00
occi_types.hpp - occi.input: improved determination of layer envelope by querying the spatial index metadata 2009-02-23 17:16:09 +00:00
README + apply patch for Oracle 10g support from kunitoki - see #212 2009-02-03 17:06:23 +00:00
SConscript scons: add option called 'LIB_DIR_NAME' to control the relative directory where input plugins are installed and where python looks to register them 2009-02-23 00:47:01 +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
#
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