Syntax FACTORY_DEF VertexCreatorFactory [FACTORY_NAME ] [INPUT FEATURE_TYPE [ ]* []*]* [CONTINUE_ON_ERROR YES/NO] [MODE (ADD|REPLACE)] [XVAL ] [YVAL ] [ZVAL ] [OUTPUT OUTPUT FEATURE_TYPE [ ]* []*]* [OUTPUT REJECTED FEATURE_TYPE [ ]* []*]* Overview This factory is used to append a pair of coordinates to point or line geometry, or replace any existing geometry with point geometry. CONTINUE_ON_ERROR When CONTINUE_ON_ERROR is present and has a value of YES, then the factory will not fail if there is an error processing an input feature. Instead, the offending feature will be output to the REJECTED port. This clause is optional. MODE When MODE is set to ADD, the specified XVAL, YVAL, and ZVAL (if present) are appended to the geometry of the input feature. If the feature has no geometry, then the factory will create a point geometry on the feature. When MODE is set to REPLACE, the specified coordinates will replace any existing geometry on the feature. Output Tags This factory supports the following output tags. OUTPUT The original features, with geometry modified based on the conditions above. REJECTED The original features, output if there was an error during process()