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
  GlobalMapperGM_LineVolumeParams_t

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public class GM_LineVolumeParams_t

The GM_LineVolumeParams_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_LineVolumeParams_t
Default Constructor
Top
Methods
  NameDescription
Public methodStatic memberSizeOf
Returns the size of the unmanaged structure
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 fieldmSize
Size of structure
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