Click or drag to resize

CPGUrMaximumTerrainSteepness Method

Compute the Maximum Steepness of a topography Pager

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rMaximumTerrainSteepness(
	CPG pg,
	int annular_size
)

public static double rMaximumTerrainSteepness(
	CPG pg,
	int annular_size
)

Parameters

pg
Type: GeoEngine.Core.GXNetCPG
Topography Pager
annular_size
Type: SystemInt32
Annular Size

Return Value

Type: Double
Maximum Terrain Steepness Computation.
Remarks
Calculates forward-looking slopes SX and SY in the X and Y directions using pager locations (ix, iy), (ix+size, iy), (ix, iy+isize) and returns SX*SX + SY*SY. The values in the last "size" rows and columns are not processed. The wrapper was created for testing and development purposes.
See Also