[Schmitzm-commits] r208 - trunk/src/skrueger/geotools
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jul 9 22:51:59 CEST 2009
Author: alfonx
Date: 2009-07-09 22:51:58 +0200 (Thu, 09 Jul 2009)
New Revision: 208
Modified:
trunk/src/skrueger/geotools/StyledFS.java
trunk/src/skrueger/geotools/StyledMapInterface.java
Log:
* SCHMITZ/ISDSS/AV/GP CodeClean: Removed the "throws Exception" from "getGeoObject" and rather let it throw a RuntimeException(e). Now it's our job to remove ny throw/catch leftovers in the outer code.
* Fundamentally introduced AttributeMetaData to AtlasStyler
Modified: trunk/src/skrueger/geotools/StyledFS.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFS.java 2009-07-09 20:14:21 UTC (rev 207)
+++ trunk/src/skrueger/geotools/StyledFS.java 2009-07-09 20:51:58 UTC (rev 208)
@@ -121,7 +121,7 @@
}
}
- public FeatureSource getGeoObject() throws Exception {
+ public FeatureSource getGeoObject() {
return fs;
}
Modified: trunk/src/skrueger/geotools/StyledMapInterface.java
===================================================================
--- trunk/src/skrueger/geotools/StyledMapInterface.java 2009-07-09 20:14:21 UTC (rev 207)
+++ trunk/src/skrueger/geotools/StyledMapInterface.java 2009-07-09 20:51:58 UTC (rev 208)
@@ -99,7 +99,7 @@
*
* @throws RuntimeException
*/
- public E getGeoObject() throws Exception;
+ public E getGeoObject();
public Style getStyle();
@@ -128,19 +128,5 @@
*/
public void uncache();
- /**
- * If true, this layer will not be shown in the legend. Default = false
- */
- /**
- *
- * Killed by SK: 6. April 09: Ein Layer soll nicht generell auf
- * verstecken/nicht verstecken gestellt werden können. Das sind
- * Eigenschaften der Karte/MapContext, ebenso wie die Reihenfolge der Layer.
- * Im Atlas verwaltet deshalb nun die Klasse skrueger.atlas.Map welche Layer
- * nicht in der Legende auftauchen sollen. Meines Wissens hat keiner bisher
- * die Funktion genutzt.
- *
- * public boolean isHideInLegend();
- */
}
More information about the Schmitzm-commits
mailing list