Revision 3200 org.gvsig.raster.wms/trunk/org.gvsig.raster.wms/org.gvsig.raster.wms.io/src/main/java/org/gvsig/raster/wms/io/WMSDataParameters.java

View differences:

WMSDataParameters.java
122 122

  
123 123
	public Dimension getFixedSize();
124 124

  
125
	/**
126
	 * Sets the bounding box of the request
127
	 */
125 128
	public void setExtent(Rectangle2D bBox);
129
	
130
	/**
131
	 * Gets the bounding box of the request
132
	 * @return
133
	 */
134
	public Rectangle2D getExtent();
126 135

  
127 136
	public void setCancellable(ICancellable cancel);
128 137

  

Also available in: Unified diff