次の方法で共有


BoundingBoxProperties クラス

定義

Azure Cosmos DB サービスの geometry 空間パスの境界ボックスを表します

public sealed class BoundingBoxProperties
type BoundingBoxProperties = class
Public NotInheritable Class BoundingBoxProperties
継承
BoundingBoxProperties

{ "id": "DocumentCollection Id", "indexingPolicy":{ "spatialIndexes": [{
"path":"/'region'/?", "types":["Polygon"], "boundingBox": { "xmin":0, "ymin":0, "xmax":10, "ymax":10 }} }, "geospatialConfig": { "type": "Geometry" } } }

コンストラクター

BoundingBoxProperties()

Azure Cosmos DB サービスの geometry 空間パスの境界ボックスを表します

プロパティ

Xmax

境界ボックスの右上隅の x 座標を取得します。

Xmin

境界ボックスの左下隅の x 座標を取得します。

Ymax

境界ボックスの右上隅の y 座標を取得します。

Ymin

境界ボックスの左下隅の y 座標を取得します。

適用対象