fmeobjects.fmerasterproperties.setgcps.

FmmerasterProperties。 setgcps. DataList.Coordsys.

此方法在属性上设置GCP的列表。

参数:
  • DataList.列表[d]) - 字典列表,其中每个字典包含行,col,x,y和z(可选)。For example, to set all of the keys, a list should look like as follows: [{‘row’:1, ‘col’:2, ‘x’:3, ‘y’:4, ‘z’:5}]. To set row, col, x, and y only, do not specify ‘z’ in the list: [{‘row’:1, ‘col’:2, ‘x’:3, ‘y’:4}]. If z is not specified, it will be set to 0.
  • Coordsys.str.) - GCP坐标系。
返回类型:

没有任何

提升:

fmeexception.- 如果发生错误,则会提出异常。