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