Parent Directory
|
Revision Log
* Renamed StyledFeatureInterface to StyledFeaturesInterface
1 | mojays | 2 | package skrueger.geotools; |
2 | |||
3 | import java.util.Map; | ||
4 | |||
5 | import org.geotools.data.FeatureSource; | ||
6 | |||
7 | import skrueger.AttributeMetaData; | ||
8 | |||
9 | /** | ||
10 | * {@link StyledMapInterface} which contains a {@link FeatureSource} as geo object.<br> | ||
11 | */ | ||
12 | alfonx | 222 | public interface StyledFeatureSourceInterface extends StyledFeaturesInterface<FeatureSource> { |
13 | mojays | 2 | |
14 | public abstract Map<Integer,AttributeMetaData> getAttributeMetaDataMap(); | ||
15 | |||
16 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |