[Schmitzm-commits] r1006 - branches/2.2.x/src/skrueger/geotools
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 14 22:21:58 CEST 2010
Author: alfonx
Date: 2010-09-14 22:21:57 +0200 (Tue, 14 Sep 2010)
New Revision: 1006
Modified:
branches/2.2.x/src/skrueger/geotools/MapContextManagerInterface.java
Log:
Modified: branches/2.2.x/src/skrueger/geotools/MapContextManagerInterface.java
===================================================================
--- branches/2.2.x/src/skrueger/geotools/MapContextManagerInterface.java 2010-09-14 20:10:09 UTC (rev 1005)
+++ branches/2.2.x/src/skrueger/geotools/MapContextManagerInterface.java 2010-09-14 20:21:57 UTC (rev 1006)
@@ -35,6 +35,7 @@
import org.geotools.map.event.MapLayerListListener;
import skrueger.AttributeMetadataImpl;
+import skrueger.AttributeMetadataInterface;
import skrueger.RasterLegendData;
/**
@@ -86,7 +87,7 @@
* Returns a list of {@link AttributeMetadataImpl} that shall be shown (e.g. when the Mouse clicked into the map)
* Returns an empty list if the layer doesn't exist or is not backed by a {@link StyledFeatureCollectionInterface}
*/
- List<AttributeMetadataImpl> getVisibleAttribsFor(MapLayer mapLayer);
+ List<? extends AttributeMetadataInterface> getVisibleAttribsFor(MapLayer mapLayer);
/**
* Returns the title of the layer
More information about the Schmitzm-commits
mailing list