GeometryEnvelopeAggregate クラス

定義

指定した一連の 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 オブジェクトを返します。

適用対象