Class TLcdAzureMapsGXYLayerFactory
java.lang.Object
com.luciad.format.azuremaps.view.gxy.TLcdAzureMapsGXYLayerFactory
- All Implemented Interfaces:
ILcdGXYLayerFactory
@LcdService(service=ILcdGXYLayerFactory.class,
priority=20000)
public final class TLcdAzureMapsGXYLayerFactory
extends Object
implements ILcdGXYLayerFactory
The default layer factory to create GXY layers for Azure Maps models. All models created by the
TLcdAzureMapsModelDecoder are supported.- Since:
- 2025.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGXYLayer(ILcdModel aModel) Creates anILcdGXYLayerfor representing anILcdModelon anILcdGXYView.
-
Constructor Details
-
TLcdAzureMapsGXYLayerFactory
public TLcdAzureMapsGXYLayerFactory()
-
-
Method Details
-
createGXYLayer
Description copied from interface:ILcdGXYLayerFactoryCreates anILcdGXYLayerfor representing anILcdModelon anILcdGXYView.- Specified by:
createGXYLayerin interfaceILcdGXYLayerFactory- Parameters:
aModel- a model that needs to be visualized in anILcdGXYView- Returns:
- a layer representing the given model, or
nullif such a layer cannot be created - See Also:
-