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
-
Method Summary
Modifier and TypeMethodDescriptioncreateGXYLayer
(ILcdModel aModel) Creates anILcdGXYLayer
for representing anILcdModel
on anILcdGXYView
.
-
Constructor Details
-
TLcdWMTSGXYLayerFactory
public TLcdWMTSGXYLayerFactory()
-
-
Method Details
-
createGXYLayer
Description copied from interface:ILcdGXYLayerFactory
Creates anILcdGXYLayer
for representing anILcdModel
on anILcdGXYView
.- Specified by:
createGXYLayer
in interfaceILcdGXYLayerFactory
- Parameters:
aModel
- a model that needs to be visualized in anILcdGXYView
- Returns:
- a layer representing the given model, or
null
if such a layer cannot be created - See Also:
-