Exemplo n.º 1
0
 public void SetPositionClass(float lat, float lon, int value)
 {
     lock (_spcLock) {
         RefreshCache(lat, lon);
         if (IndexFile == null)
         {
             return;
         }
         IndexFile.SetPositionClass(lat, lon, value);
     }
 }