GeographyConvexHullAggregate Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta lo scafo convesso per il set di SqlGeography oggetti specificato.
[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
- Ereditarietà
-
GeographyConvexHullAggregate
- Attributi
- Implementazioni
Costruttori
| Nome | Descrizione |
|---|---|
| GeographyConvexHullAggregate() |
Inizializza una nuova istanza della classe GeographyConvexHullAggregate. |
Metodi
| Nome | Descrizione |
|---|---|
| Accumulate(SqlGeography) |
Aggiunge l'oggetto specificato SqlGeography in questa struttura convessa. |
| Init() |
Inizializza le proprietà di un GeographyConvexHullAggregate oggetto . |
| Merge(GeographyConvexHullAggregate) |
Aggiunge l'oggetto specificato GeographyConvexHullAggregate in questa struttura convessa. |
| Read(BinaryReader) |
Legge una rappresentazione binaria di un tipo geography in un oggetto SqlGeometry. |
| Terminate() |
Restituisce l'oggetto SqlGeography che rappresenta lo scafo convesso. |
| Write(BinaryWriter) |
Scrive un oggetto SqlGeography in un flusso binario. |