SimpleWKTShapeParser

Parses shape geometry represented in WKT format

complies with OGC® document: 12-063r5 and ISO/IEC 13249-3:2016 standard located at http://docs.opengeospatial.org/is/12-063r5/12-063r5.html

Types

Link copied to clipboard

Enumerated type for Shapes

Properties

Link copied to clipboard
const val COMMA: String
Link copied to clipboard
const val EMPTY: String
Link copied to clipboard
const val LPAREN: String
Link copied to clipboard
const val NAN: String
Link copied to clipboard
const val RPAREN: String
Link copied to clipboard
const val SPACE: String

Functions

Link copied to clipboard
fun parse(wkt: String): Any?
Link copied to clipboard