GeographyConvexHullAggregate Class

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

Represents the convex hull for the given set of SqlGeography objects.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Types.GeographyConvexHullAggregate

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

Syntax

'Declaration
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := False, MaxByteSize := )> _
<CLSCompliantAttribute(True)> _
Public Class GeographyConvexHullAggregate _
    Implements IBinarySerialize
'Usage
Dim instance As GeographyConvexHullAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
[CLSCompliantAttribute(true)]
public class GeographyConvexHullAggregate : IBinarySerialize
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
[CLSCompliantAttribute(true)]
public ref class GeographyConvexHullAggregate : IBinarySerialize
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )>]
[<CLSCompliantAttribute(true)>]
type GeographyConvexHullAggregate =  
    class
        interface IBinarySerialize
    end
public class GeographyConvexHullAggregate implements IBinarySerialize

The GeographyConvexHullAggregate type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Accumulate Infrastructure. Adds the given SqlGeography object into this convex hull.
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 GeographyConvexHullAggregate object.
Protected method MemberwiseClone (Inherited from Object.)
Public method Merge Infrastructure. Adds the given GeographyConvexHullAggregate object into this convex hull.
Public method Read Infrastructure. Reads a binary representation of a geography type into a SqlGeometry object.
Public method Terminate Infrastructure. Returns the SqlGeography object that represents this convex hull.
Public method ToString (Inherited from Object.)
Public method Write Infrastructure. Writes a SqlGeography object to a binary stream.

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