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
Returns a geometry representing the difference between a geographic polygon and another geometry.
Syntax
<Result> = <Geometry A>.Difference(<Geometry B>)
<Result>: Variable of type MultiPoint2D, MultiPointGeo, MultiLinestring2D, MultiLinestringGeo, MultiPolygon2D or MultiPolygonGeo
Difference. This geometry contains a collection of geometries of a given type: If the difference between two geometries consists of a single element, the collection will contain a single element.
If the difference is empty (for example, by calculating the difference between a geometry and itself), the collection will be empty.
If the result of the difference is disjoint (e.g. by splitting a polygon into two), the collection will contain several elements.
<Geometry A>: PolygonGeo variable
Name of the PolygonGeo variable to be used.
<Geometry B>: Variable containing spatial data
Geometry to be compared against Geometry A. This geometry can correspond to one of the following variable types:
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/24/2024

Send a report | Local help