ESRI.ArcGIS.Analyst3DTools
LineOfSight Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace : LineOfSight Class




The following tables list the members exposed by LineOfSight.

Public Constructors

 NameDescription
Public ConstructorLineOfSight ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyin_features A feature class of multipatches which may obstruct the line(s) of sight. Default is blank. (In, Optional)  
Public Propertyin_line_feature_classThe input polyline feature class along which visibility is calculated. This can be a 2D or 3D feature class. (In, Required)  
Public Propertyin_surfaceThe input raster, TIN, or terrain surface on which calculations are based. (In, Required)  
Public Propertyout_los_feature_classThe 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)  
Public Propertyout_obstruction_feature_classThe output point feature class indicating the first obstruction point along the line of sight if the target is not visible. (Out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertypyramid_level_resolutionThe resolution of the terrain dataset pyramid level to use for geoprocessing. The default is 0, full resolution. (In, Optional)  
Public Propertyrefraction_factorProvides a value to be used in the refraction factor. The default refraction factor is 0.13. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyuse_curvature (In, Optional)  
Public Propertyuse_refractionIndicates whether atmospheric refraction should be taken into consideration when generating a line of sight from a functional surface. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.