DbSpatialServices.GetIsClosed Método
Definição
Retorna um valor booliano anulável que indica se o valor DbGeography fornecido é fechado.Returns a nullable Boolean value that whether the given DbGeography value is closed.
Sobrecargas
| GetIsClosed(DbGeography) |
Retorna um valor booliano anulável que indica se o valor DbGeography fornecido é fechado, que pode ser nulo se o valor não representa uma curva.Returns a nullable Boolean value that whether the given DbGeography value is closed, which may be null if the value does not represent a curve. |
| GetIsClosed(DbGeometry) |
Retorna um valor booliano anulável que indica se o valor DbGeometry fornecido é fechado, que pode ser nulo se o valor não representa uma curva.Returns a nullable Boolean value that whether the given DbGeometry value is closed, which may be null if the value does not represent a curve. |
GetIsClosed(DbGeography)
Retorna um valor booliano anulável que indica se o valor DbGeography fornecido é fechado, que pode ser nulo se o valor não representa uma curva.Returns a nullable Boolean value that whether the given DbGeography value is closed, which may be null if the value does not represent a curve.
public:
abstract Nullable<bool> GetIsClosed(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract bool? GetIsClosed (System.Data.Spatial.DbGeography geographyValue);
abstract member GetIsClosed : System.Data.Spatial.DbGeography -> Nullable<bool>
Public MustOverride Function GetIsClosed (geographyValue As DbGeography) As Nullable(Of Boolean)
Parâmetros
- geographyValue
- DbGeography
O valor de geografia, que não necessariamente representa uma curva.The geography value, which need not represent a curve.
Retornos
true se o valor DbGeography estiver fechado; caso contrário, false.true if the given DbGeography value is closed; otherwise, false.
Exceções
geographyValue
geographyValue
Aplica-se a
GetIsClosed(DbGeometry)
Retorna um valor booliano anulável que indica se o valor DbGeometry fornecido é fechado, que pode ser nulo se o valor não representa uma curva.Returns a nullable Boolean value that whether the given DbGeometry value is closed, which may be null if the value does not represent a curve.
public:
abstract Nullable<bool> GetIsClosed(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract bool? GetIsClosed (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetIsClosed : System.Data.Spatial.DbGeometry -> Nullable<bool>
Public MustOverride Function GetIsClosed (geometryValue As DbGeometry) As Nullable(Of Boolean)
Parâmetros
- geometryValue
- DbGeometry
O valor de geometria, que não necessariamente representa uma curva.The geometry value, which need not represent a curve.
Retornos
true se o valor DbGeography estiver fechado; caso contrário, false.true if the given DbGeography value is closed; otherwise, false.
Exceções
geometryValue
geometryValue