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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 15 10:05:23 CEST 2009


Author: alfonx
Date: 2009-07-15 10:05:22 +0200 (Wed, 15 Jul 2009)
New Revision: 225

Modified:
   trunk/src/skrueger/geotools/AbstractStyledLayer.java
   trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
Log:
* Just renamed a bunch of 
> StyledLayerInterface styledMap;
variables to
> StyledLayerInterface styledLayer;

Modified: trunk/src/skrueger/geotools/AbstractStyledLayer.java
===================================================================
--- trunk/src/skrueger/geotools/AbstractStyledLayer.java	2009-07-14 15:57:19 UTC (rev 224)
+++ trunk/src/skrueger/geotools/AbstractStyledLayer.java	2009-07-15 08:05:22 UTC (rev 225)
@@ -43,7 +43,7 @@
   protected Style style = null;
 
   /**
-   * Creates a language specific styled map.
+   * Creates a language specific styled layer.
    * @param geoObject the geo object
    * @param envelope the bounds of the geo object
    * @param crs the CRS of the geo object
@@ -73,7 +73,7 @@
   }
 
   /**
-   * Creates a non-translated styled map.
+   * Creates a non-translated styled layer.
    * @param geoObject the geo object
    * @param envelope the bounds of the geo object
    * @param crs the CRS of the geo object
@@ -94,7 +94,7 @@
 
   /**
    * Returns a ID for the geo object. The ID should be unique in a map ob
-   * {@linkplain StyledLayerInterface styled map objects}
+   * {@linkplain StyledLayerInterface styled layer objects}
    */
   public String getId() {
     return id;

Modified: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java	2009-07-14 15:57:19 UTC (rev 224)
+++ trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java	2009-07-15 08:05:22 UTC (rev 225)
@@ -47,7 +47,7 @@
 		FeatureCollectionTableModel {
 	final static private Logger LOGGER = Logger
 			.getLogger(StyledFeatureCollectionTableModel.class);
-	/** Holds the data source as styled map. */
+	/** Holds the data source as styled layer. */
 	protected StyledLayerInterface<?> layer = null;
 	/** Contains only the visible elements of the {@link AttributeMetaData}-Map */
 	protected Map<Integer, AttributeMetaData> visibleAMD = null;
@@ -63,7 +63,7 @@
 	
 
 	/**
-	 * Creates a new table model for a styled map.
+	 * Creates a new table model for a styled layer.
 	 * 
 	 * @param layer
 	 *            the styled layer
@@ -74,7 +74,7 @@
 	}
 
 	/**
-	 * Creates a new table model for a styled map.
+	 * Creates a new table model for a styled layer.
 	 * 
 	 * @param layer
 	 *            the styled layer
@@ -89,7 +89,7 @@
 
 
 	/**
-	 * Creates a new table model for a styled map.
+	 * Creates a new table model for a styled layer.
 	 * 
 	 * @param layer
 	 *            the styled layer
@@ -99,7 +99,7 @@
 	}
 
 	/**
-	 * Creates a new table model for a styled map.
+	 * Creates a new table model for a styled layer.
 	 * 
 	 * @param layer
 	 *            the styled layer



More information about the Schmitzm-commits mailing list