TileSet

class TileSet : HashMap<String, Value>

Tile set, allows using TileJson specification as source. Note that encoding is only relevant to raster-dem sources, and is not supported in the TileJson spec.

See also

Types

Builder
Link copied to clipboard
open class Builder(tilejson: String, tiles: List<String>)
Builder for TileSet.
RasterDemBuilder
Link copied to clipboard
class RasterDemBuilder(tilejson: String, tiles: List<String>) : TileSet.Builder
Builder of TileSet for RasterDemSource.

Functions

afterNodeAccess
Link copied to clipboard
open fun afterNodeAccess(p0: HashMap.Node<String, Value>)
afterNodeInsertion
Link copied to clipboard
open fun afterNodeInsertion(p0: Boolean)
afterNodeRemoval
Link copied to clipboard
open fun afterNodeRemoval(p0: HashMap.Node<String, Value>)
capacity
Link copied to clipboard
fun capacity(): Int
clear
Link copied to clipboard
open override fun clear()
clone
Link copied to clipboard
open override fun clone(): Any
compute
Link copied to clipboard
open override fun compute(p0: String, p1: BiFunction<in String, in Value?, out Value?>): Value?
computeIfAbsent
Link copied to clipboard
open override fun computeIfAbsent(p0: String, p1: Function<in String, out Value>): Value
computeIfPresent
Link copied to clipboard
open override fun computeIfPresent(p0: String, p1: BiFunction<in String, in Value, out Value?>): Value?
containsKey
Link copied to clipboard
open override fun containsKey(key: String): Boolean
containsValue
Link copied to clipboard
open override fun containsValue(value: Value): Boolean
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
forEach
Link copied to clipboard
open override fun forEach(p0: BiConsumer<in String, in Value>)
get
Link copied to clipboard
open operator override fun get(key: String): Value?
getNode
Link copied to clipboard
fun getNode(p0: Int, p1: Any): HashMap.Node<String, Value>
getOrDefault
Link copied to clipboard
open override fun getOrDefault(key: String, defaultValue: Value): Value
hashCode
Link copied to clipboard
open override fun hashCode(): Int
internalWriteEntries
Link copied to clipboard
open fun internalWriteEntries(p0: ObjectOutputStream)
isEmpty
Link copied to clipboard
open override fun isEmpty(): Boolean
loadFactor
Link copied to clipboard
fun loadFactor(): Float
merge
Link copied to clipboard
open override fun merge(p0: String, p1: Value, p2: BiFunction<in Value, in Value, out Value?>): Value?
newNode
Link copied to clipboard
open fun newNode(p0: Int, p1: String, p2: Value, p3: HashMap.Node<String, Value>): HashMap.Node<String, Value>
newTreeNode
Link copied to clipboard
open fun newTreeNode(p0: Int, p1: String, p2: Value, p3: HashMap.Node<String, Value>): HashMap.TreeNode<String, Value>
put
Link copied to clipboard
open override fun put(key: String, value: Value): Value?
putAll
Link copied to clipboard
open override fun putAll(from: Map<out String, Value>)
putIfAbsent
Link copied to clipboard
open override fun putIfAbsent(p0: String, p1: Value): Value?
putMapEntries
Link copied to clipboard
fun putMapEntries(p0: MutableMap<out String, out Value>, p1: Boolean)
putVal
Link copied to clipboard
fun putVal(p0: Int, p1: String, p2: Value, p3: Boolean, p4: Boolean): Value
reinitialize
Link copied to clipboard
open fun reinitialize()
remove
Link copied to clipboard
open override fun remove(key: String): Value?
open override fun remove(key: String, value: Value): Boolean
removeNode
Link copied to clipboard
fun removeNode(p0: Int, p1: Any, p2: Any, p3: Boolean, p4: Boolean): HashMap.Node<String, Value>
replace
Link copied to clipboard
open override fun replace(p0: String, p1: Value): Value?
open override fun replace(p0: String, p1: Value, p2: Value): Boolean
replaceAll
Link copied to clipboard
open override fun replaceAll(p0: BiFunction<in String, in Value, out Value>)
replacementNode
Link copied to clipboard
open fun replacementNode(p0: HashMap.Node<String, Value>, p1: HashMap.Node<String, Value>): HashMap.Node<String, Value>
replacementTreeNode
Link copied to clipboard
open fun replacementTreeNode(p0: HashMap.Node<String, Value>, p1: HashMap.Node<String, Value>): HashMap.TreeNode<String, Value>
resize
Link copied to clipboard
fun resize(): Array<HashMap.Node<String, Value>>
toString
Link copied to clipboard
open override fun toString(): String
treeifyBin
Link copied to clipboard
fun treeifyBin(p0: Array<HashMap.Node<String, Value>>, p1: Int)

Properties

entries
Link copied to clipboard
open override val entries: MutableSet<MutableMap.MutableEntry<String, Value>>
entrySet
Link copied to clipboard
val entrySet: MutableSet<MutableMap.MutableEntry<String, Value>>
keys
Link copied to clipboard
open override val keys: MutableSet<String>
keySet
Link copied to clipboard
val keySet: MutableSet<String>
loadFactor
Link copied to clipboard
val loadFactor: Float
modCount
Link copied to clipboard
val modCount: Int
size
Link copied to clipboard
val size: Int
size
Link copied to clipboard
open override val size: Int
table
Link copied to clipboard
val table: Array<HashMap.Node<String, Value>>
threshold
Link copied to clipboard
val threshold: Int
values
Link copied to clipboard
open override val values: MutableCollection<Value>
values
Link copied to clipboard
val values: MutableCollection<Value>