Revision 3380 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/wms_1_1_1/WMSLayer1_1_1.java

View differences:

WMSLayer1_1_1.java
10 10
import org.kxml2.io.KXmlParser;
11 11
import org.xmlpull.v1.XmlPullParserException;
12 12

  
13
import com.iver.cit.gvsig.fmap.operations.strategies.BoundingBoxVisitor;
14 13

  
15 14
/**
16 15
 * <p></p>
......
20 19

  
21 20
	
22 21
	public WMSLayer1_1_1()
23
	{}
22
	{
23
		children = new ArrayList();
24
	}
24 25
/**
25 26
 * <p>Parses the contents of the parser(WMSCapabilities)
26 27
 * to extract the information about an WMSLayer</p>

Also available in: Unified diff