TileMatrix.PointOfOrigin Property

Definition

Precise position in CRS coordinates of the corner of origin (e.g. the top-left corner) for this tile matrix. This position is also a corner of the (0, 0) tile. In previous version, this was 'topLeftCorner' and 'cornerOfOrigin' did not exist.

public System.Collections.Generic.IList<float> PointOfOrigin { get; }
member this.PointOfOrigin : System.Collections.Generic.IList<single>
Public ReadOnly Property PointOfOrigin As IList(Of Single)

Property Value

Applies to