GeometryCollectionAggregate クラス

定義

指定した一連の SqlGeometry オブジェクトの geometry コレクションを表します。

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

コンストラクター

名前 説明
GeometryCollectionAggregate()

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

メソッド

名前 説明
Accumulate(SqlGeometry)

指定した SqlGeometry オブジェクトをこの geometry コレクションに追加します。

Init()

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

Merge(GeometryCollectionAggregate)

指定した GeometryCollectionAggregate コレクションをこの geometry コレクションに追加します。

Read(BinaryReader)

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

Terminate()

geometry コレクションを表す SqlGeometry オブジェクトを返します。

Write(BinaryWriter)

SqlGeometry オブジェクトをバイナリ ストリームに書き込みます。

適用対象