Sign in
Dave does Data
Tutorials, Performance Tuning, Tips & Techniques on SQL Server & its ecosystem.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
.NET Development
ADO.NET
Architect
Azure
BI
Cloud Computing
Connection Strings
Data Mining
Database
Development
Downloads
Events
Free
Geography
Geometry
Kids
Linked Servers
Load Testing
News
Oracle
Performance Tuning
Polygon
Recommendations
Reporting Services
Silverlight
Small Biz
Software+Services
Spatial
SQL Analysis Services (SSAS)
SQL Data Mining (SSAS-DM)
SQL Database
SQL Integration Services (SSIS)
SQL Management Studio (SSMS)
SQL Reporting (SSRS)
SQL Server
SQL Server Analysis Services
SQL Server Intergration Services
SQL Server Spatial
SSAS
SSIS
SSRS
Tools
Training
TSQL
Visual Studio DBPro
Webcast
Windows 7
Browse by Tags
MSDN Blogs
>
Dave does Data
>
All Tags
>
polygon
Tagged Content List
Blog Post:
SQL Spatial - How to get Spatial data. (FREE Maps 'n Demographics)
davele
This post lists ways to get spatial maps, some of them are Free. If you are in a hurry jump to the last link, it is so cool. Then check out the Free Map sites. Overview There are 3 ways to get the spatial data for your application:- Buy it Download it - FREE Build it Yourself - FREE but costs time I...
on
13 Nov 2008
Blog Post:
SQL 2008 Spatial Samples, Part 1 of 9 - How to Learn SQL Spatial
davele
This post covers how to get started with SQL Spatial methods & the best way to test things for yourself. One of the goals in this series of articles is to give you code you can cut, paste & try. I hope you find this handy. Overview Visual Studio is better than SSMS because: One of the best ways...
on
1 Nov 2008
Blog Post:
SQL 2008 Spatial Samples, Part 2 of 9 - Background on Spatial Types & Well Known Text (WKT)
davele
This post covers all the Methods to enter data in WKT, WKB & XML(GML) as well as functions to view the in Human Readable form. It also covers MakeValid, STIsValid & STSrid. Summary of Methods to convert Geometric Formats The following table shows all the Methods create or import a spatial...
on
1 Nov 2008
Blog Post:
SQL 2008 Spatial Samples, Part 3 of 9 - SQL Builder API
davele
This post covers the SqlGeographyBuilder & SqlGeometryBuilder Classes & their methods. Overview of Methods to make your own Spatial Objects using the Builder API. SQL provides a Builder API that permit you to easily write your own Spatial Data Importing utilities. It is also handy manipulating...
on
30 Oct 2008
Blog Post:
SQL 2008 Spatial Sample, Part 4 of 9 - Methods for Drawing Spatial Shapes
davele
This post covers the following methods: STDimension, STGeometryType, STNumGeometries, STGeometryN, STNumPoints, STPointN, STNumInteriorRing / NumRings, STInteriorRingN / RingN, STExteriorRing, STX / Long, STY / Lat, Z & M (measure). Note: Unless otherwise stated. All code samples are designed to...
on
29 Oct 2008
Blog Post:
SQL 2008 Spatial Samples, Part 5 of 9 - Performance Improvement Methods
davele
This post covers the following methods: Reduce, STEnvelope, EnvelopeCenter, EnvelopeAngle, STConvexHull. Note: Unless otherwise stated. All code samples are designed to be Cut n Pasted directly into SQL Server Management Studio (SSMS) & run. Sometimes I've added extra detail than what is in the sample...
on
26 Oct 2008
Blog Post:
SQL 2008 Spatial Samples, Part 6 of 9 - Geometric “Set Theory” Methods
davele
This post covers the following methods: STUnion, STIntersection, STDifference, STSymDifference, STCentroid / STEnvelopeCentre, STPointOnSurface, STBoundary. Overview of Geometric "Set Theory" Methods These Methods help to understand the relationship between spatial objects & also to create...
on
25 Oct 2008
Blog Post:
SQL 2008 Spatial Samples, Part 7 of 9 - STBuffer ... Spatial starts here.
davele
This post covers only 2 methods: STBuffer & BufferWithTolerance . They are so handy, they deserve a post all to themselves. Note: Unless otherwise stated. All code samples are designed to be Cut n Pasted directly into SQL Server Management Studio (SSMS) & run. Sometimes I've added extra detail...
on
24 Oct 2008
Blog Post:
SQL 2008 Spatial Samples, Part 8 of 9 - Conditional Methods
davele
This post covers the following methods: STDisjoint, STIntersects , Filter, STTouches , STWithin , STContains , STOverlaps , STCrosses, STRelate, & STEquals One day these examples may find their way to Books Online. For now they can live here. Overview of Conditional Methods You...
on
24 Oct 2008
Blog Post:
SQL 2008 Spatial Samples, Part 9 of 9 - Handy but Obvious Methods
davele
This post covers the following methods: STArea, STLength, STDistance, STIsEmpty, STIsClosed, STIsSimple, STIsRing. Overview of Handy but obvious Methods The following methods are self evident. I’ve included here for the sake of completeness. You do need to be aware of them, They are great for calculating...
on
16 Oct 2008
Page 1 of 1 (10 items)