fmeobjects.FMEFeature.setFeatureType
- FMEFeature.setFeatureType(featureType)
This method sets the feature type of the
FMEFeature
. The feature type is often also called the “class” or “category” of the feature.The feature type set on a feature through this method will change as the feature is routed through a translation pipeline.
- Parameters:
featureType (str) – The feature type to set on the feature.
- Return type:
None