Click or drag to resize
CDUFootprintCoverageDynamic Method
Compute the footprint of a survey

Available since Oasis montaj version: 9.5
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void FootprintCoverageDynamic(
	CGXNETCore gxNetShared,
	CDAT dat,
	CPLY area,
	string channel_name,
	int segments,
	double thinning_threshold,
	ref double covered_area,
	ref double total_area,
	CMPLY result
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
dat
Type: GeoEngine.Core.GXNetXCDAT
Input DAT for the dataset
area
Type: GeoEngine.Core.GXNetXCPLY
The input area including exclusion regions
channel_name
Type: SystemString
Channel that defines the radius
segments
Type: SystemInt32
Number of segments to define a circle (default 30)
thinning_threshold
Type: SystemDouble
The maxium change in circumference allowed to reduce polygon complexity
covered_area
Type: SystemDouble
Computed Covered Area
total_area
Type: SystemDouble
Computed Total Area
result
Type: GeoEngine.Core.GXNetXCMPLY
Computed coverted polygon and its exclusion regions
See Also