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