Interface TLcdGMLTransformerBuilder.IdFactory
- Enclosing class:
TLcdGMLTransformerBuilder
public static interface TLcdGMLTransformerBuilder.IdFactory
This interface provides control over the generation of gml:id
values for GML features. Because the gml:id is a required attribute
(that also serves as XML id), values need to be generated during
the transformation. That's the responsibility of this interface.
- Since:
- 11.0
-
Method Summary
Modifier and TypeMethodDescriptioncreateGmlId
(ILcdDataObject aObject, Map<Object, Object> aContext)
-
Method Details
-
createGmlId
-