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