mapnik/plugins/input/occi
Lucio Asnaghi 0ecd0676a5 + occi: fix typo error when specifying metadata table query
+ occi: add the <srid> parameter, which when is set togheter with <geometry_field> allows to not query the metadata table at all (saving a huge amount of time when rendering lot of tiles!)
2010-11-18 14:24:19 +00:00
..
Makefile.am - install plugins in lib/mapnik/input 2009-03-25 23:11:49 +00:00
occi_datasource.cpp + occi: fix typo error when specifying metadata table query 2010-11-18 14:24:19 +00:00
occi_datasource.hpp + occi: fix typo error when specifying metadata table query 2010-11-18 14:24:19 +00:00
occi_featureset.cpp + improved occi plugin 2010-11-16 17:31:13 +00:00
occi_featureset.hpp + improved occi plugin 2010-11-16 17:31:13 +00:00
occi_types.cpp + improved occi plugin 2010-11-16 17:31:13 +00:00
occi_types.hpp + improve occi plugin to determine automaticalle the geometry_field by querying the metadata table ( closes #276 ) 2010-11-16 22:32:07 +00:00
README + improved occi plugin 2010-11-16 17:31:13 +00:00
SConscript Add the ability to pass custom CXXFLAGS and LDFLAGS that will be prioritized above other compiler and linker flags 2010-09-18 18:02:15 +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