Class TLcdAIXM51GXYLayerFactory
java.lang.Object
com.luciad.format.aixm51.view.gxy.TLcdAIXM51GXYLayerFactory
- All Implemented Interfaces:
ILcdGXYLayerFactory
@LcdService(service=ILcdGXYLayerFactory.class,
priority=20000)
public class TLcdAIXM51GXYLayerFactory
extends Object
implements ILcdGXYLayerFactory
The default layer factory for AIXM 5.1 models. All models created by the AIXM 5.1 decoder are supported.
This layer factory:
- can create layers for models that have a
TLcdAIXM51ModelDescriptor
as model descriptor. - uses
TLcdAIXM51GXYPainterEditorProvider
to paint its elements - creates a default layer icon, based on the model element types.
If a model container is supplied (for instance, an ILcdModelTreeNode
containing multiple
AIXM 5.1 models), a corresponding ILcdLayerTreeNode
is created containing a layer for
every model in the model container.
- Since:
- 2017.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateGXYLayer
(ILcdModel aModel) Creates anILcdGXYLayer
for representing anILcdModel
on anILcdGXYView
.
-
Constructor Details
-
TLcdAIXM51GXYLayerFactory
public TLcdAIXM51GXYLayerFactory()
-
-
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:
-