Sdílet prostřednictvím


DbSpatialServices.Intersection Metoda

Definice

Vypočítá průnik dvou hodnot.

Přetížení

Intersection(DbGeometry, DbGeometry)

Vypočítá průnik dvou DbGeometry hodnot.

Intersection(DbGeography, DbGeography)

Vypočítá průnik dvou DbGeography hodnot.

Intersection(DbGeometry, DbGeometry)

Vypočítá průnik dvou DbGeometry hodnot.

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

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

Nová DbGeometry hodnota představující průnik a geometryValueotherGeometry.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro

Intersection(DbGeography, DbGeography)

Vypočítá průnik dvou DbGeography hodnot.

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

Parametry

geographyValue
DbGeography

První zeměpisná hodnota.

otherGeography
DbGeography

Druhá zeměpisná hodnota.

Návraty

Nová DbGeography hodnota představující průnik a geographyValueotherGeography.

Výjimky

geographyValue otherGeography

geographyValue otherGeography

Platí pro