Class TLfnGeoSymGXYStyleProviderFactory
java.lang.Object
com.luciad.fusion.client.view.gxy.TLfnGeoSymGXYStyleProviderFactory
- All Implemented Interfaces:
ILfnVectorGXYStyleProviderFactory
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canCreateStyleProvider
(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:
canCreateStyleProvider
in interfaceILfnVectorGXYStyleProviderFactory
- Parameters:
aModel
- a model- Returns:
true
if a style provider can be created,false
otherwise.
-
createStyleProvider
Deprecated.Description copied from interface:ILfnVectorGXYStyleProviderFactory
Creates a style provider for a model.- Specified by:
createStyleProvider
in interfaceILfnVectorGXYStyleProviderFactory
- Parameters:
aModel
- a model- Returns:
- a style provider
-