Class TLcdSLDFileGXYLayerFactory

java.lang.Object
com.luciad.ogc.sld.view.gxy.TLcdSLDFileGXYLayerFactory
All Implemented Interfaces:
ILcdGXYLayerFactory

@LcdService(priority=20100) public class TLcdSLDFileGXYLayerFactory extends Object implements ILcdGXYLayerFactory

Layer factory that creates SLD styled layers if the data source file is accompanied by an SLD (.sld) file. If no matching SLD file is found, this layer factory returns null. This layer factory uses a naming convention to look for an SLD file. When a file is named "<fileName>.<ext>", it will look for an SLD file called "<fileName>.sld". I.e. it will replace the extension by the "sld" extension, and check if such a file exists.

Since:
2017.0
See Also: