Package com.luciad.format.dwg.gxy
Class TLcdDWGGXYLayerFactory
java.lang.Object
com.luciad.format.dwg.gxy.TLcdDWGGXYLayerFactory
- All Implemented Interfaces:
ILcdGXYLayerFactory
@LcdService(service=ILcdGXYLayerFactory.class,
priority=20000)
public class TLcdDWGGXYLayerFactory
extends Object
implements ILcdGXYLayerFactory
The default layer factory for DWG models. All models created by the DWG model decoder are supported.
This layer factory:
- can create layers for models that have a
TLcdDWGModelDescriptor
as model descriptor. - uses
TLcdDWGGXYPainterProvider
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
-
TLcdDWGGXYLayerFactory
public TLcdDWGGXYLayerFactory()
-
-
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:
-