Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpatialPath 类

定义

空间索引规范

public sealed class SpatialPath
type SpatialPath = class
Public NotInheritable Class SpatialPath
继承
SpatialPath

示例

“spatialIndexes”: [ {
“path”:“/'region'/?”, “types”:[“Polygon”], “boundingBox”: { “xmin”:0, “ymin”:0, “xmax”:10, “ymax”:10 } } ]

构造函数

SpatialPath()

空间索引规范

属性

BoundingBox

获取或设置边界框

Path

要编制索引的 JSON 文档中的路径

SpatialTypes

路径的空间类型

适用于