Compartilhar via


SqlSpatialServices.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 override Nullable<int> GetPointCount (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetPointCount : System.Data.Entity.Spatial.DbGeography -> Nullable<int>
Public Overrides 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.

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 override Nullable<int> GetPointCount (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetPointCount : System.Data.Entity.Spatial.DbGeometry -> Nullable<int>
Public Overrides 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.

Aplica-se a