fmeobjects.FMERasterProperties.getGCPs¶
-
FMERasterProperties.getGCPs()¶ Get a list of dictionaries where each dictionary contains ‘row’, ‘col’, ‘x’, ‘y’, and ‘z’ (optional).
When ‘z’ is not set, value of ‘z’ will be set to 0.
Return type: list of dictionaries containing keys ( string) and values (float) orNone.Returns: Row and col in raster space, and xyz location in model space. Nonewill be returned if raster does not contain GCPs.