7 |
import skrueger.AttributeMetaData; |
import skrueger.AttributeMetaData; |
8 |
|
|
9 |
/** |
/** |
10 |
* {@link StyledMapInterface} which contains a {@link FeatureCollection} as geo object.<br> |
* {@link StyledLayerInterface} which contains a {@link FeatureCollection} as geo object.<br> |
11 |
*/ |
*/ |
12 |
public interface StyledFeatureCollectionInterface extends StyledFeaturesInterface<FeatureCollection> { |
public interface StyledFeatureCollectionInterface extends StyledFeaturesInterface<FeatureCollection> { |
13 |
|
|
|
public abstract Map<Integer,AttributeMetaData> getAttributeMetaDataMap(); |
|
|
|
|
14 |
} |
} |