comparison artifacts/src/main/java/org/dive4elements/river/artifacts/MapArtifact.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 9a6741ccf6d4
children af13ceeba52a
comparison
equal deleted inserted replaced
5866:9a6741ccf6d4 5867:59ff03ff48f1
30 import org.apache.log4j.Logger; 30 import org.apache.log4j.Logger;
31 import org.w3c.dom.Document; 31 import org.w3c.dom.Document;
32 import org.w3c.dom.Element; 32 import org.w3c.dom.Element;
33 33
34 34
35 public class MapArtifact extends FLYSArtifact { 35 public class MapArtifact extends D4EArtifact {
36 36
37 private static final Logger logger = 37 private static final Logger logger =
38 Logger.getLogger(MapArtifact.class); 38 Logger.getLogger(MapArtifact.class);
39 39
40 @Override 40 @Override
144 144
145 public static class MapState extends RiverAxisState { 145 public static class MapState extends RiverAxisState {
146 146
147 @Override 147 @Override
148 public Object computeAdvance( 148 public Object computeAdvance(
149 FLYSArtifact artifact, 149 D4EArtifact artifact,
150 String hash, 150 String hash,
151 CallContext context, 151 CallContext context,
152 List<Facet> facets, 152 List<Facet> facets,
153 Object old) 153 Object old)
154 { 154 {

http://dive4elements.wald.intevation.org