Property WorldCell
WorldCell
Returns the level 0 cell which encompasses all spatial data.
Declaration
public virtual Cell WorldCell { get; }
Property Value
Type | Description |
---|---|
Cell |
Remarks
Returns the level 0 cell which encompasses all spatial data. Equivalent to GetCell(String) with System.String.Empty. This cell is threadsafe, just like a spatial prefix grid is, although cells aren't generally threadsafe.