STCrosses (geometry Data Type)
SQL Server 2008
Returns 1 if a geometry instance crosses another geometry instance. Returns 0 if it does not.
Two geometry instances cross if both of the following conditions are true:
The intersection of the two geometry instances results in a geometry whose dimensions are less than the maximum dimension of the source geometry instances.
The intersection set is interior to both source geometry instances.
This method always returns null if the spatial reference IDs (SRIDs) of the geometry instances do not match.
