AltitudeAngelWings.Service.AltitudeAngelService.ProcessAllFromCache C# (CSharp) 메소드

ProcessAllFromCache() 공개 메소드

public ProcessAllFromCache ( IMap map ) : void
map IMap
리턴 void
        public void ProcessAllFromCache(IMap map)
        {
            map.DeleteOverlay("AAMapData.Air");
            map.DeleteOverlay("AAMapData.Ground");
            ProcessFeatures(map, cache.Values.Where(feature => feature.IsEnabledByDefault() && feature.IsFilterOutItem(FilteredOut)).ToList());
        }