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




The following tables list the members exposed by DLGArc.

Public Constructors

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

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyarea_calculationDetermines how the area (A) records are written to the output coverage. (In, Optional)  
Public PropertycategoryThe optional name of a specific DLG category to be converted from the DLG file. Only the specified category will be converted if one is given. Otherwise, only the first category in the DLG will be written to the output coverages: output coverage, point coverage. (In, Optional)  
Public Propertyin_dlg_fileThe DLG file to be converted to a coverage. (In, Required)  
Public Propertyout_coverThe name of the coverage to be created from the DLG data. If the input DLG file contains data produced by the United States Geological Survey (USGS), the output coverage will usually contain line, polygon, and node features created from nondegenerate line (L) records, area (A) records, and node (N) records. An Output Coverage.NAT for node features will be created. (Out, Required)  
Public Propertyout_point_coverThe name of an Optional point coverage to be created from degenerate line (L) records in the DLG. In a DLG, points are stored as zero-length arcs (that is, degenerate lines). (Out, Optional)  
Public Propertyout_workspaceOutput Workspace (out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyx_shiftA constant value to be added to all x coordinates during DLG conversion. The default X Shift value is zero. (In, Optional)  
Public Propertyy_shiftA constant value to be added to all y coordinates during DLG conversion. The default Y Shift value is zero. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.