Stores information regarding latitude/longitude rounding, which is calculated for map cluster display during a Geospatial analysis.
Stores information regarding latitude/longitude rounding, which is calculated for map cluster display during a Geospatial analysis.
| Creation Date | 11/20/2012 12:06 PM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 7 |
| Data Space Used | 8.00 KB |
| Index Space Used | 8.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| SpatialRoundingCode | Code that represents the spatial rounding.
| tinyint | 1 | |||
| SpatialRoundingDigit | Decimal digit to which the latitude and longitude coordinates are rounded. Corresponds to the code in SpatialRoundingCode. | tinyint | 1 | ||||
| SpatialRoundingClusterSize | Size of the spatial rounding cluster. Corresponds to the code in SpatialRoundingCode. | numeric | 9 (38,6) | ![]() | (power(CONVERT([numeric](9,6),(10),(0)), -[SpatialRoundingDigit])) | ||
| Description | Description of the spatial rounding type. | varchar | 1024 | ![]() |