fmeobjects.FMEFeature.importGeometryFromOGCWKB
- FMEFeature.importGeometryFromOGCWKB(ogcwkb)
Set the geometry of the feature to be that specified in the OGC Well Known Binary format. If the feature has geometry, then the geometry is replaced.
- Parameters:
ogcwkb (bytearray) – Specifies the geometry of the feature.
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.