Click or drag to resize

GM_LidarExtractSetup_t Structure

Define setup for extraction feature outlines

Namespace:  GlobalMapper.Lidar
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public struct GM_LidarExtractSetup_t

The GM_LidarExtractSetup_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_LidarExtractSetup_t
Constructor to set values directly.
Top
Fields
  NameDescription
Public fieldmBuildingFloorType
Area type for floor (AFC_INVALID to not create floor when creating walls)
Public fieldmBuildingMinAreaSqM
Minimum area of a building to keep in square meters
Public fieldmBuildingRoofType
Area type for roof
Public fieldmBuildingSimpEps
Public fieldmBuildingSimpEpsUnits
Public fieldmBuildingWallType
Area type for building wall
Public fieldmColorVertices
Public fieldmCreateGroundFootprints
Public fieldmCreateSideWalls
Public fieldmFlags
Flags
Public fieldmFootprintHeight
Public fieldmGridBinMultBuildings
Resolution to extract buildings
Public fieldmGridBinMultBuildingsUnits
Units for resolution
Public fieldmGridBinMultTrees
Resolution to extract buildings
Public fieldmIsMeshReconstructed
Public fieldmMaxDistanceToPlane
Public fieldmMaxIterations
Public fieldmMinFootprintAreaSqM
Public fieldmMinPointsInPlane
Public fieldmNormalWeight
Public fieldmPinFootprintsToHeight
Public fieldmPoleBinSizeM
Bin size in meters per side (usually keep defaults)
Public fieldmPoleHighPoint
Place marker on high point (false is low point)
Public fieldmPoleMaxXDisOfGroup
Maximin X distance that a segments can span in meters
Public fieldmPoleMinHeightOfPole
How small of a vertical segment can we accept as a pole
Public fieldmPoleMinSegmentCount
Mnimum number of points for a segment to be considered for final classification
Public fieldmPoleType
Point type for pole
Public fieldmPowerlineBinMult
Multiplier to apply to bin size to get actual sample size. This allows bin size to be shared with automatic classification.
Public fieldmPowerlineBinSizeM
Bin size in meters per side (usually keep defaults)
Public fieldmPowerlineClassGroupMask
Lidar class group(s) to treat as powerline types
Public fieldmPowerlineMaxAngleDeltaDeg
Maximum departure from the same bearing in degrees that a new segment can be when added
Public fieldmPowerlineMaxDistFromLineM
Maximum distance from point in bin to best-fit line to keep
Public fieldmPowerLineMaxGapLenM
Maximum gap length to cross in meters
Public fieldmPowerlineMaxVertDiffPerM
Maximum difference in height in meters over a meter of distance between points
Public fieldmPowerlineMinLineLenM
Minimum length of connected line to keep as a powerline segment
Public fieldmPowerlineMinLineSegLenM
Minimum length of in-cell line segment to start with for building powerlines
Public fieldmPseudoMeasurementsAtPlanarIntersections
Public fieldmReconstructionRate
Public fieldmRegularizeFootprints
Public fieldmSimplifyFootprints
Public fieldmTreeMaxWidthM
Maximum width of tree defining area when using spoke/wheel algorithm to get coverage
Public fieldmTreeMinHeightM
Minimum height above ground of a tree point
Public fieldmTreeMinWidthM
Minimum width of tree defining area in which it is the dominant high vegetation
Public fieldmTreeModelName
Name of model to use for tree
Public fieldmTypes
Types to extract
Top
See Also