Thu, 19 Jan 2012 13:36:06 +0000 |
Sascha L. Teichmann |
Added meachnism to backend to fetch all annotation related data in one go.
|
Wed, 18 Jan 2012 09:26:54 +0000 |
Ingo Weinzierl |
Added a function Gauge.getGaugeByOfficialNumber() that returns a Gauge based on its official number.
|
Tue, 17 Jan 2012 16:56:38 +0000 |
Sascha L. Teichmann |
Create fast cross section lines in the backend now.
|
Mon, 16 Jan 2012 14:52:40 +0000 |
Sascha L. Teichmann |
CrossSection: Added method to extract the lines of a given km range.
|
Mon, 16 Jan 2012 14:16:52 +0000 |
Sascha L. Teichmann |
CrossSectionLine: Simplified creation of Point2Ds.
|
Tue, 10 Jan 2012 10:33:14 +0000 |
Sascha L. Teichmann |
Make parsing of official numbers out of STA files being enabled with new system property.
|
Thu, 05 Jan 2012 15:00:21 +0000 |
Sascha L. Teichmann |
backend: Fixed spatial table hws.
|
Thu, 05 Jan 2012 10:42:20 +0000 |
Ingo Weinzierl |
Modified the signature of RiverAxis.getRiverAxis() which now returns a list of RiverAxis objects instead of a single instance.
|
Tue, 03 Jan 2012 10:10:56 +0000 |
Ingo Weinzierl |
Added a new method Wst.determineMinMaxQFree() to determine the min/max Qs at a given kilometer.
|
Mon, 02 Jan 2012 13:42:27 +0000 |
Sascha L. Teichmann |
Removed "NOT NULL" constraint from gauges.range_id because there are gauges which dont have a Gueltigkeitsbereich.
|
Wed, 28 Dec 2011 12:16:52 +0000 |
Ingo Weinzierl |
Added a new method Wst.determineMinMaxQ(double,double).
|
Mon, 19 Dec 2011 11:21:25 +0000 |
Sascha L. Teichmann |
Added support for official gauge numbers.
|
Wed, 30 Nov 2011 12:14:41 +0000 |
Bjoern Schilberg |
doc/schema/oracle-spatial.sql: Adjust extent of germany to EPSG:31467 (GK3) coordinates.
|
Wed, 30 Nov 2011 11:23:23 +0000 |
Bjoern Schilberg |
doc/schema/oracle-spatial.sql: Adjusted extent to the extent of germany and srs to 31467 in USER_SDO_GEOM_METADATA.
|
Tue, 29 Nov 2011 15:31:18 +0000 |
Bjoern Schilberg |
Fixed oracle_create_user.sql script: Fixed notation of the table in the alter statement.
|
Fri, 18 Nov 2011 15:53:07 +0000 |
Sascha L. Teichmann |
Fixed flys/issue415: Increased precision of a and b in ranges.
|
Thu, 10 Nov 2011 13:58:33 +0000 |
Ingo Weinzierl |
Added functions that return lists of Buildings/Fixpoints to according classes.
|
Thu, 10 Nov 2011 13:35:31 +0000 |
Ingo Weinzierl |
Adapted 'lines' relation and made lines queryable for a given river.
|
Wed, 09 Nov 2011 16:25:20 +0000 |
Ingo Weinzierl |
Added and registered a model Catchment for 'catchment' relation.
|
Wed, 09 Nov 2011 16:01:16 +0000 |
Ingo Weinzierl |
Added model for 'hws' relation and synced postgis with oracle spatial schema.
|
Wed, 09 Nov 2011 14:59:01 +0000 |
Ingo Weinzierl |
Added some functions that return information about the db connection used by the current database session.
|
Wed, 09 Nov 2011 10:31:08 +0000 |
Ingo Weinzierl |
Made flys-backend compatible with oracle spatial.
|
Tue, 01 Nov 2011 15:30:38 +0000 |
Ingo Weinzierl |
Added model class for relation 'river_axes_km'.
|
Tue, 25 Oct 2011 15:19:56 +0000 |
Bjoern Schilberg |
Added explizit TABLESPACE definition for the user.
|
Tue, 25 Oct 2011 06:52:32 +0000 |
Bjoern Schilberg |
Adjusted oracle_create_user.sql script. Added USER SQL snippet to change tablespace to users.
|
Mon, 24 Oct 2011 16:48:21 +0000 |
Sascha L. Teichmann |
Added date guesser for WST columns.
|
Mon, 24 Oct 2011 12:33:05 +0000 |
Bjoern Schilberg |
Adjusted geometry type for floodplain and hws in AddGeometryColumn.
|
Wed, 19 Oct 2011 09:46:19 +0000 |
Bjoern Schilberg |
Added missing views (wst_value_table,wst_w_values,wst_q_values).
|
Tue, 18 Oct 2011 10:25:00 +0000 |
Bjoern Schilberg |
Removed all CREATE OR REPLACE TRIGGER statements.
|
Mon, 17 Oct 2011 12:10:12 +0000 |
Bjoern Schilberg |
Adjusted NUMBER format for units, positions and cross_section_points tables.
|
Tue, 11 Oct 2011 07:29:53 +0000 |
Bjoern Schilberg |
Fixed errors.
|
Mon, 10 Oct 2011 16:20:17 +0000 |
Bjoern Schilberg |
Adjust oracle schema [I382]
|
Mon, 10 Oct 2011 12:21:50 +0000 |
Felix Wolfsteller |
Removed obsolete imports.
|
Wed, 05 Oct 2011 09:03:58 +0000 |
Sascha L. Teichmann |
units table: Added update statements for existing databases
|
Wed, 05 Oct 2011 08:33:25 +0000 |
Ingo Weinzierl |
Added a schema dump shell script.
|
Tue, 04 Oct 2011 15:28:19 +0000 |
Ingo Weinzierl |
Removed the Unit from Wsts - added a WstUnit column to rivers.
|
Tue, 04 Oct 2011 06:47:00 +0000 |
Ingo Weinzierl |
Added db table, model class and importer stuff for units.
|
Tue, 04 Oct 2011 05:06:10 +0000 |
Ingo Weinzierl |
Bugfix: #333 Improved determination of reference gauge based on start km.
|
Wed, 28 Sep 2011 15:35:54 +0000 |
Felix Wolfsteller |
Extracted StringUtil.wWrap method from WaterlevelSelectState .
|
Wed, 28 Sep 2011 08:17:16 +0000 |
Felix Wolfsteller |
Added 'unbracket' StringUtil method (extracted from WaterlevelSelectState).
|
Tue, 27 Sep 2011 13:37:34 +0000 |
Sascha L. Teichmann |
CrossSectionLine: Moved some logic from cross section demo app to this model.
|
Mon, 26 Sep 2011 15:26:44 +0000 |
Ingo Weinzierl |
Added function to retrieve nearest CrossSectionTrack to a given kilometer.
|
Fri, 23 Sep 2011 11:15:20 +0000 |
Bjoern Schilberg |
Added missing schemas.
|
Fri, 23 Sep 2011 10:42:25 +0000 |
Bjoern Schilberg |
Harmonized oracle and postgresql spatial schema.
|
Thu, 22 Sep 2011 12:10:08 +0000 |
Bjoern Schilberg |
Harmonized Extent for Saar and Mosel. Some cleanups.
|
Thu, 22 Sep 2011 11:20:15 +0000 |
Ingo Weinzierl |
Added code and a system property 'flys.backend.enablejmx=true' to enable JMX support for hibernate.
|
Wed, 21 Sep 2011 10:12:00 +0000 |
Bjoern Schilberg |
Added right to create views.
|
Tue, 20 Sep 2011 13:21:29 +0000 |
Bjoern Schilberg |
Generalized oracle spatial schema.
|
Mon, 19 Sep 2011 14:33:40 +0000 |
Ingo Weinzierl |
Tagged RELEASE 2.5 of flys-backend.
|
Fri, 16 Sep 2011 14:53:21 +0000 |
Ingo Weinzierl |
Added a function to query a DGM by Id.
|
Thu, 15 Sep 2011 11:19:08 +0000 |
Bjoern Schilberg |
Removed oracle dependency.
|
Thu, 15 Sep 2011 11:16:59 +0000 |
Bjoern Schilberg |
Added inital oracle schema.
|
Wed, 14 Sep 2011 14:52:59 +0000 |
Bjoern Schilberg |
Added inital oracle-spatial_idx.sql script.
|
Wed, 14 Sep 2011 14:49:53 +0000 |
Bjoern Schilberg |
Deactivated spatial indexes.
|
Wed, 14 Sep 2011 14:09:50 +0000 |
Bjoern Schilberg |
Added inital oracle_create_user.sql script.
|
Wed, 14 Sep 2011 10:05:09 +0000 |
Bjoern Schilberg |
Added schema floodplain.
|
Wed, 14 Sep 2011 09:49:18 +0000 |
Bjoern Schilberg |
Added schema hws.
|
Wed, 14 Sep 2011 09:28:20 +0000 |
Bjoern Schilberg |
Added schema cross_section_tracks.
|
Wed, 14 Sep 2011 08:54:07 +0000 |
Bjoern Schilberg |
Added schema river_axes.
|
Wed, 14 Sep 2011 08:07:08 +0000 |
Bjoern Schilberg |
Added schema fixpoints.
|