[fdo-commits] r644 - trunk/Utilities/SchemaMgr/Inc/Sm/Ph
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Mon Jan 22 17:00:41 EST 2007
Author: barbarazoladek
Date: 2007-01-22 17:00:41 -0500 (Mon, 22 Jan 2007)
New Revision: 644
Modified:
trunk/Utilities/SchemaMgr/Inc/Sm/Ph/ColumnGeom.h
Log:
MySql Provider: Set SRID value for geometry columns
Modified: trunk/Utilities/SchemaMgr/Inc/Sm/Ph/ColumnGeom.h
===================================================================
--- trunk/Utilities/SchemaMgr/Inc/Sm/Ph/ColumnGeom.h 2007-01-22 20:54:39 UTC (rev 643)
+++ trunk/Utilities/SchemaMgr/Inc/Sm/Ph/ColumnGeom.h 2007-01-22 22:00:41 UTC (rev 644)
@@ -134,6 +134,10 @@
/// Remove current spatial index without deleting it from datastore.
void DiscardSpatialIndex( FdoSmPhSpatialIndex* index );
+ virtual FdoInt64 GetSRID()
+ {
+ return 0;
+ }
protected:
// unused constructor needed only to build on Linux
More information about the fdo-commits
mailing list