/[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

trunk/src/skrueger/geotools/StyledFeaturesInterface.java revision 244 by alfonx, Wed Jul 29 09:33:33 2009 UTC branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeaturesInterface.java revision 324 by alfonx, Wed Aug 26 15:17:02 2009 UTC
# Line 2  Line 2 
2   * Copyright (c) 2009 Martin O. J. Schmitz.   * Copyright (c) 2009 Martin O. J. Schmitz.
3   *   *
4   * This file is part of the SCHMITZM library - a collection of utility   * This file is part of the SCHMITZM library - a collection of utility
5   * classes based on Java 1.6, focussing (not only) on Java Swing   * classes based on Java 1.6, focusing (not only) on Java Swing
6   * and the Geotools library.   * and the Geotools library.
7   *   *
8   * The SCHMITZM project is hosted at:   * The SCHMITZM project is hosted at:
# Line 33  import java.util.Map; Line 33  import java.util.Map;
33    
34  import org.geotools.data.FeatureSource;  import org.geotools.data.FeatureSource;
35  import org.geotools.feature.FeatureCollection;  import org.geotools.feature.FeatureCollection;
36    import org.opengis.feature.simple.SimpleFeature;
37    import org.opengis.feature.simple.SimpleFeatureType;
38    
39  import skrueger.AttributeMetaData;  import skrueger.AttributeMetaData;
40    
# Line 52  public interface StyledFeaturesInterface Line 54  public interface StyledFeaturesInterface
54          /**          /**
55           * @return The features of this layer as a {@link FeatureSource}.           * @return The features of this layer as a {@link FeatureSource}.
56           */           */
57          public FeatureSource getFeatureSource();          public FeatureSource<SimpleFeatureType, SimpleFeature> getFeatureSource();
58    
59          /**          /**
60           * @return The features of this layer as a {@link FeatureCollection}.           * @return The features of this layer as a {@link FeatureCollection}.
61           */           */
62          public abstract FeatureCollection getFeatureCollection();          public abstract FeatureCollection<SimpleFeatureType, SimpleFeature> getFeatureCollection();
63  }  }

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26