Sprache

GeographyConvexHullAggregate Klasse

Definition

Stellt den konvexen Rumpf für die angegebene Gruppe von SqlGeography Objekten dar.

[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 GeographyConvexHullAggregate : 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 GeographyConvexHullAggregate = class
    interface IBinarySerialize
Public Class GeographyConvexHullAggregate
Implements IBinarySerialize
Vererbung
GeographyConvexHullAggregate
Attribute
Implementiert

Konstruktoren

Name Beschreibung
GeographyConvexHullAggregate()

Initialisiert eine neue Instanz der GeographyConvexHullAggregate-Klasse.

Methoden

Name Beschreibung
Accumulate(SqlGeography)

Fügt das angegebene SqlGeography Objekt zu diesem konvexen Rumpf hinzu.

Init()

Initialisiert die Eigenschaften eines GeographyConvexHullAggregate Objekts.

Merge(GeographyConvexHullAggregate)

Fügt das angegebene GeographyConvexHullAggregate Objekt zu diesem konvexen Rumpf hinzu.

Read(BinaryReader)

Liest eine binäre Darstellung eines Geografietyps in ein SqlGeometry -Objekt.

Terminate()

Gibt das SqlGeography Objekt zurück, das diesen konvexen Rumpf darstellt.

Write(BinaryWriter)

Schreibt ein SqlGeography -Objekt in einen binären Datenstrom.

Gilt für: