Monday, 3 October 2016

coordinate system - Performing SQL Server Geometry to geography conversion?


I have imported a number of Shapefiles from the ordnance survey using shape2SQL


These have been imported as geometry however i would like to convert them to Geography and specifically to srid 4326


the shape when imported contains a number of polygons


ultimately i'm trying to ascertain if a number of lat/long coordinates i hold fall within one of these polygons (so i suppose i also need to alter the coordinates to geog (which i can see has been answered before))


finally the plan is to display this on an SSRS report or onto a Bing Map display (hence why at this stage i believe i require SRID 4326)



How do I import the shape as SRID 4326?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...