Mercurial > dive4elements > river
comparison flys-backend/src/main/java/de/intevation/flys/importer/XY.java @ 4707:2b0426b79a92
Documentation.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 19 Dec 2012 11:39:46 +0100 |
parents | 22858e7cca79 |
children | 7bbee0cfc171 |
comparison
equal
deleted
inserted
replaced
4706:e7b238247c4e | 4707:2b0426b79a92 |
---|---|
1 package de.intevation.flys.importer; | 1 package de.intevation.flys.importer; |
2 | 2 |
3 | |
4 /** Two doubles and an int index. */ | |
3 public class XY | 5 public class XY |
4 implements Comparable<XY> | 6 implements Comparable<XY> |
5 { | 7 { |
6 public static final double X_EPSILON = 1e-4; | 8 public static final double X_EPSILON = 1e-4; |
7 | 9 |