예제 #1
0
 def _setdatawc_y2(self,value):
      value=VCS_validation_functions.checkDatawc(self,'datawc_y2',value)
      self._datawc_y2=value[0]
      setmember(self,'datawc_y2',value[0])
예제 #2
0
파일: xvsy.py 프로젝트: UNESCO-IHE/uvcdat
 def _setdatawc_x1(self,value):
      value=VCS_validation_functions.checkDatawc(self,'datawc_x1',value)
      self._datawc_x1=value[0]
      setmember(self,'datawc_x1',value[0])
      setmember(self,'_tdatawc_x1',value[1])
예제 #3
0
파일: unified1D.py 프로젝트: NESII/uvcdat
 def _setdatawc_y1(self, value):
     value = VCS_validation_functions.checkDatawc(self, 'datawc_y1', value)
     self._datawc_y1 = value[0]
예제 #4
0
 def _setdatawc_y1(self, value):
     value = VCS_validation_functions.checkDatawc(self, "datawc_y1", value)
     self._datawc_y1 = value[0]
     setmember(self, "datawc_y1", value[0])
     setmember(self, "_tdatawc_y1", value[1])
예제 #5
0
파일: isofill.py 프로젝트: NESII/uvcdat
 def _setdatawc_y2(self, value):
     VCS_validation_functions.checkDatawc(self, 'datawc_y2', value)
     self._datawc_y2 = value
예제 #6
0
파일: isoline.py 프로젝트: arulalant/uvcdat
 def _setdatawc_y2(self, value):
     value2 = VCS_validation_functions.checkDatawc(self, "datawc_y2", value)
     self._datawc_y2 = value
예제 #7
0
 def _setdatawc_x2(self,value):
      value2=VCS_validation_functions.checkDatawc(self,'datawc_x2',value)
      self._datawc_x2=value
예제 #8
0
 def _setdatawc_y1(self, value):
     value = VCS_validation_functions.checkDatawc(self, 'datawc_y1', value)
     self._datawc_y1 = value[0]
     setmember(self, 'datawc_y1', value[0])
     setmember(self, '_tdatawc_y1', value[1])
예제 #9
0
 def _setdatawc_y2(self, value):
     VCS_validation_functions.checkDatawc(self, 'datawc_y2', value)
     self._datawc_y2 = value
예제 #10
0
파일: continents.py 프로젝트: l5d1l5/uvcdat
 def _setdatawc_y2(self, value):
     value = VCS_validation_functions.checkDatawc(self, 'datawc_y2', value)
     self._datawc_y2 = value[0]
     setmember(self, 'datawc_y2', value[0])
예제 #11
0
 def _setdatawc_y1(self, value):
     value2 = VCS_validation_functions.checkDatawc(self, 'datawc_y1', value)
     self._datawc_y1 = value
예제 #12
0
 def _setdatawc_x2(self, value):
     value = VCS_validation_functions.checkDatawc(self, 'datawc_x2', value)
     self._datawc_x2 = value[0]