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
TLcdNITFModelDescriptoras model descriptor. - uses
TLcdGXYImagePainterto paint its raster elements. - uses
TLcdCGMGXYPainterProviderto paint its vector elements. - creates a single layer for raster and vector elements.
- Since:
- 2017.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGXYLayer(ILcdModel aModel) Creates anILcdGXYLayerfor representing anILcdModelon anILcdGXYView.
-
Constructor Details
-
TLcdNITFGXYLayerFactory
public TLcdNITFGXYLayerFactory()
-
-
Method Details
-
createGXYLayer
Description copied from interface:ILcdGXYLayerFactoryCreates anILcdGXYLayerfor representing anILcdModelon anILcdGXYView.- Specified by:
createGXYLayerin interfaceILcdGXYLayerFactory- Parameters:
aModel- a model that needs to be visualized in anILcdGXYView- Returns:
- a layer representing the given model, or
nullif such a layer cannot be created - See Also:
-