Syntax FACTORY_DEF {*} H3IndexerFactory FACTORY_NAME { $(XFORMER_NAME) } $(INPUT_LINES) INDEX_OPERATION { "$(INDEX_OPERATION)" } COMPACT_INDEXES { "$(COMPACT_INDEXES)" } DST_ATTR { "$(DST_ATTR)" } DST_CHILD_ATTR { "$(DST_CHILD_ATTR)" } DST_DISTANCE_ATTR { "$(DST_DISTANCE_ATTR)" } DST_PARENT_ATTR { "$(DST_PARENT_ATTR)" } DST_RESOLUTION_ATTR { "$(DST_RESOLUTION_ATTR)" } DST_VALIDITY_ATTR { "$(DST_VALIDITY_ATTR)" } H3_DEST_ATTR { "$(H3_DEST_ATTR)" } H3_RESOLUTION { "$(H3_RESOLUTION)" } MAX_DISTANCE { "$(MAX_DISTANCE)" } PARENT { "$(PARENT)" } REMOVE_GEOMETRY { "$(REMOVE_GEOMETRY)" } SRC_H3_INDEX { "$(SRC_H3_INDEX)" } OUTPUT { OUTPUT FEATURE_TYPE $(OUTPUT_OUTPUT_FTYPE) $(OUTPUT_OUTPUT_FUNCS) } OUTPUT { FEATURE_TYPE $(OUTPUT__FTYPE) $(OUTPUT__FUNCS) } Overview This factory converts the geometry of a feature to/from Uber's h3 format according to the setting of INDEX_OPERTATION. The geometry will also be removed from the feature based on the setting of REMOVE_GEOMETRY. Output Tags The H3Factory supports the following output tags. OUTPUT Features whose geometry was successfully converted are output through this port. Features whose geometry could not be converted are output through this port.