The following tables list the members exposed by LineOfSight.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| in_features |
A feature class of multipatches which may obstruct the line(s) of sight. Default is blank.
(In, Optional) |
| in_line_feature_class | The input polyline feature class along which visibility is calculated. This can be a 2D or 3D feature class. (In, Required) |
| in_surface | The input raster, TIN, or terrain surface on which calculations are based. (In, Required) |
| out_los_feature_class | The output line feature class along which visibility has been determined. Two attribute fields are created. VisCode indicates visibility along the line, 1 being visible and 2 not visible. TarIsVis indicates the target visibility, 0 being not visible and 1 being visible. (Out, Required) |
| out_obstruction_feature_class | The output point feature class indicating the first obstruction point along the line of sight if the target is not visible. (Out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| pyramid_level_resolution | The resolution of the terrain dataset pyramid level to use for geoprocessing. The default is 0, full resolution. (In, Optional) |
| refraction_factor | Provides a value to be used in the refraction factor. The default refraction factor is 0.13. (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| use_curvature |
(In, Optional) |
| use_refraction | Indicates whether atmospheric refraction should be taken into consideration when generating a line of sight from a functional surface.
(In, Optional) |
Top
See Also