Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Database Engine
Development
 Determining Relationships Between g...
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
SQL Server 2008 Books Online (October 2009)
Determining Relationships Between geometry Instances

The geometry data type provides many built-in methods you can use to determine relationships between two geometry instances.

To determine if two instances comprise the same point set

STEquals

To determine if two instances are disjoint

STDisjoint

To determine if two instances intersect

STIntersects

To determine if two instances touch

STTouches

To determine if two instances overlap

STOverlaps

To determine if two instances cross

STCrosses

To determine if one instance is within another

STWithin

To determine if one instance contains another

STContains

To determine if one instance overlaps another

STOverlaps

To determine if two instances are spatially related

STRelate

To determine the shortest distance between points in two geometries

STDistance

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker