Click or drag to resize

GM_LineVolumeParams_t Class

This type is used to provide the parameters for calculating cut-and-fill volumes along a line feature
Inheritance Hierarchy
SystemObject
  GlobalMapper.TypesGM_LineVolumeParams_t

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public class GM_LineVolumeParams_t

The GM_LineVolumeParams_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_LineVolumeParams_t
Default Constructor
Top
Fields
  NameDescription
Public fieldmCorridorWidth
Width (i.e. diameter) in meters of corridor around line in which to calculate volume
Public fieldmCutHeights
Cut heights for each point in meters
Public fieldmCutHeightsAbsolute
Are the cut heights in mCutHeights relative to sea level (TRUE) or ground level (FALSE)
Public fieldmPoints
List of points in line in global coordinate system
Public fieldmXSpacing
Sample spacing in the x direction in global units
Public fieldmYSpacing
Sample spacing in the y direction in global units
Top
See Also