SpatialImplementation 类

定义

负责了解如何为空间类型的特定实现创建 Geography 和 Geometry 生成器的类

public abstract class SpatialImplementation
type SpatialImplementation = class
Public MustInherit Class SpatialImplementation
继承
SpatialImplementation

构造函数

SpatialImplementation()

负责了解如何为空间类型的特定实现创建 Geography 和 Geometry 生成器的类

属性

CurrentImplementation

返回当前使用的 SpatialImplementation 的实例。

Operations

获取或设置空间操作实现。

方法

CreateBuilder()

为此实现创建 SpatialBuilder。

CreateGeoJsonObjectFormatter()

为 Json 对象创建格式化程序。

CreateGmlFormatter()

为此实现创建 GmlFormatter。

CreateValidator()

创建空间验证程序。

CreateWellKnownTextSqlFormatter()

为此实现创建 WellKnownTextSqlFormatter。

CreateWellKnownTextSqlFormatter(Boolean)

为此实现创建 WellKnownTextSqlFormatter。

适用于