GeometryConvexHullAggregate 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 SqlGeometry objects.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Types.GeometryConvexHullAggregate
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeometryConvexHullAggregate _
Implements IBinarySerialize
'Usage
Dim instance As GeometryConvexHullAggregate
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
public class GeometryConvexHullAggregate : IBinarySerialize
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
public ref class GeometryConvexHullAggregate : IBinarySerialize
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )>]
type GeometryConvexHullAggregate =
class
interface IBinarySerialize
end
public class GeometryConvexHullAggregate implements IBinarySerialize
The GeometryConvexHullAggregate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GeometryConvexHullAggregate | Infrastructure. Initializes a new instance of the GeometryConvexHullAggregate class. |
Top
Methods
Name | Description | |
---|---|---|
Accumulate | Infrastructure. Adds the specified SqlGeometry object into this convex hull. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | Infrastructure. Initializes the properties of a GeometryConvexHullAggregate object. | |
MemberwiseClone | (Inherited from Object.) | |
Merge | Infrastructure. Adds the specified GeometryConvexHullAggregate object into this convex hull. | |
Read | Infrastructure. Reads a binary representation of a geometry type into a SqlGeometry object. | |
Terminate | Infrastructure. Returns the SqlGeometry object that represents the geometry collection. | |
ToString | (Inherited from Object.) | |
Write | Infrastructure. Writes a SqlGeometry 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.