GeometryUnionAggregate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a union from a set of SqlGeometry objects.
[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
- Inheritance
-
GeometryUnionAggregate
- Attributes
- Implements
Constructors
GeometryUnionAggregate() |
Initializes a new instance of the GeometryUnionAggregate class. |
Methods
Accumulate(SqlGeometry) |
Adds the given SqlGeometry object into this geometry union. |
Init() |
Initializes the properties of a GeometryUnionAggregate object. |
Merge(GeometryUnionAggregate) |
Adds the given GeometryUnionAggregate object into this geometry union. |
Read(BinaryReader) |
Reads a binary representation of a geometry type into a SqlGeometry object. |
Terminate() |
Returns the SqlGeometry object that represents this geometry union. |
Write(BinaryWriter) |
Writes a SqlGeometry instance to a binary stream. |