Interface ILfnVectorGXYStyleProviderFactory

All Known Implementing Classes:
TLfnGeoSymGXYStyleProviderFactory

public interface ILfnVectorGXYStyleProviderFactory
Deprecated.
Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. Please refer to the Fusion migration guide for more information.
Since:
11.0
  • Method Details

    • canCreateStyleProvider

      boolean canCreateStyleProvider(ILcdModel aModel)
      Deprecated.
      Returns whether this factory can create a style provider for the specified model.
      Parameters:
      aModel - a model
      Returns:
      true if a style provider can be created, false otherwise.
    • createStyleProvider

      ALfnVectorGXYStyleProvider createStyleProvider(ILcdModel aModel)
      Deprecated.
      Creates a style provider for a model.
      Parameters:
      aModel - a model
      Returns:
      a style provider