Revision 34026 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wfs/wfs_1_0_0/WFSFeature1_0_0.java

View differences:

WFSFeature1_0_0.java
11 11
import org.gvsig.remoteclient.utils.CapabilitiesTags;
12 12
import org.gvsig.remoteclient.utils.Utilities;
13 13
import org.gvsig.remoteclient.wfs.WFSFeature;
14
import org.gvsig.remoteclient.wfs.WFSServiceInformation;
14 15
import org.gvsig.remoteclient.wfs.schema.GMLTags;
15 16
import org.gvsig.remoteclient.wfs.schema.XMLNameSpace;
16 17

  
......
87 88
public class WFSFeature1_0_0 extends WFSFeature{
88 89
    private static final StringUtils stringUtils = CompatLocator.getStringUtils();
89 90
    
90
	public WFSFeature1_0_0() {
91
		
91
    WFSFeature1_0_0(WFSServiceInformation serviceInformation) {
92
		super(serviceInformation);
92 93
	}
93 94

  
94
	public WFSFeature1_0_0(String name) {
95
		super(name);		
95
    WFSFeature1_0_0(WFSServiceInformation serviceInformation, String name) {
96
		super(serviceInformation, name);		
96 97
	}
97 98

  
98 99
	/**

Also available in: Unified diff