Geometry

abstract class Geometry

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun coordinates(): String
Link copied to clipboard
open fun create(cursor: Cursor): Geometry
Link copied to clipboard
abstract fun toBuilder(): Geometry.Builder
Link copied to clipboard
abstract fun type(): FeatureType