GeoProjection

class GeoProjection : Scheme

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion : SchemeSpec<GeoProjection>

Properties

Link copied to clipboard
override var descriptor: MetaDescriptor?
Link copied to clipboard

For satellite projection type only. Sets the distance from the center of the sphere to the point of view as a proportion of the sphere’s radius.

Link copied to clipboard
override val meta: ObservableMutableMeta
Link copied to clipboard
Link copied to clipboard

Zooms in or out on the map view. A scale of "1" corresponds to the largest zoom level that fits the map's lon and lat ranges.

Link copied to clipboard

For satellite projection type only. Sets the tilt angle of perspective projection.

Link copied to clipboard
var type: String?

Functions

Link copied to clipboard
open operator override fun get(name: Name): MutableMeta?
Link copied to clipboard
open override fun getValue(name: Name): Value?
Link copied to clipboard
open operator override fun set(name: Name, node: Meta?)
Link copied to clipboard
open override fun setValue(name: Name, value: Value?)
Link copied to clipboard
open override fun toMeta(): Laminate
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open fun validate(name: Name, meta: Meta?): Boolean