Condividi tramite


DbSpatialServices.GetIsClosed Metodo

Definizione

Overload

GetIsClosed(DbGeography)

Restituisce un valore Boolean nullable che indica se il valore DbGeography specificato è chiuso, che può essere null se tale valore non rappresenta una curva.

GetIsClosed(DbGeometry)

Restituisce un valore Boolean nullable che indica se il valore DbGeometry specificato è chiuso, che può essere null se tale valore non rappresenta una curva.

GetIsClosed(DbGeography)

Restituisce un valore Boolean nullable che indica se il valore DbGeography specificato è chiuso, che può essere null se tale valore non rappresenta una curva.

public abstract Nullable<bool> GetIsClosed (System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member GetIsClosed : System.Data.Entity.Spatial.DbGeography -> Nullable<bool>
Public MustOverride Function GetIsClosed (geographyValue As DbGeography) As Nullable(Of Boolean)

Parametri

geographyValue
DbGeography

Il valore di posizione geografica, che non deve rappresentare una curva.

Restituisce

True se il valore specificato DbGeography è chiuso; in caso contrario, false.

Eccezioni

geographyValue è null.

geographyValue non è compatibile con questa implementazione dei servizi spaziali.

Si applica a

GetIsClosed(DbGeometry)

Restituisce un valore Boolean nullable che indica se il valore DbGeometry specificato è chiuso, che può essere null se tale valore non rappresenta una curva.

public abstract Nullable<bool> GetIsClosed (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetIsClosed : System.Data.Entity.Spatial.DbGeometry -> Nullable<bool>
Public MustOverride Function GetIsClosed (geometryValue As DbGeometry) As Nullable(Of Boolean)

Parametri

geometryValue
DbGeometry

Il valore geometrico, che non deve rappresentare una curva.

Restituisce

True se il valore specificato DbGeography è chiuso; in caso contrario, false.

Eccezioni

geometryValue è null.

geometryValue non è compatibile con questa implementazione dei servizi spaziali.

Si applica a