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.
A factory for ALfnVectorGXYStyleProviders.
- Since:
- 11.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canCreateStyleProvider
(ILcdModel aModel) Deprecated.Returns whether this factory can create a style provider for the specified model.createStyleProvider
(ILcdModel aModel) Deprecated.Creates a style provider for a model.
-
Method Details
-
canCreateStyleProvider
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
Deprecated.Creates a style provider for a model.- Parameters:
aModel
- a model- Returns:
- a style provider
-