Compartilhar via


DbSpatialServices.GetPointCount Método

Definição

Sobrecargas

GetPointCount(DbGeography)

Retorna o número de pontos do valor DbGeography fornecido, se ele representa um linestring ou um anel linear.

GetPointCount(DbGeometry)

Retorna o número de pontos do valor DbGeometry fornecido, se ele representa um linestring ou um anel linear.

GetPointCount(DbGeography)

Retorna o número de pontos do valor DbGeography fornecido, se ele representa um linestring ou um anel linear.

public abstract Nullable<int> GetPointCount (System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member GetPointCount : System.Data.Entity.Spatial.DbGeography -> Nullable<int>
Public MustOverride Function GetPointCount (geographyValue As DbGeography) As Nullable(Of Integer)

Parâmetros

geographyValue
DbGeography

O valor de geografia, que não necessariamente representa um linestring ou um anel linear.

Retornos

Obtém o número de pontos no valor DbGeography fornecido.

Exceções

geographyValue é nulo.

geographyValue não é compatível com essa implementação de serviços espaciais.

Aplica-se a

GetPointCount(DbGeometry)

Retorna o número de pontos do valor DbGeometry fornecido, se ele representa um linestring ou um anel linear.

public abstract Nullable<int> GetPointCount (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetPointCount : System.Data.Entity.Spatial.DbGeometry -> Nullable<int>
Public MustOverride Function GetPointCount (geometryValue As DbGeometry) As Nullable(Of Integer)

Parâmetros

geometryValue
DbGeometry

O valor de geometria, que não necessariamente representa uma cadeia de linha ou um anel linear.

Retornos

Obtém o número de pontos no valor DbGeometry fornecido.

Exceções

geometryValue é nulo.

geometryValue não é compatível com essa implementação de serviços espaciais.

Aplica-se a