GM_LidarExtractSetup_t Structure

Define setup for extraction feature outlines

Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
Copy
public struct GM_LidarExtractSetup_t

The ChangeMe type exposes the following members.

Constructors
NameDescription
Public methodGM_LidarExtractSetup_t
Constructor to set values directly.
Top
Fields
NameDescription
Public fieldmBuildingFloorTypeArea 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 fieldmBuildingRoofTypeArea type for roof
Public fieldmBuildingSimpEps
Public fieldmBuildingSimpEpsUnits
Public fieldmBuildingWallTypeArea type for building wall
Public fieldmColorVertices
Public fieldmCreateGroundFootprints
Public fieldmCreateSideWalls
Public fieldmFlags Flags
Public fieldmFootprintHeight
Public fieldmGridBinMultBuildings Resolution to extract buildings
Public fieldmGridBinMultBuildingsUnitsUnits for resolution
Public fieldmGridBinMultTreesResolution to extract buildings
Public fieldmIsMeshReconstructed
Public fieldmMaxDistanceToPlane
Public fieldmMaxIterations
Public fieldmMinFootprintAreaSqM
Public fieldmMinPointsInPlane
Public fieldmNormalWeight
Public fieldmPinFootprintsToHeight
Public fieldmPoleBinSizeMBin size in meters per side (usually keep defaults)
Public fieldmPoleHighPointPlace marker on high point (false is low point)
Public fieldmPoleMaxXDisOfGroup Maximin X distance that a segments can span in meters
Public fieldmPoleMinHeightOfPoleHow small of a vertical segment can we accept as a pole
Public fieldmPoleMinSegmentCountMinimum number of points for a segment to be considered for final classification
Public fieldmPoleTypePoint type for pole
Public fieldmPowerlineBinMultMultiplier to apply to bin size to get actual sample size. This allows bin size to be shared with automatic classification.
Public fieldmPowerlineBinSizeMBin size in meters per side (usually keep defaults)
Public fieldmPowerlineClassGroupMaskLidar 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 fieldmPowerlineMaxDistFromLineMMaximum distance from point in bin to best-fit line to keep
Public fieldmPowerLineMaxGapLenMMaximum gap length to cross in meters
Public fieldmPowerlineMaxVertDiffPerMMaximum difference in height in meters over a meter of distance between points
Public fieldmPowerlineMinLineLenMMinimum length of connected line to keep as a powerline segment
Public fieldmPowerlineMinLineSegLenMMinimum length of in-cell line segment to start with for building powerlines
Public fieldmPseudoMeasurementsAtPlanarIntersections
Public fieldmReconstructionRate
Public fieldmRegularizeFootprints
Public fieldmSimplifyFootprints
Public fieldmTreeMaxWidthMMaximum width of tree defining area when using spoke/wheel algorithm to get coverage
Public fieldmTreeMinHeightMMinimum height above ground of a tree point
Public fieldmTreeMinWidthMMinimum width of tree defining area in which it is the dominant high vegetation
Public fieldmTreeModelNameName of model to use for tree
Public fieldmTypesTypes to extract
Top
See Also