Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'spatial'

1717481 - points for sql server 2008: sql server 2008 points spatial
  1. -- drop table points;
  2.  
  3. CREATE TABLE points (id integer PRIMARY KEY, geom geometry);
  4.  
  5.  
  6. INSERT INTO points (id, geom) VALUES (1, geometry::Parse('POINT(154597 159517)'));
  7. INSERT INTO points (id, geom) VALUES (2, geometry::Parse('POINT(159929 157759)'));
  8. INSERT INTO points (id, geom) VALUES (3, geometry::Parse('POINT(157482 164124)'));
  9.  
1717471 - polygon for sql server import: sql server 2008 spatial polygon
  1. -- drop table poly;
  2.  
  3. CREATE TABLE poly (id integer PRIMARY KEY, geom geometry);
  4.  
  5. INSERT INTO poly (id, geom) VALUES (1, geometry::Parse('
  6. MULTIPOLYGON (((
  7.             0 228366,
  8.             746 227274,
  9.  
worth-right
fantasy-obligation