# HG changeset patch # User Sascha L. Teichmann # Date 1326729106 0 # Node ID dc28ea60b53d2feea4ee1e282d90a5116698d366 # Parent 4d57d456e261e9175b669fad925ad96570918e54 Added cached/chunked access to cross section lines. TODO: Use the FastCrossSectionLines. flys-artifacts/trunk@3689 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 4d57d456e261 -r dc28ea60b53d flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Mon Jan 16 13:40:32 2012 +0000 +++ b/flys-artifacts/ChangeLog Mon Jan 16 15:51:46 2012 +0000 @@ -1,3 +1,18 @@ +2012-01-16 Sascha L. Teichmann + + * doc/conf/cache.xml: Added cache for fast section lines chunks. + + * src/main/java/de/intevation/flys/artifacts/model/FastCrossSectionChunk.java: + New. Chunks of FastCrossSectionLines. Stores cross section lines for ranges + of one KM. + + * src/main/java/de/intevation/flys/artifacts/model/FastCrossSectionLineFactory.java: + New. Access fast cross section lines. It uses the cache 'fast-cross-section-lines' + configured in cache.xml to store chunks of cross section lines. + + * src/main/java/de/intevation/flys/artifacts/model/FastCrossSectionLine.java: + New. Stores the important data (points) of a cross section line. + 2012-01-16 Ingo Weinzierl * src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java: diff -r 4d57d456e261 -r dc28ea60b53d flys-artifacts/doc/conf/cache.xml --- a/flys-artifacts/doc/conf/cache.xml Mon Jan 16 13:40:32 2012 +0000 +++ b/flys-artifacts/doc/conf/cache.xml Mon Jan 16 15:51:46 2012 +0000 @@ -92,6 +92,14 @@ memoryStoreEvictionPolicy="LRU" /> + + +