GeometryEnvelopeAggregate Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a geometry envelope based on the given set of SqlGeometry objects.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Types.GeometryEnvelopeAggregate

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := True)> _
Public Class GeometryEnvelopeAggregate
'Usage
Dim instance As GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public class GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public ref class GeometryEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)>]
type GeometryEnvelopeAggregate =  class end
public class GeometryEnvelopeAggregate

The GeometryEnvelopeAggregate type exposes the following members.

Constructors

  Name Description
Public method GeometryEnvelopeAggregate Infrastructure. Initializes a new instance of GeometryEnvelopeAggregate class.

Top

Methods

  Name Description
Public method Accumulate Infrastructure. Adds the given SqlGeometry object into this geometry envelope.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Init Infrastructure. Initializes the properties of a GeometryEnvelopeAggregate instance.
Protected method MemberwiseClone (Inherited from Object.)
Public method Merge Infrastructure. Adds the given GeometryEnvelopeAggregate object into this geometry envelope.
Public method Terminate Infrastructure. Returns the SqlGeometry object that represents this geometry envelope.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Types Namespace