使用Northing / Easting点匹配SQL Server中最近的几何数据

时间:2013-01-03 11:30:07

标签: sql-server geometry

我获得了一个shapefile,其中包含英国特定区域道路的数据。

我使用ShapeFile uploader将shapefile上传到SQL Server 2008表格,这很棒。

所以现在我为每行存储了适当的Geometry数据记录。这包括由多个Northing组成的LineString数据作为Easting点)

例如:

  

LINESTRING(338743.914 373987.193,338750.531 373977.156,338753.812 373973.375,338758.156 373969.625,338760.094 373968.156,338762.719 373966.969,338765.469 373966.594,338771.125 373966.938,338781.281 373969.844)

现在,我想创建一个查询,以便根据我提供的Northing和Easting值匹配数据库中的记录?

0 个答案:

没有答案