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




The following tables list the members exposed by SimplifyPolygon.

Public Constructors

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

Public Properties

 NameDescription
Public PropertyalgorithmSpecifies the polygon simplification algorithm. (In, Required)  
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertycollapsed_point_optionSpecifies whether to keep collapsed zero-area polygons as points if any are found in the process. This option applies only when NO_CHECK or FLAG_ERRORS is specified. (In, Optional)  
Public Propertyerror_optionSpecifies how the topological errors (possibly introduced in the process, including line crossing, line overlapping, and collapsed zero-length lines) will be handled. (In, Optional)  
Public Propertyin_featuresThe polygon features to be simplified. (In, Required)  
Public Propertyminimum_areaSets the minimum area for a simplified polygon to be retained. The default value is zero, that is, to keep all polygons. You can choose a preferred unit for the specified value; the default is the feature unit. (In, Optional)  
Public Propertyout_feature_classThe output polygon feature class to be created. (Out, Required)  
Public Propertyout_point_feature_classOutput Point Feature Class (out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertytoleranceThe tolerance that determines the degree of simplification. A tolerance must be specified, and it must be greater than zero. You can choose a preferred unit; the default is the feature unit. (In, Required)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.