Scheme

Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.

enum Scheme : Enum<Scheme>

Parameters

value

Entries

XYZ
Link copied to clipboard

Slippy map tilenames scheme.

XYZ("xyz")
TMS
Link copied to clipboard

OSGeo spec scheme.

TMS("tms")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: Scheme): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<Scheme>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int
value
Link copied to clipboard

val value: String