更新数据产品的对应关键词
This commit is contained in:
parent
ed339631c0
commit
3c483b1c7f
|
@ -147,38 +147,38 @@ class HiwaterController extends DataController
|
||||||
|
|
||||||
function airborneAction()
|
function airborneAction()
|
||||||
{
|
{
|
||||||
$this->getmd(array('航空遥感产品','种植结构图','植被类型图','植被结构参数','数字高程模型','数字表面模型','地表温度','地表土壤水文'));
|
$this->getmdlimited(array('DEM','DSM','DOM','地表反照率','地表反射率','植被类型','植被结构参数','土壤水分','地表温度'),'航空遥感产品');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
|
|
||||||
function demdsmAction()
|
function demdsmAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('DEM','DSM','DOM'),"数据产品");
|
$this->getmdlimited(array('DEM','DSM','DOM'),"航空遥感产品");
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function reflectanceAction()
|
function reflectanceAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('地表反照率','地表反射率'),"数据产品");
|
$this->getmdlimited(array('地表反照率','地表反射率'),"航空遥感产品");
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function vegtypeairAction()
|
function vegtypeairAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('植被类型',''),'数据产品');
|
$this->getmdlimited(array('植被类型'),'航空遥感产品');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function vegparamAction()
|
function vegparamAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array("",'植被结构参数'),"数据产品");
|
$this->getmdlimited(array("",'植被结构参数'),"航空遥感产品");
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function soilmoistureAction()
|
function soilmoistureAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('','土壤水分'),"数据产品");
|
$this->getmdlimited(array('','土壤水分'),"航空遥感产品");
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function temperatureAction()
|
function temperatureAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('','地表温度'),"数据产品");
|
$this->getmdlimited(array('','地表温度'),"航空遥感产品");
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -336,7 +336,7 @@ class HiwaterController extends DataController
|
||||||
|
|
||||||
function rsproductAction()
|
function rsproductAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('DEM','DOM','降水','土壤水分','积雪','植被类型','植被覆盖度','物候期','NPP'),'数据产品');
|
$this->getmdlimited(array('DEM','DOM','降水','土壤水分','积雪','植被类型','植被覆盖度','物候期','NPP'),'卫星遥感产品');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -353,32 +353,32 @@ class HiwaterController extends DataController
|
||||||
}
|
}
|
||||||
function smAction()
|
function smAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('土壤水分',"卫星遥感"),'数据产品');
|
$this->getmdlimited(array('土壤水分',""),'卫星遥感产品');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function snowAction()
|
function snowAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('积雪',"卫星遥感"),'数据产品');
|
$this->getmdlimited(array('积雪',""),'卫星遥感产品');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function vegtypeAction()
|
function vegtypeAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('植被类型','卫星遥感'),'数据产品');
|
$this->getmdlimited(array('植被类型',''),'卫星遥感产品');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function vegcovAction()
|
function vegcovAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('植被覆盖度','卫星遥感'),'数据产品');
|
$this->getmdlimited(array('植被覆盖度',''),'卫星遥感产品');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function phenologyAction()
|
function phenologyAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('物候期','卫星遥感'),'数据产品');
|
$this->getmdlimited(array('物候期',''),'卫星遥感产品');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
function nppAction()
|
function nppAction()
|
||||||
{
|
{
|
||||||
$this->getmdlimited(array('NPP','卫星遥感'),'数据产品');
|
$this->getmdlimited(array('NPP',''),'卫星遥感产品');
|
||||||
$this->_helper->viewRenderer('base');
|
$this->_helper->viewRenderer('base');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue