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

Contents of /trunk/src/skrueger/geotools/StyledFeatureCollectionInterface.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 224 - (show annotations)
Tue Jul 14 15:57:19 2009 UTC (15 years, 7 months ago) by alfonx
File size: 357 byte(s)
* big biG BIG refactoring: StyledMap[Interface,Util,Style] never dealt with Maps (=Orchestrations of layers), but always only with single Layers. Now it has been refactored to StyledLayer[Interface,Util,Style]. 
* Some variable names and methodNames have been corrected also, but many will still be missing.
* New JARs committed
1 package skrueger.geotools;
2
3 import java.util.Map;
4
5 import org.geotools.feature.FeatureCollection;
6
7 import skrueger.AttributeMetaData;
8
9 /**
10 * {@link StyledLayerInterface} which contains a {@link FeatureCollection} as geo object.<br>
11 */
12 public interface StyledFeatureCollectionInterface extends StyledFeaturesInterface<FeatureCollection> {
13
14 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26