Lingua

SqlSpatialServices.Contains(DbGeometry, DbGeometry) Metodo

Definizione

Determina se un valore di DbGeometry contiene l'altro a livello spaziale.

public override bool Contains(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Contains : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function Contains (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Secondo valore geometrico.

Valori restituiti

true se geometryValue contiene altrigeometry; in caso contrario false.

Si applica a