Revision 561 org.gvsig.scripting/trunk/org.gvsig.scripting/org.gvsig.scripting.app/org.gvsig.scripting.app.mainplugin/src/main/resources-plugin/scripting/lib/gvsig_2_3_0/layervectorial.py

View differences:

layervectorial.py
1 1

  
2 2

  
3 3
from org.gvsig.fmap.mapcontext.layers.vectorial import FLyrVect as JLayerVectorial
4
import table 
4
import table
5 5

  
6 6
def getProjectionCode(self):
7 7
  projection = self.getProjection()
......
29 29
JLayerVectorial.select = table._select
30 30
JLayerVectorial.deselect = table._deselect
31 31
JLayerVectorial.isSelected = table._isSelected
32
JLayerVectorial.finishEditing = table._commit
33
JLayerVectorial.cancelEditing = table._abort
32 34

  

Also available in: Unified diff