Package com.luciad.ogc.sld.view.gxy
Interface ILcdSLDGXYLayerFactory
- All Known Implementing Classes:
TLcdS52SLDGXYLayerFactory,TLcdSLDGXYCompositeLayerFactory,TLcdSLDGXYLayerFactory,TLcdSLDGXYLayerTreeNodeFactory
public interface ILcdSLDGXYLayerFactory
A factory for creating ILcdGXYLayer instances of models, to be used for display of these models on an ILcdGXYView
according to one or more given SLD feature type styles.
- Since:
- 2013.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateGXYLayer(ILcdModel aModel, List<TLcdSLDFeatureTypeStyle> aSLDFeatureTypeStyles) Creates anILcdGXYLayerfor representing the givenILcdModelon anILcdGXYView, according to the givenTLcdSLDFeatureTypeStyle's.
-
Method Details
-
createGXYLayer
Creates anILcdGXYLayerfor representing the givenILcdModelon anILcdGXYView, according to the givenTLcdSLDFeatureTypeStyle's.- Parameters:
aModel- the model that needs to be visualized in anILcdGXYViewaSLDFeatureTypeStyles- the SLD feature type style(s) defining how the model should be visually represented on the view- Returns:
- a layer representing the given model, or
nullif a layer cannot be created (e.g. because this layer factory doesn't support the given model).
-