Click or drag to resize

GM_ViewShedParams_t Class

This type is used to provide the parameters for performing a view shed analysis
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_ViewShedParams_t

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

The GM_ViewShedParams_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_ViewShedParams_t
Default Constructor
Top
Methods
  NameDescription
Public methodStatic memberSizeOf
Returns the size of the unmanaged structure
Top
Fields
  NameDescription
Public fieldmAngleEnd
End angle in radians for radar sweep
Public fieldmAngleStart
Start angle in radians for radar sweep
Public fieldmAtmosphericCorr
Atmospheric correction value (1.0 for none)
Public fieldmCenterPoint
Center point in global coordinates
Public fieldmColor
Color to display view shed data in
Public fieldmDesc
View shed description
Public fieldmFilterRect
Optional rectangle for filtering view shed to a certain area of interest
Public fieldmFresnelFreq
Frequency (in GHz) to use for testing clearance of first Fresnel zone (use 0.0 to not do Fresnel testing)
Public fieldmFresnelPctClear
Percentage of first Fresnel zone that must be clear of obstacles (use 0.6 for 60%). If 0 is specified, the default of 60% is used.
Public fieldmGenCoveragePolys
Generate area/polygon features for the covered area (these are vector and exportable to vector formats)
Public fieldmRadius
Search radius in meters
Public fieldmReceiverAngle
Angle (in degrees) above horizon to test at (NULL for none)
Public fieldmReceiverAngleEnd
Angle (in degrees) above horizon to stop test at (NULL for none) - if this and mReceiverAngle are provided, an angle range view shed test is done (like a flashlight beam)
Public fieldmReceiverHeight
Height at which transmitter must be visible
Public fieldmReceiverHeightAbs
Is the receiver height absolute or relative to the ground?
Public fieldmShowHiddenPoints
Make hidden points visible instead of viewable points.
Public fieldmShowProgress
Display view shed calculation progress?
Public fieldmSize
Size of structure in bytes
Public fieldmTransmitterHeight
Transmitter height in meters
Public fieldmTransmitterHeightAbs
Is the transmitter height absolute or relative to the ground?
Public fieldmUseEarthCurvature
Use the curvature of the earth in the analysis?
Public fieldmVectorElevsAbs
Are vector elevations absolute (i.e. relative to sea level) or relative to ground level?
Public fieldmVectorLayerList
List of vector layers to use features with elevation attributes from
Public fieldmVectorLayerListCnt
Number of vector layers in list
Public fieldmXSpacing
X sample spacing (use 0.0 for default spacing)
Public fieldmYSpacing
Y sample spacing (use 0.0 for default spacing)
Top
See Also