DbSpatialServices.Intersection Methode

Definition

Berechnet die Schnittmenge von zwei Werten.

Überlädt

Name Beschreibung
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 Geometriewert.

Gibt zurück

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

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 Geografiewert.

Gibt zurück

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

Ausnahmen

geographyValue otherGeography

geographyValue otherGeography

Gilt für: