skrueger.geotools
Interface StyledFeaturesInterface<T>

Type Parameters:
T - The base Type returned in the getObject() method.
All Superinterfaces:
StyledLayerInterface<T>
All Known Subinterfaces:
StyledFeatureCollectionInterface, StyledFeatureSourceInterface
All Known Implementing Classes:
StyledFeatureCollection, StyledFS

public interface StyledFeaturesInterface<T>
extends StyledLayerInterface<T>

This Interface combines all styled layers that are running on FeatureCollection or FeatureSource

Author:
Stefan A. Krüger

Method Summary
 Map<Integer,AttributeMetaData> getAttributeMetaDataMap()
           
 FeatureCollection getFeatureCollection()
           
 FeatureSource getFeatureSource()
           
 
Methods inherited from interface skrueger.geotools.StyledLayerInterface
dispose, getCrs, getCRSString, getDesc, getEnvelope, getGeoObject, getId, getImageIcon, getInfoURL, getKeywords, getStyle, getTitle, isDisposed, setDesc, setImageIcon, setKeywords, setStyle, setTitle, uncache
 

Method Detail

getAttributeMetaDataMap

Map<Integer,AttributeMetaData> getAttributeMetaDataMap()

getFeatureSource

FeatureSource getFeatureSource()
Returns:
The features of this layer as a FeatureSource.

getFeatureCollection

FeatureCollection getFeatureCollection()
Returns:
The features of this layer as a FeatureCollection.