comparison backend/src/main/java/org/dive4elements/river/importer/common/AbstractKmLineImport.java @ 9056:ddebd4c2fe93

Corrected station parsing for infrastructure import
author mschaefer
date Fri, 04 May 2018 14:05:21 +0200
parents ae76f618d990
children
comparison
equal deleted inserted replaced
9055:df5c5614e9a7 9056:ddebd4c2fe93
46 public StoreMode store(final SERIES parent, final StoreMode parentStoreMode) { 46 public StoreMode store(final SERIES parent, final StoreMode parentStoreMode) {
47 getPeer(parent, parentStoreMode); 47 getPeer(parent, parentStoreMode);
48 return this.storeMode; 48 return this.storeMode;
49 } 49 }
50 50
51 public double getStation() {
52 return this.station;
53 }
51 54
52 /** 55 /**
53 * Gets the station value record from the database if existing, or creates a database record from this object and adds 56 * Gets the station value record from the database if existing, or creates a database record from this object and adds
54 * it 57 * it
55 */ 58 */

http://dive4elements.wald.intevation.org