Sdílet prostřednictvím


DbSpatialServices.Touches(DbGeometry, DbGeometry) Metoda

Definice

Určuje, zda se tyto dvě hodnoty DbGeometry prostorově dotýkají.

public:
 abstract bool Touches(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Touches(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Touches : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Touches (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

true pokud geometryValue se dotkne otherGeometry; jinak false.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro