/[schmitzm]/trunk/src/skrueger/geotools/AbstractStyledLayer.java
ViewVC logotype

Diff of /trunk/src/skrueger/geotools/AbstractStyledLayer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 224 by alfonx, Tue Jul 14 15:57:19 2009 UTC revision 225 by alfonx, Wed Jul 15 08:05:22 2009 UTC
# Line 43  public abstract class AbstractStyledLaye Line 43  public abstract class AbstractStyledLaye
43    protected Style style = null;    protected Style style = null;
44    
45    /**    /**
46     * Creates a language specific styled map.     * Creates a language specific styled layer.
47     * @param geoObject the geo object     * @param geoObject the geo object
48     * @param envelope the bounds of the geo object     * @param envelope the bounds of the geo object
49     * @param crs the CRS of the geo object     * @param crs the CRS of the geo object
# Line 73  public abstract class AbstractStyledLaye Line 73  public abstract class AbstractStyledLaye
73    }    }
74    
75    /**    /**
76     * Creates a non-translated styled map.     * Creates a non-translated styled layer.
77     * @param geoObject the geo object     * @param geoObject the geo object
78     * @param envelope the bounds of the geo object     * @param envelope the bounds of the geo object
79     * @param crs the CRS of the geo object     * @param crs the CRS of the geo object
# Line 94  public abstract class AbstractStyledLaye Line 94  public abstract class AbstractStyledLaye
94    
95    /**    /**
96     * Returns a ID for the geo object. The ID should be unique in a map ob     * Returns a ID for the geo object. The ID should be unique in a map ob
97     * {@linkplain StyledLayerInterface styled map objects}     * {@linkplain StyledLayerInterface styled layer objects}
98     */     */
99    public String getId() {    public String getId() {
100      return id;      return id;

Legend:
Removed from v.224  
changed lines
  Added in v.225

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26