LasPointPipelineSelectionFilter Class Members
In This Topic
The following tables list the members exposed by LasPointPipelineSelectionFilter.
Public Constructors
Public Properties
| | Name | Description |
 | ApplyWindCorrection |
Gets and sets the flag indicating that wind correction parameters are to be applied.
|
 | ClassCodes |
Gets or sets the list of classification codes to be used in the selection filter.
(Inherited from ArcGIS.Desktop.Mapping.LasPointSelectionFilter) |
 | FilterGeometry |
Gets and sets the geometry to use for the selection filter. This must be a non-empty
geometry and should be defined in screen coordinates or in coordinates of the map's spatial reference.
(Inherited from ArcGIS.Desktop.Mapping.LasPointSelectionFilter) |
 | MaximumDeviationAngle |
Gets and sets the maximum deviation angle in degrees. This is the maximum angle that the power line
can rotate from the center. The default value is 10 degrees.
|
 | MaximumGap |
Gets and sets the maximum gap (in meters) allowed in the modeling. The default value is 20 meters.
|
 | MinimumLength |
Gets and sets the minimum length value in meters. This is the minimum length that
the modeling will correct for wind with power lines longer than this distance.
The default value is 20 meters.
|
 | Tolerance |
Gets and sets the tolerance value in meters. This is the maximum distance
in 3D that the points used to model the power line can be from one another.
The default value is 0.3048 meters.
|
 | VisiblePoints |
Gets and sets whether only visible points are to be used in the selection filter. Default value is null
indicating don't change the existing visible points setting.
(Inherited from ArcGIS.Desktop.Mapping.LasPointSelectionFilter) |
Top
See Also