GeometryEnvelopeAggregate クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した一連の SqlGeometry オブジェクトに基づいて、ジオメトリ エンベロープを表します。
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeometryEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeometryEnvelopeAggregate = class
Public Class GeometryEnvelopeAggregate
- 継承
-
GeometryEnvelopeAggregate
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| GeometryEnvelopeAggregate() |
クラスの新しいインスタンス GeometryEnvelopeAggregate 初期化します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Accumulate(SqlGeometry) |
指定した SqlGeometry オブジェクトをこのジオメトリ エンベロープに追加します。 |
| Init() |
GeometryEnvelopeAggregate インスタンスのプロパティを初期化します。 |
| Merge(GeometryEnvelopeAggregate) |
指定した GeometryEnvelopeAggregate オブジェクトをこのジオメトリ エンベロープに追加します。 |
| Terminate() |
このジオメトリ エンベロープを表す SqlGeometry オブジェクトを返します。 |