private static void RemoveConditionsLayerNotExist(GisEditorWpfMap wpfMap)
        {
            var allLayers = wpfMap.GetFeatureLayers();

            QueryFeatureLayerWindow.ClearConditions(allLayers);
        }
Exemplo n.º 2
0
 public static void CloseFindFeaturesWindow()
 {
     QueryFeatureLayerWindow.CloseQuery();
 }