Scheme

enum Scheme : Enum<Scheme>

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

Parameters

value

Entries

XYZ
Link copied to clipboard
XYZ("xyz")
Slippy map tilenames scheme.
TMS
Link copied to clipboard
TMS("tms")
OSGeo spec scheme.

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
fun finalize()
getDeclaringClass
Link copied to clipboard
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
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String