ArchiveWriteBounds

data class ArchiveWriteBounds(val west: Double, val south: Double, val east: Double, val north: Double)(source)

Geographic longitude/latitude bounds used when writing an archive header.

Constructors

Link copied to clipboard
constructor(west: Double, south: Double, east: Double, north: Double)
constructor()

Creates world bounds.

Properties

Link copied to clipboard

Eastern longitude.

Link copied to clipboard

Northern latitude.

Link copied to clipboard

Southern latitude.

Link copied to clipboard

Western longitude.