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

Diff of /trunk/src/skrueger/geotools/StyledFeaturesInterface.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 35  import org.opengis.feature.simple.Simple Line 35  import org.opengis.feature.simple.Simple
35  import org.opengis.feature.simple.SimpleFeatureType;  import org.opengis.feature.simple.SimpleFeatureType;
36  import org.opengis.filter.Filter;  import org.opengis.filter.Filter;
37    
38    import skrueger.AttributeMetadataImpl;
39    
40  /**  /**
41   * This Interface combines all styled layers that are running on   * This Interface combines all styled layers that are running on
42   * {@link FeatureCollection} or {@link FeatureSource}   * {@link FeatureCollection} or {@link FeatureSource}
# Line 46  import org.opengis.filter.Filter; Line 48  import org.opengis.filter.Filter;
48   */   */
49  public interface StyledFeaturesInterface<T> extends StyledLayerInterface<T> {  public interface StyledFeaturesInterface<T> extends StyledLayerInterface<T> {
50    
51          public abstract AttributeMetadataMap getAttributeMetaDataMap();          public abstract AttributeMetadataMap<AttributeMetadataImpl> getAttributeMetaDataMap();
52    
53          /**          /**
54           * @return The features of this layer as a {@link FeatureSource}. The filter           * @return The features of this layer as a {@link FeatureSource}. The filter

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26