comparison artifacts/src/main/java/org/dive4elements/river/artifacts/StaticWQKmsArtifact.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
41 41
42 /** 42 /**
43 * Artifact to access additional "waterlevel/discharge"-type of data, like 43 * Artifact to access additional "waterlevel/discharge"-type of data, like
44 * fixation measurements. 44 * fixation measurements.
45 * 45 *
46 * This artifact neglects (Static)FLYSArtifacts capabilities of interaction 46 * This artifact neglects (Static)D4EArtifacts capabilities of interaction
47 * with the StateEngine by overriding the getState*-methods. 47 * with the StateEngine by overriding the getState*-methods.
48 */ 48 */
49 public class StaticWQKmsArtifact 49 public class StaticWQKmsArtifact
50 extends StaticFLYSArtifact 50 extends StaticD4EArtifact
51 implements FacetTypes, WaterLineArtifact 51 implements FacetTypes, WaterLineArtifact
52 { 52 {
53 /** The logger for this class. */ 53 /** The logger for this class. */
54 private static Logger logger = 54 private static Logger logger =
55 Logger.getLogger(StaticWQKmsArtifact.class); 55 Logger.getLogger(StaticWQKmsArtifact.class);
120 Artifact artifact, 120 Artifact artifact,
121 Object context, 121 Object context,
122 CallMeta meta) 122 CallMeta meta)
123 { 123 {
124 logger.debug("StaticWQKmsArtifact.initialize"); 124 logger.debug("StaticWQKmsArtifact.initialize");
125 FLYSArtifact flys = (FLYSArtifact) artifact; 125 D4EArtifact flys = (D4EArtifact) artifact;
126 // TODO: The river is of no interest, so far., also use importData 126 // TODO: The river is of no interest, so far., also use importData
127 importData(flys, "river"); 127 importData(flys, "river");
128 128
129 List<Facet> fs = new ArrayList<Facet>(); 129 List<Facet> fs = new ArrayList<Facet>();
130 130

http://dive4elements.wald.intevation.org