GSTPy.MapImageParameters

class GSTPy.MapImageParameters

Parameter for map section creation.

__init__((object)arg1, (list)feature_ids, (Rectangle2d)rectangle, (SRS)srs[, (float)height=0.0[, (int)scale=-1[, (ZAxisDomain)z_axis_domain=GSTPy.ZAxisDomain.Height]]]) → object :

Constructor.

Parameters
  • feature_ids (list[int]) – The list of feature ids that will be used for the section generation.

  • rectangle (Rectangle2d) – The rectangle defines the generated map section.

  • srs (SRS) – SRS of the map section.

  • height (float) – The height of the map section.

  • scale (int) – 1:X for the scale.

  • z_axis_domain (ZAxisDomain) – The z-axis domain.