DbSpatialServices.Intersection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Calcula a interseção de dois valores.
Sobrecargas
Intersection(DbGeometry, DbGeometry) |
Calcula a interseção de dois valores DbGeometry. |
Intersection(DbGeography, DbGeography) |
Calcula a interseção de dois valores DbGeography. |
Intersection(DbGeometry, DbGeometry)
Calcula a interseção de dois valores 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
Parâmetros
- geometryValue
- DbGeometry
O primeiro valor de geometria.
- otherGeometry
- DbGeometry
O segundo valor de geometria.
Retornos
Um novo valor DbGeometry que representa a interseção de geometryValue
e otherGeometry
.
Exceções
geometryValue
otherGeometry
geometryValue
otherGeometry
Aplica-se a
Intersection(DbGeography, DbGeography)
Calcula a interseção de dois valores 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
Parâmetros
- geographyValue
- DbGeography
O primeiro valor de geografia.
- otherGeography
- DbGeography
O segundo valor de geografia.
Retornos
Um novo valor DbGeography que representa a interseção de geographyValue
e otherGeography
.
Exceções
geographyValue
otherGeography
geographyValue
otherGeography