Partager via


DbSpatialServices.Intersection Méthode

Définition

Calcule l'intersection de deux valeurs.

Surcharges

Intersection(DbGeometry, DbGeometry)

Calcule l'intersection des deux valeurs DbGeometry.

Intersection(DbGeography, DbGeography)

Calcule l'intersection des deux valeurs DbGeography.

Intersection(DbGeometry, DbGeometry)

Calcule l'intersection des deux valeurs DbGeometry.

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

Paramètres

geometryValue
DbGeometry

Première valeur géométrique.

otherGeometry
DbGeometry

Deuxième valeur géométrique.

Retours

Nouvelle valeur DbGeometry représentant l'intersection entre geometryValue et otherGeometry.

Exceptions

geometryValue otherGeometry

geometryValue otherGeometry

S’applique à

Intersection(DbGeography, DbGeography)

Calcule l'intersection des deux valeurs DbGeography.

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

Paramètres

geographyValue
DbGeography

Première valeur géographique.

otherGeography
DbGeography

Deuxième valeur géographique.

Retours

Nouvelle valeur DbGeography représentant l'intersection entre geographyValue et otherGeography.

Exceptions

geographyValue otherGeography

geographyValue otherGeography

S’applique à