Yes, that's right. If you're just supplying points in abstract 2d space, use the SRID 0 as the third parameter, e.g.:
SELECT geometry::Point(-1,5,0);
SELECT geometry::Point(-5,5,0);
twitter: @alastaira blog: http://alastaira.wordpress.com/ |
Pro Spatial with SQL Server 2012