Freigeben über


DbSpatialServices.Intersection Methode

Definition

Berechnet die Schnittmenge von zwei Werten.

Überlädt

Intersection(DbGeometry, DbGeometry)

Berechnet die Schnittmenge von zwei DbGeometry-Werten.

Intersection(DbGeography, DbGeography)

Berechnet die Schnittmenge von zwei DbGeography-Werten.

Intersection(DbGeometry, DbGeometry)

Berechnet die Schnittmenge von zwei DbGeometry-Werten.

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

Parameter

geometryValue
DbGeometry

Der erste geometriewert.

otherGeometry
DbGeometry

Der zweite Geometrie-Wert.

Gibt zurück

Ein neuer DbGeometry-Wert, der die Schnittmenge von geometryValue und von otherGeometry darstellt.

Ausnahmen

geometryValue otherGeometry

geometryValue otherGeometry

Gilt für:

Intersection(DbGeography, DbGeography)

Berechnet die Schnittmenge von zwei DbGeography-Werten.

public:
 abstract System::Data::Spatial::DbGeography ^ Intersection(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography Intersection (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Intersection : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function Intersection (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

Parameter

geographyValue
DbGeography

Der erste Geografiewert.

otherGeography
DbGeography

Der zweite Geografie-Wert.

Gibt zurück

Ein neuer DbGeography-Wert, der die Schnittmenge von geographyValue und von otherGeography darstellt.

Ausnahmen

geographyValue otherGeography

geographyValue otherGeography

Gilt für: