Click or drag to resize

CDUFootprintCoverageDynamic Method

Compute the footprint of a survey

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

public static void FootprintCoverageDynamic(
	CDAT dat,
	CPLY area,
	string channel_name,
	int segments,
	double thinning_threshold,
	ref double covered_area,
	ref double total_area,
	CMPLY result
)

Parameters

dat
Type: GeoEngine.Core.GXNetCDAT
Input DAT for the dataset
area
Type: GeoEngine.Core.GXNetCPLY
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.GXNetCMPLY
Computed coverted polygon and its exclusion regions
See Also