comparison artifacts/src/main/java/org/dive4elements/river/artifacts/StaticWKmsArtifact.java @ 5867:59ff03ff48f1

River artifacts: Renamed FLYSArtifact(Collection) to D4EArtifact(Collection).
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:23:01 +0200
parents 4897a58c8746
children af13ceeba52a
comparison
equal deleted inserted replaced
5866:9a6741ccf6d4 5867:59ff03ff48f1
49 49
50 /** 50 /**
51 * Artifact to access additional "waterlevel"-type of data, like the height 51 * Artifact to access additional "waterlevel"-type of data, like the height
52 * of protective measures (dikes). 52 * of protective measures (dikes).
53 * 53 *
54 * This artifact neglects (Static)FLYSArtifacts capabilities of interaction 54 * This artifact neglects (Static)D4EArtifacts capabilities of interaction
55 * with the StateEngine by overriding the getState*-methods. 55 * with the StateEngine by overriding the getState*-methods.
56 */ 56 */
57 public class StaticWKmsArtifact 57 public class StaticWKmsArtifact
58 extends StaticFLYSArtifact 58 extends StaticD4EArtifact
59 implements FacetTypes, WaterLineArtifact 59 implements FacetTypes, WaterLineArtifact
60 { 60 {
61 /** The logger for this class. */ 61 /** The logger for this class. */
62 private static Logger logger = 62 private static Logger logger =
63 Logger.getLogger(StaticWKmsArtifact.class); 63 Logger.getLogger(StaticWKmsArtifact.class);
201 Artifact artifact, 201 Artifact artifact,
202 Object context, 202 Object context,
203 CallMeta meta) 203 CallMeta meta)
204 { 204 {
205 logger.debug("StaticWKmsArtifact.initialize"); 205 logger.debug("StaticWKmsArtifact.initialize");
206 FLYSArtifact winfo = (FLYSArtifact) artifact; 206 D4EArtifact winfo = (D4EArtifact) artifact;
207 // TODO: The river is of no interest, so far. 207 // TODO: The river is of no interest, so far.
208 addData("river", winfo.getData("river")); 208 addData("river", winfo.getData("river"));
209 } 209 }
210 210
211 211

http://dive4elements.wald.intevation.org