BoundingBoxProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 座標を取得します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET