fmeobjects.FMEFeature.removeGeometry
- FMEFeature.removeGeometry()
Remove and return the feature’s geometry. The feature loses its geometry and it can no longer be accessed.
- Return type:
- Returns:
The geometry of the feature. Note: This method returns a terminal geometry type of the
FMEGeometry
; i.e. one of the leaf classes in theFMEGeometry
inheritance graph. For example, aFMEPoint
is returned if the geometry truly is a point.