comparison flys-aft/src/main/java/de/intevation/aft/IdPair.java @ 4753:a310aceb2e51

Fetch calculation range (Berechnungsstrecke) for FLYS rivers, too.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 03 Jan 2013 14:19:45 +0100
parents dbd0b3b1b8b8
children
comparison
equal deleted inserted replaced
4752:ce570c74aa94 4753:a310aceb2e51
6 protected int id2; 6 protected int id2;
7 7
8 public IdPair() { 8 public IdPair() {
9 } 9 }
10 10
11 public IdPair(int id1) {
12 this.id1 = id1;
13 }
14
11 public IdPair(int id1, int id2) { 15 public IdPair(int id1, int id2) {
12 this.id1 = id1; 16 this(id1);
13 this.id2 = id2; 17 this.id2 = id2;
14 } 18 }
15 19
16 public int getId1() { 20 public int getId1() {
17 return id1; 21 return id1;

http://dive4elements.wald.intevation.org