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

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

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

revision 685 by alfonx, Wed Feb 10 15:04:02 2010 UTC revision 769 by alfonx, Sun Mar 21 11:02:34 2010 UTC
# Line 37  import org.geotools.feature.FeatureColle Line 37  import org.geotools.feature.FeatureColle
37  import org.geotools.styling.Style;  import org.geotools.styling.Style;
38  import org.opengis.referencing.crs.CoordinateReferenceSystem;  import org.opengis.referencing.crs.CoordinateReferenceSystem;
39    
40  import skrueger.AttributeMetadata;  import skrueger.AttributeMetadataImpl;
41  import skrueger.RasterLegendData;  import skrueger.RasterLegendData;
42  import skrueger.i8n.Translation;  import skrueger.i8n.Translation;
43    
# Line 85  import com.vividsolutions.jts.geom.Envel Line 85  import com.vividsolutions.jts.geom.Envel
85   * <ul>   * <ul>
86   * <li>layer list only depends on {@link StyledLayerInterface}</li>   * <li>layer list only depends on {@link StyledLayerInterface}</li>
87   * <li>methods returning {@link Translation} must not return {@code null}</li>   * <li>methods returning {@link Translation} must not return {@code null}</li>
88   * <li>methods returning {@link AttributeMetadata}-Map must not return {@code   * <li>methods returning {@link AttributeMetadataImpl}-Map must not return {@code
89   * null}</li>   * null}</li>
90   * <li>static helper method to get a new {@link AttributeMetadata}-map withe the   * <li>static helper method to get a new {@link AttributeMetadataImpl}-map withe the
91   * visible attributes only</li>   * visible attributes only</li>
92   * <li>static helper method to create a "default" {@link AttributeMetadata}-map   * <li>static helper method to create a "default" {@link AttributeMetadataImpl}-map
93   * for a {@link FeatureCollection} with all attributes visible and without real   * for a {@link FeatureCollection} with all attributes visible and without real
94   * translations, but the attribute name as description.</li>   * translations, but the attribute name as description.</li>
95   * </ul>   * </ul>

Legend:
Removed from v.685  
changed lines
  Added in v.769

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26