Class TLfnGeoSymGXYStyleProviderFactory
java.lang.Object
com.luciad.fusion.client.view.gxy.TLfnGeoSymGXYStyleProviderFactory
- All Implemented Interfaces:
ILfnVectorGXYStyleProviderFactory
@Deprecated
public class TLfnGeoSymGXYStyleProviderFactory
extends Object
implements 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 style provider factory for GeoSym styling.
This factory can be used for VPF data sets.
This class requires the LuciadLightspeed Defense Standards Component.
- Since:
- 11.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanCreateStyleProvider(ILcdModel aModel) Deprecated.A GeoSym style provider can be created when the model's data model is based on a VPF data model.createStyleProvider(ILcdModel aModel) Deprecated.Creates a style provider for a model.
-
Constructor Details
-
TLfnGeoSymGXYStyleProviderFactory
public TLfnGeoSymGXYStyleProviderFactory()Deprecated.
-
-
Method Details
-
canCreateStyleProvider
Deprecated.A GeoSym style provider can be created when the model's data model is based on a VPF data model. Specifically, when the original name of the data model, according to the convention specified inTLfnVectorCoverageMetadata.getDataModel(), corresponds to a VPF data model name, GeoSym styling can be applied.- Specified by:
canCreateStyleProviderin interfaceILfnVectorGXYStyleProviderFactory- Parameters:
aModel- a model- Returns:
trueif a style provider can be created,falseotherwise.
-
createStyleProvider
Deprecated.Description copied from interface:ILfnVectorGXYStyleProviderFactoryCreates a style provider for a model.- Specified by:
createStyleProviderin interfaceILfnVectorGXYStyleProviderFactory- Parameters:
aModel- a model- Returns:
- a style provider
-