[Schmitzm-commits] r294 - trunk/src/skrueger/geotools

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Aug 11 00:06:38 CEST 2009


Author: alfonx
Date: 2009-08-11 00:06:37 +0200 (Tue, 11 Aug 2009)
New Revision: 294

Modified:
   trunk/src/skrueger/geotools/MapContextManagerInterface.java
Log:
* Added a convenience method getMapContext() to the MapContextManagerInterface

Modified: trunk/src/skrueger/geotools/MapContextManagerInterface.java
===================================================================
--- trunk/src/skrueger/geotools/MapContextManagerInterface.java	2009-08-09 13:17:37 UTC (rev 293)
+++ trunk/src/skrueger/geotools/MapContextManagerInterface.java	2009-08-10 22:06:37 UTC (rev 294)
@@ -113,4 +113,10 @@
 	 * Returns the {@link StyledLayerInterface} object that is associated with the layer or NULL if the layer can't be found.
 	 */
 	StyledLayerInterface<?> getStyledObjectFor(MapLayer layer);
+	
+	/**
+	 * @return The {@link MapContext} managed by this {@link MapContextManagerInterface} 
+	 */
+	MapContext getMapContext();
+
 }



More information about the Schmitzm-commits mailing list