DbSpatialServices.Intersection Metodo

Definizione

Calcola l'intersezione dei due valori.

Overload

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:
 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

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Secondo valore geometrico.

Restituisce

Nuovo valore di DbGeometry che rappresenta l'intersezione tra geometryValue e otherGeometry.

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a

Intersection(DbGeography, DbGeography)

Calcola l'intersezione dei due valori 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

Parametri

geographyValue
DbGeography

Primo valore geografico.

otherGeography
DbGeography

Secondo valore geografico.

Restituisce

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

Eccezioni

geographyValue otherGeography

geographyValue otherGeography

Si applica a