Changeset 2947
- Timestamp:
- 12/10/07 16:43:06 (13 years ago)
- Location:
- TI02-CSML/trunk/csml/csmllibs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/csmllibs/csmldataiface.py
r2849 r2947 403 403 def setAxis(self,axis): 404 404 self.axisobj=self.file.getAxis(axis) 405 406 405 407 406 408 def getAxisAttribute(self, att): -
TI02-CSML/trunk/csml/csmllibs/csmlextra.py
r2907 r2947 191 191 data=ord.coordAxisValues.insertedExtract.getData()[0].tolist() 192 192 else: 193 #TODO inline content 194 #print ord.coordAxisValues.href 193 195 fileextract= xlinkresolver.resolveXlink(ord.coordAxisValues.href[1:]) 194 196 data=fileextract.getData()[0].tolist()
Note: See TracChangeset
for help on using the changeset viewer.