[QGIS Commit] [qgis/Quantum-GIS] b47b43: Add mSpatialColType member in QgsPostgresProvider
GitHub
noreply at github.com
Wed Oct 31 12:35:45 PDT 2012
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: b47b43997e71f0f042d89df898371512fe259512
https://github.com/qgis/Quantum-GIS/commit/b47b43997e71f0f042d89df898371512fe259512
Author: Sandro Santilli <strk at keybit.net>
Date: 2012-10-31 (Wed, 31 Oct 2012)
Changed paths:
M src/providers/postgres/qgspostgresprovider.cpp
M src/providers/postgres/qgspostgresprovider.h
Log Message:
-----------
Add mSpatialColType member in QgsPostgresProvider
This member tells us if a spatial column is of type Geometry,
Geography or TopoGeometry. The member is currently unused but
will eventually be used for specially handling TopoGeometry.
It could replace the mIsGeography bool, but replacement isn't
done by this commit.
Incidentally, this commit also adds SRID and type detection
for TopoGeometry columns
More information about the QGIS-commit
mailing list