GeometryUnionAggregate クラス

定義

一連の SqlGeometry オブジェクトの和集合を表します。

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.CLSCompliant(true)]
[System.Serializable]
public class GeometryUnionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.CLSCompliant(true)>]
[<System.Serializable>]
type GeometryUnionAggregate = class
    interface IBinarySerialize
Public Class GeometryUnionAggregate
Implements IBinarySerialize
継承
GeometryUnionAggregate
属性
実装

コンストラクター

名前 説明
GeometryUnionAggregate()

GeometryUnionAggregate クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
Accumulate(SqlGeometry)

指定した SqlGeometry オブジェクトをこのジオメトリ共用体に追加します。

Init()

GeometryUnionAggregate オブジェクトのプロパティを初期化します。

Merge(GeometryUnionAggregate)

指定した GeometryUnionAggregate オブジェクトをこのジオメトリ共用体に追加します。

Read(BinaryReader)

ジオメトリ型のバイナリ表現を SqlGeometry オブジェクトに読み取ります。

Terminate()

このジオメトリ和集合を表す SqlGeometry オブジェクトを返します。

Write(BinaryWriter)

SqlGeometry インスタンスをバイナリ ストリームに書き込みます。

適用対象