次の方法で共有


Geometry(GeometryType, GeometryParams) コンストラクター

定義

Azure Cosmos DB サービスの クラスの Geometry 新しいインスタンスを初期化します。

protected Geometry (Microsoft.Azure.Cosmos.Spatial.GeometryType type, Microsoft.Azure.Cosmos.Spatial.GeometryParams geometryParams);
new Microsoft.Azure.Cosmos.Spatial.Geometry : Microsoft.Azure.Cosmos.Spatial.GeometryType * Microsoft.Azure.Cosmos.Spatial.GeometryParams -> Microsoft.Azure.Cosmos.Spatial.Geometry
Protected Sub New (type As GeometryType, geometryParams As GeometryParams)

パラメーター

type
GeometryType

Geometry 型。

geometryParams
GeometryParams

座標参照系、追加プロパティなど

適用対象