Geometry Value
Abstract base class for geometry data values.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.GeometryPoint}, {@link com.sap.cloud.mobile.kotlin.odata.GeometryMultiPoint}, {@link com.sap.cloud.mobile.kotlin.odata.GeometryLineString}, {@link com.sap.cloud.mobile.kotlin.odata.GeometryMultiLineString}, {@link com.sap.cloud.mobile.kotlin.odata.GeometryPolygon}, {@link com.sap.cloud.mobile.kotlin.odata.GeometryMultiPolygon}, {@link com.sap.cloud.mobile.kotlin.odata.GeometryCollection}.
Inheritors
Properties
Functions
See formatWKT(Boolean).
Return this value formatted in OData WKT (well-known text) format.
Convert this data value to a string. If the {@link com.sap.cloud.mobile.kotlin.odata.GeometryValue#dataType GeometryValue.dataType} is defined by XML Schema Part 2: Datatypes, then the corresponding lexical format is used. JSON format is used for structured values (arrays and objects).