public void Clear()
 {
     OverviewCreationOptionsString = "";
     OverviewCreatePathInfo.Clear();
     //OverviewResamplingOption = "";
     OverviewResamplingOption = GdalEnum.ResamplingType.NONE;
     LevelList.Clear();
     IsNeedCalcLevel = false;
 }
示例#2
0
 public void Clear()
 {
     if (ConvertOptions != null)
     {
         ConvertOptions.Clear();
     }
     if (MapConvertPathInfo != null)
     {
         MapConvertPathInfo.Clear();
     }
     if (GdalTranslateOptions != null)
     {
         GdalTranslateOptions.Dispose();
     }
 }
示例#3
0
 public void Clear()
 {
     if (CreateOptions != null)
     {
         CreateOptions.Clear();
     }
     if (VrtCreatePathInfo != null)
     {
         VrtCreatePathInfo.Clear();
     }
     if (BuildVrtOptions != null)
     {
         BuildVrtOptions.Dispose();
     }
 }