comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/minfo/DifferenceSelect.java @ 4826:a3dc382bc1ca

BedHeightAccess, FlowVelocityAccess, SedimentLoadAccess: Inherit from RangeAccess. Update callers.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 21 Jan 2013 17:26:08 +0100
parents 8e66293c5369
children
comparison
equal deleted inserted replaced
4825:f8217f1fef2e 4826:a3dc382bc1ca
53 Artifact artifact, 53 Artifact artifact,
54 String name, 54 String name,
55 CallContext context) 55 CallContext context)
56 { 56 {
57 Element[] elements = new Element[1]; 57 Element[] elements = new Element[1];
58 BedHeightAccess bha = new BedHeightAccess((FLYSArtifact)artifact); 58 BedHeightAccess bha = new BedHeightAccess((FLYSArtifact)artifact, context);
59 String time = bha.getYearEpoch(); 59 String time = bha.getYearEpoch();
60 elements[0] = createItem( 60 elements[0] = createItem(
61 ec, 61 ec,
62 new String[] {"year-epoch", time}); 62 new String[] {"year-epoch", time});
63 63

http://dive4elements.wald.intevation.org