表示几何点。
继承层次结构
System.Object
System.Spatial.Geometry
System.Spatial.GeometryPoint
命名空间: System.Spatial
程序集: System.Spatial(在 System.Spatial.dll 中)
语法
声明
Public MustInherit Class GeometryPoint _
Inherits Geometry
用法
Dim instance As GeometryPoint
public abstract class GeometryPoint : Geometry
public ref class GeometryPoint abstract : public Geometry
[<AbstractClassAttribute>]
type GeometryPoint =
class
inherit Geometry
end
public abstract class GeometryPoint extends Geometry
GeometryPoint 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
GeometryPoint | 初始化 GeometryPoint 类的新实例。空点构造函数。 |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
CoordinateSystem | 获取此几何实例的 SRID。 (从 Geometry 继承。) |
![]() |
IsEmpty | 获取一个值,该值指示几何是否为空。 (从 Geometry 继承。) |
![]() |
M | 获取或设置可为 null 的 M。 |
![]() |
X | 获取或设置纬度。 |
![]() |
Y | 获取或设置经度。 |
![]() |
Z | 获取或设置可为 null 的 Z。 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() ![]() |
Create(Double, Double) | 创建指定纬度。 |
![]() ![]() |
Create(Double, Double, Nullable<Double>) | 创建指定纬度。 |
![]() ![]() |
Create(Double, Double, Nullable<Double>, Nullable<Double>) | 创建指定纬度。 |
![]() ![]() |
Create(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>) | 创建指定纬度。 |
![]() |
Equals(Object) | 确定此实例和另一指定地理实例是否具有相同的值。 (覆盖 Object.Equals(Object)。) |
![]() |
Equals(GeometryPoint) | 确定此实例和另一指定地理实例是否具有相同的值。 |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | 获取哈希代码。 (覆盖 Object.GetHashCode()。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
SendTo | 将当前空间对象发送到给定管道。 (从 Geometry 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
扩展方法
名称 | 说明 | |
---|---|---|
![]() |
Distance | 确定几何距离。 (由 GeometryOperationsExtensions 定义。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。