fmeobjects.FMEFeature.getGeometry¶
-
FMEFeature.
getGeometry
()¶ Get the feature’s geometry.
Return type: FMEGeometry 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.