CollectionAggregate (geography Data Type)
SQL Server 2012
Creates a GeometryCollection instance from a set of geography objects.
Throws a FormatException when there are input values that are not valid. See STIsValid (geography Data Type)
Method returns null when the input is empty or the input has different SRIDs. See Spatial Reference Identifiers (SRIDs)
Method ignores null inputs.
Note
|
|---|
|
Method returns null if all inputted values are null. |
Note