private GDBType GetWSType() { string pStringType = ClassXMLoad.GetImgUrlPrefix("wstype"); int pIntype = Convert.ToInt16(pStringType); return((GDBType)pIntype); }
public ClassRasterOp() { _pGeodatabase = ClassXMLoad.GetImgUrlPrefix("file"); _pMosaicName = ClassXMLoad.GetImgUrlPrefix("mosaicname"); _pGDBType = GetWSType(); }
public DownPic() { this._pXmlDir = ClassXMLoad.GetImgUrlPrefix("DirectoryPath"); }