GeometryCollectionAggregate Class

Definition

Represents a geometry collection from the given set of SqlGeometry objects.

[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
Inheritance
GeometryCollectionAggregate
Attributes
Implements

Constructors

GeometryCollectionAggregate()

Initializes a new instance of the GeometryCollectionAggregate class.

Methods

Accumulate(SqlGeometry)

Adds the specified SqlGeometry object into this geometry collection.

Init()

Initializes the properties of a GeometryCollectionAggregate object.

Merge(GeometryCollectionAggregate)

Adds the specified GeometryCollectionAggregate collection into this geometry collection.

Read(BinaryReader)

Reads a binary representation of a geometry type into a SqlGeometry object.

Terminate()

Returns the SqlGeometry object that represents the geometry collection.

Write(BinaryWriter)

Writes a SqlGeometry object to a binary stream.

Applies to