DbSpatialServices.GetPointCount 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回给定值中点的数目。
重载
GetPointCount(DbGeography) |
如果点数表示 linestring 或线性环,则返回给定的 DbGeography 值中的点数。 |
GetPointCount(DbGeometry) |
如果点数表示 linestring 或线性环,则返回给定的 DbGeometry 值中的点数。 |
GetPointCount(DbGeography)
如果点数表示 linestring 或线性环,则返回给定的 DbGeography 值中的点数。
public:
abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract int? GetPointCount (System.Data.Spatial.DbGeography geographyValue);
abstract member GetPointCount : System.Data.Spatial.DbGeography -> Nullable<int>
Public MustOverride Function GetPointCount (geographyValue As DbGeography) As Nullable(Of Integer)
参数
- geographyValue
- DbGeography
不需要表示一个行字符串或线性环的地理值。
返回
给定的 DbGeography 值中的点数。
例外
geographyValue
geographyValue
适用于
GetPointCount(DbGeometry)
如果点数表示 linestring 或线性环,则返回给定的 DbGeometry 值中的点数。
public:
abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract int? GetPointCount (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetPointCount : System.Data.Spatial.DbGeometry -> Nullable<int>
Public MustOverride Function GetPointCount (geometryValue As DbGeometry) As Nullable(Of Integer)
参数
- geometryValue
- DbGeometry
几何值,它不需要表示 linestring 或线性环。
返回
给定的 DbGeometry 值中的点数。
例外
geometryValue
geometryValue