GeometryEnvelopeAggregate Clase

Definición

Representa un sobre de geometría basado en el conjunto de SqlGeometry objetos especificado.

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeometryEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeometryEnvelopeAggregate = class
Public Class GeometryEnvelopeAggregate
Herencia
GeometryEnvelopeAggregate
Atributos

Constructores

Nombre Description
GeometryEnvelopeAggregate()

Inicializa una nueva instancia de GeometryEnvelopeAggregate clase.

Métodos

Nombre Description
Accumulate(SqlGeometry)

Agrega el objeto especificado SqlGeometry a este sobre de geometría.

Init()

Inicializa las propiedades de una GeometryEnvelopeAggregate instancia.

Merge(GeometryEnvelopeAggregate)

Agrega el objeto especificado GeometryEnvelopeAggregate a este sobre de geometría.

Terminate()

Devuelve el SqlGeometry objeto que representa este sobre geometry.

Se aplica a