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 Type
    Method
    Description
    createGXYLayer(ILcdModel aModel, List<TLcdSLDFeatureTypeStyle> aSLDFeatureTypeStyles)
    Creates an ILcdGXYLayer for representing the given ILcdModel on an ILcdGXYView, according to the given TLcdSLDFeatureTypeStyle's.
  • Method Details

    • createGXYLayer

      ILcdGXYLayer createGXYLayer(ILcdModel aModel, List<TLcdSLDFeatureTypeStyle> aSLDFeatureTypeStyles)
      Creates an ILcdGXYLayer for representing the given ILcdModel on an ILcdGXYView, according to the given TLcdSLDFeatureTypeStyle's.
      Parameters:
      aModel - the model that needs to be visualized in an ILcdGXYView
      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).