log flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 4242:448cbd8708d5

age author description
Mon, 22 Oct 2012 07:34:45 +0200 Felix Wolfsteller Documentation added, cosmetics.
Tue, 16 Oct 2012 11:33:23 +0200 Felix Wolfsteller Cosmetics, documentation.
Sat, 06 Oct 2012 12:27:01 +0200 Sascha L. Teichmann Cleaned up iterating over maps. Removed some dead code.
Fri, 28 Sep 2012 08:39:36 +0000 Bjoern Ricks Add FLYSArtifact addFacets method
Wed, 26 Sep 2012 10:56:52 +0000 Bjoern Ricks Convert FKYSArtifact data member to a private variable
Thu, 20 Sep 2012 07:16:45 +0000 Christian Lins Manual points (work in progress)
Sun, 29 Jul 2012 11:04:06 +0000 Sascha L. Teichmann Use the new infrastructure to figure out if a facet should
Sat, 28 Jul 2012 21:48:15 +0000 Sascha L. Teichmann s/container.size() == 0/container.isEmpty()/
Sat, 28 Jul 2012 20:58:42 +0000 Sascha L. Teichmann FLYSArtifact: Lowered logging output level from info to debug. Made some more debug outputs conditional.
Sat, 28 Jul 2012 20:38:27 +0000 Sascha L. Teichmann FLYSArtifact: Some code simplifications.
Mon, 23 Jul 2012 08:38:23 +0000 Sascha L. Teichmann FLYSArtifact: Prevent NPE in getOutputForState(). Why does this happen?
Fri, 13 Jul 2012 12:41:44 +0000 Christian Lins Create shapefile directory instead of shapefile 'file'
Thu, 28 Jun 2012 08:16:20 +0000 Sascha L. Teichmann Moved FixationArtifactAccess to new access package.
Wed, 27 Jun 2012 13:45:55 +0000 Sascha L. Teichmann Moved common code of the *Artifacts into FLYSArtifact.
Thu, 24 May 2012 13:43:35 +0000 Felix Wolfsteller Allow easy change of sticky axis for annotations.
Wed, 16 May 2012 08:21:02 +0000 Ingo Weinzierl Moved the implementation of getDataAsDouble() from concrete Artifacts into FLYSArtifact.
Fri, 30 Mar 2012 09:38:29 +0000 Ingo Weinzierl #460 Fixed duplicated Outputs in DESCRIBE documents.
Mon, 30 Jan 2012 13:29:07 +0000 Ingo Weinzierl Format the timerange (static ui) inserted in the 'historical discharge curves' calculation.
Wed, 25 Jan 2012 12:58:26 +0000 Felix Wolfsteller Cosmetics.
Thu, 19 Jan 2012 13:01:33 +0000 Felix Wolfsteller Cosmetics.
Wed, 18 Jan 2012 09:29:12 +0000 Ingo Weinzierl Added convinience functions to FLYSArtifact and FLYSUtils.
Fri, 13 Jan 2012 11:40:27 +0000 Felix Wolfsteller Avoid an unlikely NPE.
Tue, 10 Jan 2012 11:50:01 +0000 Ingo Weinzierl Implemented initialize() in FloodMapState to enable cloning floodmaps.
Mon, 09 Jan 2012 08:27:15 +0000 Ingo Weinzierl Call State.initialize() for each State of an Artifact in FLYSArtifact.
Wed, 21 Dec 2011 15:44:41 +0000 Ingo Weinzierl Bugfix: repaired broken named values in exports - the last solution had bad side effects.
Mon, 19 Dec 2011 10:01:17 +0000 Ingo Weinzierl #380 Validate the user selected DEM in the server.
Tue, 15 Nov 2011 14:45:57 +0000 Felix Wolfsteller New convenience function to copy data from one artifact to another.
Wed, 02 Nov 2011 11:21:57 +0000 Felix Wolfsteller Give outputname to artifacts getInitialFacetActivity, generate second pair of MainvalueFacets for discharge curves.
Fri, 28 Oct 2011 09:55:59 +0000 Felix Wolfsteller Added method to FLYSArtifact to access ids of states.
Fri, 28 Oct 2011 09:00:51 +0000 Felix Wolfsteller Extracet getFlysContext from FLYSArtifact to FLYSUtils.
Thu, 27 Oct 2011 09:32:05 +0000 Felix Wolfsteller Restore mapping of state id to facets (revert, rev 3083 and 3088).
Wed, 26 Oct 2011 12:23:47 +0000 Felix Wolfsteller Do not store association of states to facets, let artifacts keep facets in a pure list.
Wed, 26 Oct 2011 08:15:24 +0000 Felix Wolfsteller Cosmetics, docs.
Tue, 18 Oct 2011 13:26:15 +0000 Felix Wolfsteller Add convenience method to add default data as string.
Fri, 14 Oct 2011 08:52:44 +0000 Felix Wolfsteller Allow simple codepaths to have Facets initially being 'inactive' (wrt rendering).
Wed, 12 Oct 2011 10:59:12 +0000 Felix Wolfsteller Cosmetics, docs.
Wed, 28 Sep 2011 09:17:20 +0000 Ingo Weinzierl Made feed() operation able to remove existing data items from Artifact's data pool.
Tue, 27 Sep 2011 15:19:59 +0000 Ingo Weinzierl Little modifications for making recommendations - will now work for states with background calculation.
Wed, 21 Sep 2011 14:01:14 +0000 Felix Wolfsteller Cosmetics, docs.
Mon, 19 Sep 2011 12:44:51 +0000 Ingo Weinzierl Cleanup imports.
Thu, 15 Sep 2011 15:05:24 +0000 Ingo Weinzierl Introduced the possibility for States to transform/modify input before the data is added to FLYSArtifact.
Wed, 07 Sep 2011 07:37:22 +0000 Felix Wolfsteller Minor cosmetics
Wed, 31 Aug 2011 12:44:07 +0000 Ingo Weinzierl Reordered some parameters in a FLYSArtifact method.
Fri, 26 Aug 2011 14:55:18 +0000 Ingo Weinzierl Added a new method to FLYSArtifact to destroy a single state (call its endOfLife).
Fri, 26 Aug 2011 08:53:37 +0000 Ingo Weinzierl Call State.endOfLife() for all States in the Artifact when Artifact.endOfLife() is called.
Fri, 26 Aug 2011 08:07:47 +0000 Ingo Weinzierl Call State.endOfLife() in FLYSArtifact when stepping back to a previous state.
Wed, 24 Aug 2011 09:44:31 +0000 Felix Wolfsteller Refactored (state access) to ease future development of more trivial artifacts.
Tue, 23 Aug 2011 11:07:21 +0000 Sascha L. Teichmann Made FLYS artifacts cloneable.
Mon, 22 Aug 2011 16:37:12 +0000 Sascha L. Teichmann Build out/facet filter from XML document passed at creation time.
Mon, 22 Aug 2011 16:05:40 +0000 Sascha L. Teichmann Added optional positive filter for outs and facets.
Mon, 22 Aug 2011 15:25:48 +0000 Sascha L. Teichmann Moved WINFO specific stuff from FLYS into WINFO artifact.
Fri, 19 Aug 2011 14:10:18 +0000 Sascha L. Teichmann State engine: Removed CallContext from state validation.
Wed, 27 Jul 2011 11:01:55 +0000 Sascha L. Teichmann datacage: prepared access to outs of artifacts.
Thu, 21 Jul 2011 14:00:09 +0000 Ingo Weinzierl Modified the CollectionMonitor to recommend artifacts for the current state's outputs only.
Wed, 20 Jul 2011 17:03:00 +0000 Sascha L. Teichmann DataCage: Added a recommend() method to generate recommendations for
Wed, 20 Jul 2011 15:06:16 +0000 Ingo Weinzierl Added configurations for river WMSe (currently for Saar, Mosel, Elbe).
Wed, 20 Jul 2011 12:34:20 +0000 Ingo Weinzierl Adapted the method of FLYSArtifact.setup() which has been changed in the artifact package.
Mon, 18 Jul 2011 17:09:00 +0000 Ingo Weinzierl Simplified the code to read all provided Outputs of an Artifact.
Mon, 18 Jul 2011 10:13:25 +0000 Ingo Weinzierl Added artifacts/states for WMS background an river axis and a configuration for the output-defaults.
Mon, 18 Jul 2011 09:20:42 +0000 Ingo Weinzierl Added a computeInit() method to intialize data/facets after creating new artifacts.

http://dive4elements.wald.intevation.org