ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for 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
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Cartographic Partitions (environment setting)

  • Usage notes
  • Dialog syntax
  • Scripting syntax

Tools that honor the Cartographic Partitions environment will subdivide input features by the specified partition polygon features for sequential processing to avoid memory limitations that may otherwise be encountered with large datasets.

The following tools honor the Cartographic Partitions environment setting:

  • The Aggregate Polygons tool
  • The Collapse Road Detail tool
  • The Delineate Built-Up Areas tool
  • The Detect Graphic Conflict tool
  • The Merge Divided Roads tool
  • The Resolve Building Conflicts tool
  • The Resolve Road Conflicts tool
  • The Thin Road Network tool

Usage notes

  • Partition features should represent a logical subdivision of input features that will be processed by the tools that honor this setting. Input features should be somewhat evenly distributed among partition features. These may be a spatially related set of features like counties or other administrative boundaries; polygons that represent individual map sheets, like those created with the Grid Index Features tool; or a set of polygons specifically created as partitions by the Create Cartographic Partitions tool.
  • Partition features must be a polygon feature class or a polygon shapefile with a valid spatial reference.
  • Partition features must be topologically correct. Adjacent polygon edges should match, and there can be no overlaps. Holes between partition features are acceptable, but partition features cannot be multipart polygons or polygons with holes. Polygons must have simple, nonoverlapping geometry.
  • Each partition polygon must have an area greater than zero. Null or empty partitions will not be processed and will raise a warning. These partitions will be ignored in processing.
  • Only the input features covered by the extent of the partition features will be processed when the Cartographic Partitions environment setting is used, even if the Output Extentenvironment is set to a larger extent than the partition features. Features outside this extent will be ignored.
  • Learn more about generalizing large datasets with cartographic partitions

Dialog syntax

Partition Features—The polygon feature class that will be used to subdivide large datasets for generalization or conflict resolution processing

Scripting syntax

arcpy.env.cartographicPartitions = FeatureClass

ParameterExplanation

Feature Class

The polygon feature class that will be used to subdivide large datasets for generalization or conflict resolution processing

CartographicPartitions syntax

Script example

import arcpy
from arcpy import env

# Set the cartographic partitions to C:\data\world.gdb\world_partitions
arcpy.env.CartographicPartitions = "C:\data\world.gdb\world_partitions"

Related Topics

  • Generalizing large datasets using partitions
Feedback on this topic?

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal