Skip to content

geotiff-geokeys-to-proj4 / SourceCoordinate

Interface: SourceCoordinate

Properties

x

ts
x: number;

X Coordinate


y

ts
y: number;

Y coordinate


z?

ts
optional z?: number;

Z coordinate (pixel value).

If you don't need heights omit this value. The resulting Z coordinate will be 0.