/[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 324 by alfonx, Wed Aug 26 15:17:02 2009 UTC revision 420 by alfonx, Thu Oct 1 20:22:48 2009 UTC
# Line 29  Line 29 
29   ******************************************************************************/   ******************************************************************************/
30  package skrueger.geotools;  package skrueger.geotools;
31    
 import java.util.Map;  
   
32  import org.geotools.data.FeatureSource;  import org.geotools.data.FeatureSource;
33  import org.geotools.feature.FeatureCollection;  import org.geotools.feature.FeatureCollection;
34  import org.opengis.feature.simple.SimpleFeature;  import org.opengis.feature.simple.SimpleFeature;
35  import org.opengis.feature.simple.SimpleFeatureType;  import org.opengis.feature.simple.SimpleFeatureType;
36    
 import skrueger.AttributeMetaData;  
   
37  /**  /**
38   * This Interface combines all styled layers that are running on   * This Interface combines all styled layers that are running on
39   * {@link FeatureCollection} or {@link FeatureSource}   * {@link FeatureCollection} or {@link FeatureSource}
# Line 49  import skrueger.AttributeMetaData; Line 45  import skrueger.AttributeMetaData;
45   */   */
46  public interface StyledFeaturesInterface<T> extends StyledLayerInterface<T> {  public interface StyledFeaturesInterface<T> extends StyledLayerInterface<T> {
47    
48          public abstract Map<Integer, AttributeMetaData> getAttributeMetaDataMap();          public abstract AttributeMetadataMap getAttributeMetaDataMap();
49    
50          /**          /**
51           * @return The features of this layer as a {@link FeatureSource}.           * @return The features of this layer as a {@link FeatureSource}.

Legend:
Removed from v.324  
changed lines
  Added in v.420

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26