Metoda SqlGeometry.STTouches
Określa, czy określona SqlGeometry styka się z bieżącym SqlGeometry.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STTouches ( _
other As SqlGeometry _
) As SqlBoolean
'Użycie
Dim instance As SqlGeometry
Dim other As SqlGeometry
Dim returnValue As SqlBoolean
returnValue = instance.STTouches(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STTouches(
SqlGeometry other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STTouches(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STTouches :
other:SqlGeometry -> SqlBoolean
public function STTouches(
other : SqlGeometry
) : SqlBoolean
Parametry
- other
Typ: Microsoft.SqlServer.Types.SqlGeometry
SqlGeometry wystąpienie Do porównania w bieżącym SqlGeometry.
Wartość zwracana
Typ: System.Data.SqlTypes.SqlBoolean
Zwraca true Jeśli SqlGeometry wystąpienie sięga od innego SqlGeometry instancji.Zwraca false Jeśli nie.
Uwagi
Dwa SqlGeometry wystąpień touch ich zestawy punkt przecięcia, ale nie przecinają się ich wnętrzach.
Ta metoda zwraca zawsze nullodwołanie o wartości null (Nothing w języku Visual Basic) Jeśli odwołanie przestrzennej identyfikatory (SRIDs) SqlGeometry wystąpienia nie dopasowania.