Sdílet prostřednictvím


SqlSpatialServices.Intersection Metoda

Definice

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 override System.Data.Entity.Spatial.DbGeometry Intersection (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Intersection : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides 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 geometryValue a otherGeometry.

Platí pro

Intersection(DbGeography, DbGeography)

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

public override System.Data.Entity.Spatial.DbGeography Intersection (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Intersection : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides 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 geographyValue a otherGeography.

Platí pro