comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java @ 984:cfc7bd35ee0b

Set the map to the extent which was sent by the rest-server gnv/trunk@1167 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 07 Jun 2010 14:52:45 +0000
parents 89ade245ca7a
children 541ff0db1b12
comparison
equal deleted inserted replaced
983:45ea5feb94c0 984:cfc7bd35ee0b
37 * Retrieves the layers served by a map service. 37 * Retrieves the layers served by a map service.
38 * 38 *
39 * @return the layers served by a map service. 39 * @return the layers served by a map service.
40 */ 40 */
41 Collection<Layer> getLayer(); 41 Collection<Layer> getLayer();
42
43 /**
44 * Retrieves the bboxvalue served by a map service.
45 * @return the bboxvalue
46 */
47 String getBBoxValue ();
42 } 48 }
43 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 49 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org