Opened 17 years ago
Closed 17 years ago
#213 closed enhancement (fixed)
SqlServerSpatial: Add support for non-FDO datastores
Reported by: | brentrobinson | Owned by: | brentrobinson |
---|---|---|---|
Priority: | minor | Milestone: | 3.4.0 |
Component: | SQLServer Spatial | Version: | 3.3.0 |
Severity: | 4 | Keywords: | SQLServer 2008 |
Cc: | External ID: |
Description
Follow-on to Ticket#199 to allow the SQLServer Spatial provider to work with datastores without FDO MetaSchema.
Change History (7)
comment:1 by , 17 years ago
Component: | FDO API → SQLServer Spatial |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Version: | 3.2.0 → 3.3.0 |
comment:2 by , 17 years ago
Milestone: | 3.3.0 → 3.3.1 |
---|
comment:3 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:4 by , 17 years ago
comment:5 by , 17 years ago
Note that this behaviour will change back to the more traditional XY mechanism with the next public release.
http://blogs.msdn.com/isaac/archive/2007/12/27/latitude-longitude-ordering.aspx
comment:6 by , 17 years ago
Status: | new → assigned |
---|
comment:7 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Revision: 3836 Author: brentrobinson Date: 11:23:35 AM, Monday, March 31, 2008 Message: Ticket#213: Handle SQL Server 2008 geography column ordinates. FDO handles coordinates for these columns in XY (Longitude/Latitude) order while SQL Server handles them in YX (Latitude/Longitude) order. This change reverses the X and Y ordinates when geography values are passed between FDO and SQL Server
Modified : /trunk/Providers/GenericRdbms/Src/Fdo/Connection/FdoRdbmsConnection.cpp Modified : /trunk/Providers/GenericRdbms/Src/Fdo/Connection/FdoRdbmsConnection.h Modified : /trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsFeatureReader.cpp Modified : /trunk/Providers/GenericRdbms/Src/Fdo/FeatureCommands/FdoRdbmsSelectAggregates.cpp Modified : /trunk/Providers/GenericRdbms/Src/Fdo/Pvc/FdoRdbmsPvcInsertHandler.cpp Modified : /trunk/Providers/GenericRdbms/Src/Fdo/Pvc/FdoRdbmsPvcUpdateHandler.cpp Modified : /trunk/Providers/GenericRdbms/Src/SQLServerSpatial/Fdo/FdoRdbmsSqlServerConnection.cpp Modified : /trunk/Providers/GenericRdbms/Src/SQLServerSpatial/Fdo/FdoRdbmsSqlServerConnection.h Modified : /trunk/Providers/GenericRdbms/Src/SQLServerSpatial/Fdo/FdoRdbmsSqlServerFilterProcessor.cpp Modified : /trunk/Providers/GenericRdbms/Src/SQLServerSpatial/Fdo/FdoRdbmsSqlServerFilterProcessor.h Modified : /trunk/Providers/GenericRdbms/Src/SQLServerSpatial/Fdo/FdoRdbmsSqlServerOptimizedAggregateReader.cpp Modified : /trunk/Providers/GenericRdbms/Src/SQLServerSpatial/Fdo/FdoRdbmsSqlServerSpatialGeometryConverter.h Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/SQLServerSpatial/SqlServerFdoUpdateTest.cpp Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/SQLServerSpatial/SqlServerFdoUpdateTest.h