No announcements
Found 2079783 threads
-
0 Votes
ESRI featureclass to sql spatial geography data type
So, if you have a column of LineStrings with M values, this will return NULL: SELECT LineStringCol.M; Instead, you need to retrieve the M value of whichever point in the ...Answered | 1 Replies | 8066 Views | Created by swehain - Friday, June 22, 2012 4:33 AM | Last reply by tanoshimi - Friday, June 22, 2012 6:30 AM -
0 Votes
ESRI shapefile map with coordinates spatial data??
There are likely millions of ESRI Shapefiles that have data for Canada.Answered | 1 Replies | 746 Views | Created by Enming Guan - Monday, September 29, 2014 7:23 PM | Last reply by Ricky_Brundritt - Tuesday, September 30, 2014 9:08 AM -
1 Votes
Geography data type and SQL Server Management Studio
Then, you can SELECT it using SELECT geography::STPointFromText(NameofWKTcolumn, 4326) Beginning Spatial with SQL Server ...Answered | 3 Replies | 10808 Views | Created by akamy - Thursday, November 4, 2010 7:44 PM | Last reply by akamy - Friday, November 5, 2010 5:27 PM -
0 Votes
Convert Spatial Data from Geography Data Type to Geometry Data Type
You might need to "densify" the geography if the vertices are far enough apart that there might be some "great circle" considerations.Answered | 2 Replies | 13243 Views | Created by scottgis - Monday, May 9, 2011 5:42 PM | Last reply by wimpy1 - Monday, May 9, 2011 7:42 PM -
0 Votes
Spatial data types.
Check below ...Answered | 9 Replies | 982 Views | Created by g0uti - Thursday, April 20, 2017 8:08 AM | Last reply by SQLNeophyte - Monday, April 24, 2017 4:32 PM -
0 Votes
Spatial data type in Reporting Services
Yes, we will have direct support for the SQL 2008 geography datatype in the next version.Answered | 4 Replies | 3888 Views | Created by SSS.Ezhil - Friday, March 20, 2009 4:00 PM | Last reply by Robert Bruckner - Friday, March 20, 2009 4:20 PM -
1 Votes
Can a geography data type store a longitude?
The geography data type can certainly store a point and then using the spatial functions, this can be trivially separated back into the latitude and longitude if ...Answered | 2 Replies | 943 Views | Created by SQL Server dude - Thursday, August 18, 2016 9:45 PM | Last reply by SQL Server dude - Friday, August 19, 2016 1:23 PM -
0 Votes
Use GEOGRAPHY in SSRS
Hi l have been importing shape files into SQL 2012 geography data fields.Answered | 3 Replies | 4769 Views | Created by T junky - Wednesday, March 20, 2013 4:50 PM | Last reply by Bob_F - Friday, March 22, 2013 2:49 PM -
1 Votes
How to create SQL Geography type in C#
The new data types in SQL Server 2008 correspond to nchar, nvarchar, image, and other data types.Answered | 3 Replies | 6365 Views | Created by Tek_Tim - Friday, October 23, 2009 8:19 PM | Last reply by Joel Ivory Johnson - Monday, October 26, 2009 8:42 PM -
0 Votes
Spatial index not being used for a geography column
Is there any way to achieve it using the geometry type ?Answered | 3 Replies | 8375 Views | Created by sqlblr - Tuesday, June 19, 2012 6:32 PM | Last reply by sqlblr - Wednesday, June 20, 2012 2:47 PM -
3 Votes
Why No LINQ To SQL or Entity Framework Support for Spatial Data Types??!?
No native support for spatial types?Answered | 6 Replies | 22042 Views | Created by Chris Pietschmann - Wednesday, November 25, 2009 1:01 PM | Last reply by rob_kent - Thursday, October 13, 2011 7:51 AM -
1 Votes
U-SQL Geography remoteable type
See my reply in the otherAnswered | 2 Replies | 593 Views | Created by Dor Meiri - Wednesday, May 15, 2019 6:44 AM | Last reply by Dor Meiri - Wednesday, May 15, 2019 11:08 AM -
0 Votes
Query performance on geography and geometry types
If they're point-in-polygon queries, have a look at this whitepaper: ...Answered | 3 Replies | 4303 Views | Created by Bruno da Fonseca - Tuesday, February 2, 2016 9:37 PM | Last reply by Bruno da Fonseca - Wednesday, February 3, 2016 3:16 PM -
0 Votes
Understanding Spatial Data with example
Hi srm_2010, SQL Server supports two spatial data types: the geometry data type and the geography ...Answered | 3 Replies | 2530 Views | Created by srm_2010 - Monday, August 15, 2016 7:36 AM | Last reply by Teige Gao - Tuesday, August 16, 2016 9:33 AM -
0 Votes
Geography type - Polygons
Ed Katibah also suggested using EnvelopeAngle instead, like this: ...Answered | 2 Replies | 2446 Views | Created by Bruno da Fonseca - Sunday, May 10, 2015 10:55 AM | Last reply by Bruno da Fonseca - Monday, May 11, 2015 6:14 PM -
0 Votes
Does CF 3.5 supports Sql spatial types
" The mentions of the geography types that you saw in the SQL Server Compact 3.5 documentation were in reference to SQL Server 2008.Answered | 1 Replies | 3459 Views | Created by Tek_Tim - Monday, October 26, 2009 7:57 PM | Last reply by Joel Ivory Johnson - Monday, October 26, 2009 8:55 PM -
1 Votes
Geography Data
In a map, spatial data defines map elements: lines that define routes or paths, and points that define markers or pushpins.Answered | 2 Replies | 5716 Views | Created by Jacob Wagner - Tuesday, July 12, 2011 4:04 PM | Last reply by Challen Fu - Wednesday, July 13, 2011 7:27 AM -
0 Votes
Is SQL Spatial supported in Compact Framework 3.5 and Sql CE 3.5 SP1?
Hi Tim, As the other posters have said, there's no official support for SQL Spatial in CE.Answered | 5 Replies | 11422 Views | Created by Tek_Tim - Monday, October 26, 2009 8:14 PM | Last reply by Joel Ivory Johnson - Thursday, October 29, 2009 2:49 PM -
0 Votes
Geo Spatial Data
Then, using insert statements, insert the geography data into that column.Answered | 2 Replies | 4528 Views | Created by rqwew - Tuesday, January 19, 2010 3:06 PM | Last reply by BI Baracus - Tuesday, January 19, 2010 5:11 PM -
0 Votes
Spatial datatype on SQL azure
When I check the type of the column directly on SQL azure portal for creating database tehre is new types caaled : Geometry and Geography as you ...Answered | 2 Replies | 3366 Views | Created by Serge Calderara - Wednesday, August 7, 2013 2:59 PM | Last reply by Serge Calderara - Thursday, August 8, 2013 8:16 AM - Items 1 to 20 of 2079783 Next ›
No announcements