fmeobjects.FMEFactoryPipeline.processFeature

FMEFactoryPipeline.processFeature()

processFeature(feature),

This method is used to insert a feature into the pipeline for processing. On output the feature is returned void of all attributes and geometry.

Parameters:feature (FMEFeature) – The feature to insert into the pipeline.
Return type:None
Raises:FMEException – An FMEException is raised if there was an error.