Revision 9709 trunk/extensions/extWFS2/src/com/iver/cit/gvsig/gui/panels/WFSAreaPanel.java

View differences:

WFSAreaPanel.java
55 55
 *
56 56
 * $Id$
57 57
 * $Log$
58
 * Revision 1.3  2007-01-10 09:01:25  jorpiell
58
 * Revision 1.4  2007-01-12 13:09:41  jorpiell
59
 * added searches by area
60
 *
61
 * Revision 1.3  2007/01/10 09:01:25  jorpiell
59 62
 * The coordinates panel is opened with the view coordinates
60 63
 *
61 64
 * Revision 1.2  2006/12/22 11:45:53  jorpiell
......
184 187
		return coordinatesPanel;
185 188
	}
186 189

  
187
	
190
	/**
191
	 * Gets the extent
192
	 * @return
193
	 */
194
	public Rectangle2D getExtent(){
195
		if (getCheckBCoordinates().isSelected()){
196
			return getCoordinatesPanel().getExtent();
197
		}
198
		return null;
199
	}
188 200
}

Also available in: Unified diff