Mercurial > dive4elements > river
changeset 4318:46511b4d8357
KMIndex: Minor doc.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 30 Oct 2012 09:08:15 +0100 |
parents | 41cf1172825c |
children | 8d3523bbb088 |
files | flys-artifacts/src/main/java/de/intevation/flys/utils/KMIndex.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/utils/KMIndex.java Tue Oct 30 07:00:06 2012 +0100 +++ b/flys-artifacts/src/main/java/de/intevation/flys/utils/KMIndex.java Tue Oct 30 09:08:15 2012 +0100 @@ -7,6 +7,7 @@ import java.io.Serializable; +/** km to value, searchable. Tolerance is at 10cm. */ public class KMIndex<A> implements Serializable, Iterable<KMIndex.Entry<A>> {