GeometryLineString

A sequence of geometry points which represents a joined string of lines.

Constructors

Link copied to clipboard
constructor()

Constructor

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val dataType: DataType

Functions

Link copied to clipboard
open override fun copyMutable(): DataValue

Return a clone of this value if it (together with all value subcomponents) is possibly mutable, or return this value if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query.

Link copied to clipboard
open override fun formatWKT(): String
open override fun formatWKT(sridRequired: Boolean): String

Return this value formatted in OData WKT (well-known text) format.

See Also:

https://en.wikipedia.org/wiki/Well-known_text, OData ABNF.