 | CDUFootprintCoverageStatic 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
Syntaxpublic static void FootprintCoverageStatic(
CDAT dat,
CPLY area,
double radius,
int segments,
double thinning_threshold,
ref double covered_area,
ref double total_area,
CMPLY result
)
public static void FootprintCoverageStatic(
CDAT dat,
CPLY area,
double radius,
int segments,
double thinning_threshold,
ref double covered_area,
ref double total_area,
CMPLY result
)
Public Shared Sub FootprintCoverageStatic (
dat As CDAT,
area As CPLY,
radius As Double,
segments As Integer,
thinning_threshold As Double,
ByRef covered_area As Double,
ByRef total_area As Double,
result As CMPLY
)
Public Shared Sub FootprintCoverageStatic (
dat As CDAT,
area As CPLY,
radius As Double,
segments As Integer,
thinning_threshold As Double,
ByRef covered_area As Double,
ByRef total_area As Double,
result As CMPLY
)
public:
static void FootprintCoverageStatic(
CDAT^ dat,
CPLY^ area,
double radius,
int segments,
double thinning_threshold,
double% covered_area,
double% total_area,
CMPLY^ result
)
public:
static void FootprintCoverageStatic(
CDAT^ dat,
CPLY^ area,
double radius,
int segments,
double thinning_threshold,
double% covered_area,
double% total_area,
CMPLY^ result
)
static member FootprintCoverageStatic :
dat : CDAT *
area : CPLY *
radius : float *
segments : int *
thinning_threshold : float *
covered_area : float byref *
total_area : float byref *
result : CMPLY -> unit
static member FootprintCoverageStatic :
dat : CDAT *
area : CPLY *
radius : float *
segments : int *
thinning_threshold : float *
covered_area : float byref *
total_area : float byref *
result : CMPLY -> unit
Parameters
- dat
- Type: GeoEngine.Core.GXNetCDAT
Input DAT for the dataset - area
- Type: GeoEngine.Core.GXNetCPLY
The input area including exclusion regions - radius
- Type: SystemDouble
The radius of the instrument - 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