Package com.luciad.format.mif.gxy
Class TLcdMIFGXYLayerFactory
java.lang.Object
com.luciad.format.mif.gxy.TLcdMIFGXYLayerFactory
- All Implemented Interfaces:
ILcdGXYLayerFactory
@LcdService(service=ILcdGXYLayerFactory.class,
priority=20000)
public class TLcdMIFGXYLayerFactory
extends Object
implements ILcdGXYLayerFactory
The default layer factory for MIF models. All models created by the MIF model decoder are supported.
This layer factory:
- can create layers for models that have a
TLcdMIFModelDescriptor
as model descriptor. - uses
TLcdMIFGXYPainterProvider
to paint its elements
- Since:
- 2017.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateGXYLayer
(ILcdModel aModel) Creates anILcdGXYLayer
for representing anILcdModel
on anILcdGXYView
.
-
Constructor Details
-
TLcdMIFGXYLayerFactory
public TLcdMIFGXYLayerFactory()
-
-
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:
-