Package com.luciad.ogc.wmts.client.gxy
Class TLcdWMTSGXYLayerFactory
java.lang.Object
com.luciad.ogc.wmts.client.gxy.TLcdWMTSGXYLayerFactory
- All Implemented Interfaces:
ILcdGXYLayerFactory
@LcdService(service=ILcdGXYLayerFactory.class,
priority=20000)
public class TLcdWMTSGXYLayerFactory
extends Object
implements ILcdGXYLayerFactory
A layer factory that can create layers for WMTS models. It cannot create layers for WMTS tree models.
- Since:
- 2017.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGXYLayer(ILcdModel aModel) Creates anILcdGXYLayerfor representing anILcdModelon anILcdGXYView.
-
Constructor Details
-
TLcdWMTSGXYLayerFactory
public TLcdWMTSGXYLayerFactory()
-
-
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:
-