RaveGeoQuery.Connected Property
Gets or sets a flag indicating if polygons that are tiled in the database should be reconnected.
Syntax
public System.Boolean Connected { get; set; }
Property Value
Default: false
True if polygons should be reconnected; otherwise, False.
Remarks
If this property is True, polygons that are stored as clipped (e.g. by tile borders) polygons are reconnected and returned as whole polygons. Connecting polygons are somewhat time consuming so try to avoid it.
Platforms
Windows, Linux