ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

Coverage properties

  • Summary
  • Properties
  • Code sample

Summary

The Describe function returns the following properties for Coverages. Dataset Properties are also supported.

A Coverage returns a dataType of "Coverage".

Properties

PropertyExplanationData Type
tolerances
(Read Only)

Tolerances is a property set that includes:

  • fuzzy
  • dangle
  • ticMatch
  • edit
  • nodeSnap
  • weed
  • grain
  • snap
Object

Code sample

Coverage properties example (stand-alone script)

The following stand-alone script displays tolerance properties for a coverage.

import arcpy

# Create a describe object from a coverage
desc = arcpy.Describe("C:/data/tongass1")

# Get the tolerances property set from the describe object
tolProps = desc.tolerances

# Print all eight tolerance properties
print "Tolerances"
print "=========="
print "%-10s %s" % ("fuzzy:", tolProps.fuzzy)
print "%-10s %s" % ("dangle:", tolProps.dangle)
print "%-10s %s" % ("ticMatch:", tolProps.ticMatch)
print "%-10s %s" % ("edit:", tolProps.edit)
print "%-10s %s" % ("nodeSnap:", tolProps.nodeSnap)
print "%-10s %s" % ("weed:", tolProps.weed)
print "%-10s %s" % ("grain:", tolProps.grain)
print "%-10s %s" % ("snap:", tolProps.snap)

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal