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 anILcdGXYLayer
for representing the givenILcdModel
on anILcdGXYView
, according to the givenTLcdSLDFeatureTypeStyle
's.
-
Method Details
-
createGXYLayer
Creates anILcdGXYLayer
for representing the givenILcdModel
on anILcdGXYView
, according to the givenTLcdSLDFeatureTypeStyle
's.- Parameters:
aModel
- the model that needs to be visualized in anILcdGXYView
aSLDFeatureTypeStyles
- 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
null
if a layer cannot be created (e.g. because this layer factory doesn't support the given model).
-