Revision 1848 branches/Fmap_GisPlanet/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrWMS.java

View differences:

FLyrWMS.java
145 145
	 * capa.
146 146
	 *
147 147
	 * @return XMLEntity.
148
	 * @throws XMLException
148 149
	 */
149
	public XMLEntity getXMLEntity() {
150
	public XMLEntity getXMLEntity() throws XMLException {
150 151
		XMLEntity xml = super.getXMLEntity();
151 152

  
152 153
		xml.putProperty("fullExtent", StringUtilities.rect2String(fullExtent));

Also available in: Unified diff