示例#1
0
 def _update(self, updated):
     if updated:  # reset caches
         self._osgr = self._utm = self._wm = None
         LatLonHeightBase._update(self, updated)
示例#2
0
 def _update(self, updated):
     if updated:  # reset caches
         self._etm = self._lcc = self._osgr = self._ups = \
                     self._utm = self._wm = self._3xyz = None
         self._elevation2 = self._geoidHeight2 = ()
         LatLonHeightBase._update(self, updated)