Lingua

SqlSpatialServices.Intersection Metodo

Definizione

Overload

Nome Descrizione
Intersection(DbGeometry, DbGeometry)

Calcola l'intersezione dei due valori DbGeometry.

Intersection(DbGeography, DbGeography)

Calcola l'intersezione dei due valori DbGeography.

Intersection(DbGeometry, DbGeometry)

Calcola l'intersezione dei due valori DbGeometry.

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

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Secondo valore geometrico.

Valori restituiti

Nuovo DbGeometry valore che rappresenta l'intersezione di geometryValue e altri dati Digeometria.

Si applica a

Intersection(DbGeography, DbGeography)

Calcola l'intersezione dei due valori DbGeography.

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

Parametri

geographyValue
DbGeography

Primo valore geografico.

otherGeography
DbGeography

Secondo valore geografico.

Valori restituiti

Nuovo DbGeography valore che rappresenta l'intersezione di geographyValue e altroGeography.

Si applica a