Revision 29579 branches/v2_0_0_prep/extensions/extOracleSpatial/src/org/gvsig/oraclespatial/gui/RepeatedChooseGeometryTypePanel.java

View differences:

RepeatedChooseGeometryTypePanel.java
23 23
 */
24 24
public class RepeatedChooseGeometryTypePanel extends JWizardPanel {
25 25

  
26
	private static final long serialVersionUID = 1L;
27

  
26 28
	private JLabel lblSelecGeometryType = null;
27 29
	private JPanel jPanelGeometryTypeOptions = null;
28 30
	private JRadioButton jRadioButtonPoint = null;
......
63 65
		if (getJRadioButtonMultiPoint().isSelected())
64 66
			return Geometry.TYPES.MULTIPOINT;
65 67
		if (getJRadioButtonLine().isSelected())
66
			return Geometry.TYPES.ARC;
68
			return Geometry.TYPES.CURVE;
67 69
		if (getJRadioButtonPolygon().isSelected())
68 70
			return Geometry.TYPES.SURFACE;
69 71
		if (getJRadioButtonMulti().isSelected())

Also available in: Unified diff