ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / Managing databases / HFSQL / 
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Builds a 2D geometry from a Well-Known Text (WKT) representation.
Remark: Points in the WKT description represent X/Y coordinates.

Example
WKTDescription is ANSI string
WKTDescription = "
	POLYGON((4.9746785 47.13040029, 4.97344728 47.13107359, 4.97345634 47.13108307, 
	4.97388735 47.13087471, 4.9746785 47.13040029) )
	"
myPolygon is Geometry = GeometryDeserializeWKT2D(WKTDescription)
Syntax
<Result> = GeometryDeserializeWKT2D(<WKT representation>)
<Result>: Variable containing spatial data
Geometry variable that corresponds to the WKT representation. Geometries can be variables of the following types:
<WKT representation>: ANSI character string
String corresponding to the WKT representation of the 2D geometry to be built.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/27/2024

Send a report | Local help