comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/MapService.java @ 826:32d01e1ce2df

Added more JavaDocs gnv-artifacts/trunk@920 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Apr 2010 12:32:24 +0000
parents feae2f9d6c6f
children 05bf8534a35a
comparison
equal deleted inserted replaced
825:b43e7205e83c 826:32d01e1ce2df
18 */ 18 */
19 public interface MapService { 19 public interface MapService {
20 20
21 21
22 /** 22 /**
23 * 23 * Returns the id of this Service.
24 * @return the id of this service. 24 * @return the id of this service.
25 */ 25 */
26 String getID(); 26 String getID();
27 27
28 /** 28 /**
29 * 29 * Returns the Url under which this service is available.
30 * @return the url under which this service is available. 30 * @return the url under which this service is available.
31 */ 31 */
32 String getURL(); 32 String getURL();
33 33
34 /** 34 /**
35 * 35 * Returns the service type
36 * @return the service type. 36 * @return the service type.
37 */ 37 */
38 String getType(); 38 String getType();
39 39
40 /** 40 /**
41 * 41 * Returns the Layer which belongs to this Service.
42 * @return a collection of layers contained in this service. 42 * @return a collection of layers contained in this service.
43 */ 43 */
44 Collection<Layer> getLayer(); 44 Collection<Layer> getLayer();
45 45
46 } 46 }

http://dive4elements.wald.intevation.org