GeographyEnvelopeAggregate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a geography envelope from the given set of SqlGeography objects.
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeographyEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeographyEnvelopeAggregate = class
Public Class GeographyEnvelopeAggregate
- Inheritance
-
GeographyEnvelopeAggregate
- Attributes
Constructors
GeographyEnvelopeAggregate() |
Initializes a new instance of the GeographyEnvelopeAggregate class. |
Methods
Accumulate(SqlGeography) |
Adds the given SqlGeography object into this geography envelope. |
Init() |
Initializes the properties of a GeographyEnvelopeAggregate object. |
Merge(GeographyEnvelopeAggregate) |
Adds the given GeographyEnvelopeAggregate collection into this geography envelope. |
Terminate() |
Returns the GeographyEnvelopeAggregate object that represents the geography envelope. |