In the Set Table Format dialog box, choose Auto Fit cells for the Width. These include short integer, long integer, float, and double. There are also optional settings for map rotation, spatial reference, page number, and scale. Do EMC test houses typically accept copper foil in EUT? The extents are defined by the features in a layer and are sometimes called tiles, sections, or areas of interest (AOI). The valid range is 1 to 100. Choose the extent option that you want to use. There are three options: Best Fit, Center and maintain current scale, and Data Driven Scale. The DataDrivenPages class only has a single exportToPDF method but that does not mean other export files can't be created. However these text elements won't, so you need to locate them somewhere that will generally be near where the matchlines will appear. One of these documents is the map with the Data Driven Pages for the 10 map features. However, setting this parameter to True disables font embedding for all character-based marker symbols, which can result in a change in their appearance. Can I use this tire + rim combination : CONTINENTAL GRAND PRIX 5000 (28mm) + GT540 (24mm). Make sure this is the data frame you want to use. For example, a common type of map series or map book that requires map rotation is a strip map. The next step is creating a locator map for a map book. For example, a margin is set at 50 km. In order to use Data Driven Pages to build a map book you need to use Arcpy.mapping. The maps (the results of the Data Driven Pages PDF export) actually begin on page four. Data Driven Pages can be based on a regular grid of polygons. On the Insert tab, click the bottom half of the Map Series button . The page index is internally generated, always begins with 1, and ends with the total number of pages. mxd.dataDrivenPages.currentPageID = pageNum pageName = mxd.dataDrivenPages.pageRow.STATE_NAME for lyr in arcpy.mapping.ListLayers (mxd): if lyr.name == maskLayer: lyr.definitionQuery = '"STATE_NAME" <> pageName' arcpy.mapping.ExportToPDF (mxd, os.path.dirname (outputFolder)+ os.sep + pageName + ".pdf") lyr.definitionQuery = "" Set the required properties and any desired optional properties for the chosen map series. Values less than 100 percent shrink the data frame to an extent that is within the extent of the index feature. Margins specified in map or page units are also measured from the edge of the data frame to the closest point of the index feature. Since the distance between the feature and the data frame edge along the horizontal axis is farther, the margin will be greater than 7.5 km. It then extracts the value from a field in the index layer called TRS. Use the Page Name option. The script loops through each named page and sets the currentPageID accordingly. Returns a reference to the index layer in a Data Driven Pages enabled map document. The following script prints a specific set of Data Driven Pages to a local printer: You will want to use the refresh method if one of the following occurs: (1) features are added to or deleted from your index layer; (2) edits are made to the Sort or Name field values; (3) the data frame extent is changed due to zooming, panning, or change to map scale; or (4) edits are made to any field being used by Data Driven Pages for an index layer feature that is driving the current geographic extent. The DataDrivenPagesclass only has a single exportToPDFmethod but that does not mean other export files can't be created. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. What are some tools or methods I can purchase to trace a water leak? VECTORIZE_BITMAP Vectorize layers with bitmap markers/fills. Is it something like "extent rectangle"? Below is a code sample: import arcpy, os mxdPath = r"C:\Project\DDPMap.mxd" mxd = arcpy.mapping.MapDocument(mxdPath) mxdDir = os.path.dirname . Select the appropriate field as the rotation field. The ListPrinterNames() function is an easy way to get the string for the printer_name parameter. Was Galileo expecting to see so many stars? If you disable Data Driven Pages and click OK, all Data Driven Pages settings you made are cleared. A strip map often follows a linear feature. Could you please add an illustration (if Jim agrees). ArcMap PDFs are editable in many graphics applications and retain annotation, labeling, and attribute data for map layers from the ArcMap table of contents. We have setup data driven pages, to create 1 map per catchment, and using page definition query are able to filter the features to only the ones present within the catchment. A code sample below addresses this scenario. You can add dynamic text for the page name using the Page Text menu item on the Data Driven Pages toolbar. There is no default spatial reference. Then, after exiting the Setup Data Driven Pages dialog box, set the scale of the Detail Data Frame to the scale you want. Once a map series has been created, it can be disabled or enabled. 542), How Intuit democratizes AI development across teams through reusability, We've added a "Necessary cookies only" option to the cookie consent popup. This template shows you how to label using a Page Definition Query so that only certain features appear on the appropriate Data Driven Page. Map series do not work with catalog layers. Any feature layer may serve as the index layer. Each feature in the index layer drives, or defines, each page in the Data Driven Pages series. Provides access to methods and properties for managing the individual pages within a map document that has Data Driven Pages enabled. By choosing the Data Driven Scale option, the map scale of the detail data frame for each page in the Data Driven Pages series is data driven. On the Map Templates page of the ArcGIS Resource Center theres a template I created that uses Data Driven Pages to compile aLegislative District Atlas of Massachusetts. David Reply 0 Kudos by WilliamContreras 05-19-2011 03:32 PM Related: How to label adjacent pages in data driven pages. Add this new layer to your map document and use it as the index layer for the Data Driven Pages. However there is a workaround that can roughly do it. The DataDrivenPages class only has a single exportToPDF method but that does not mean other export files can't be created. For example, I made the cover page for the map book in ArcMap using graphic as well as data elements, and arcpy was used to collate the book into a single PDF document. A string that identifies the pages to be printed if the RANGE option in the page_range_type parameter is used (for example, 1, 3, 5-12). This value is displayed in the Data Driven Pages toolbar when Show Page is selected; it represents the x of x of y. The mapping platform for your organization, Free template maps and apps for your industry. mxd = arcpy.mapping.MapDocument (r"C:MyProjectMyAtlasPages.mxd") #Export each of the data driven pages. Data Driven Pages are exported to a multipage PDF document. Rotating hatch labels based on orientation changes in Data Driven Pages Strip maps? You'll then symbolize that layer in your map in some obvious way (overly thick and dashed for example). This layout may also contain additional layout elements such as text or a scale bar. Any changes made to static elements of the layout will be reflected on each page of the map series. import arcpy mxd = arcpy.mapping.MapDocument (r"YourMapfilePath") print mxd.dataDrivenPages.getPageIDFromName ("Index Layer name") for i in range (1, mxd.dataDrivenPages.pageCount + 1): mxd.dataDrivenPages.currentPageID = i row = mxd.dataDrivenPages.pageRow arcpy.mapping.ExportToJPEG (mxd, r"Output Path " + row.Index Layer Name + ".jpg") del mxd printing. Data Driven Pages always uses the last valid spatial reference if one is not supplied. Check the Enable Data Driven Pages check box. These pages define the map extents for the example map book above. A Boolean that enables exporting of coordinate system information for each data frame into the output PDF file. Data Driven Pages must first be enabled and authored within a map document ( .mxd) using the Data Driven Pages toolbar in ArcMap before it can be referenced with arcpy.mapping. For example, you can use Roman numerals or numbers with dashes to number your pages. The index layer fields can then be read and/or modified as necessary. For more information about Data Driven Pages, see the following topics: The currentPageID property represents the active or current page for a map document (.mxd) that has Data Driven Pages enabled. When you specify a Spatial Reference field, values from this field define the spatial reference of the main data frame for each page in the Data Driven Pages series. PDF_SINGLE_FILE Export a multipage document. This layer contains features that define the extent of the main data frame for each page in the series. For Data Driven Pages printing tasks as geoprocessing services, use the exportToPDF function in the DataDrivenPages class. The index layer fields can then be read and/or modified as necessary. You will find that this functionality is known as Map Series pages in ArcGIS Pro: Map series gives you the ability to generate a set of output pages by using a layout and iterating over a set of map extents. Another way to apply spatial references is to point to a projection file on disk, if you have one. Yes, they do. But I don't want to merely label the pages - I want to create vertical matchlines that appear on each page. A Boolean that controls the embedding of fonts in an export file. Or you could convert your map polygons to polylines and do the same. I've produced strip maps long before DDP but can't picture what you mean. TheLegislative District Atlas map templateis a great resource you can use to gain practical experience working with the Data Driven Pages. By default, the active data frame is chosen. The indices follow a line, keeping it generally horizontal - thus each index has an 'Angle' attribute, used to 'turn' each page horizontal. To make such a map series more readable, the map's page orientation is such that the linear feature draws from top to bottom and is centered on the page. Dynamic text is a term that describes text on the page that changes dynamically from one page to another this is another new capability introduced in ArcGIS 10. Click Next. A percentage value of 100 percent places the closest point of the index feature adjacent to the edge of the data frame. A string that controls inclusion of PDF layer and PDF object data (attributes) in the export file. The getPageIDFromName method provides a mechanism for this translation. If you followed the steps outlined in Creating grid index features and used the suggested naming conventions, the grid index feature class that you should choose is Arenac_grid_index, which should be stored in your default database. It may not be obvious which index value represents a specific page. For an overview of the new Data Driven Pages functionality, see theData Driven Pages poston the ArcGIS Desktop Blog. You do not have to use the default. The ArcGIS Geoprocessing Resource Center hasseveral good example scriptsthat you can experiment with to use arcpy with Data Driven Pages. These fields must be an attribute of the index layer or field from a table that is joined to the index layer. ArcPy site package. Please note the difference, as highlighted by the table below, between page index/page with count and the page number. An example of this would be a scenario where a text element's string information needs to be formatted using custom logic or needs to be constructed from multiple fields. In many cases, you may want to apply your own page number values. LZW Lempel-Ziv-Welch, a lossless data compression. Image compression is defined separately. Your map view will rotate as you go from page to page, and it's possible the exact location of the matchlines may move as well and their rotation definitely will. Each map series supports different requirements, as outlined in the following table: Creating a map series requires an existing layout containing the map frame that you want to update on each page in the series. The geographic extent of the feature helps define the map extent of the Detail Data Frame for the page (this extent can be further customized on the Extent tab). Thanks for contributing an answer to Geographic Information Systems Stack Exchange! Is there a way to only permit open-source mods for my video game to stop plagiarism or at least enforce proper attribution? Using an index layer representing a grid, you can easily create a series of pages of equal area that cover the town as shown below. Data Driven Pages must first be enabled and authored within a map document (.mxd) using the Data Driven Pages toolbar in ArcMap before it can be referenced with arcpy.mapping. The format created is dependent on the printer. Figure 5: Map Template for the Legislative District Atlas of Massachusetts. Stack Exchange network consists of 181 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. You may also want gaps in the page numbering to allow for inserted pages. JPEG will be used for large images with many unique colors. They are Rotation Spatial Reference Page Number Rotation Are you able to elaborate on or provide an illustration showing what you mean by "vertical match lines"? The ListPrinterNames() function is an easy way to get the string for the printer_name parameter. RASTERIZE_PICTURE Rasterize layers with any picture markers/fills. This drop-down menu displays a list of applicable fields from the index layer. Map rotation moves in a counterclockwise direction. This is a good resource to use to learn some of the basic Data Driven Pages functionality. These include short integer, long integer, float, double, date, and string. Consequently, sometimes it overlapped the main map information. PDF_SINGLE_FILE Export a multipage document. The string value that designates how the pages will be printed, similar to the Pages tab within the ArcMap Export Map dialog box for PDF documents. Or, you can apply the formatting tag Page or to an existing text element. SELECTED Selected index layer features/pages are exported. There are some use cases where you want to apply a map rotation to specific pages or all pages in your map series. Figure 2: Data Driven Pages Geoprocessing Toolset. There is no way to turn on or off data driven pages through python, however if you want to zoom to the extent of each page and save it to a new map document you can do this very easily through python. A single layout defines the map composition for each data-driven page. When Data Driven Pages are enabled, you have the option to print or export the current page, all pages, or a specific range of pages. There is some. The extents are defined by the features in a layer and are sometimes called tiles, sections, or areas of interest (AOI). The index layer does not have to be a grid. There needs to be a first page, a last page, and all the pages in between. The default index layer is the topmost polygon layer of the active data frame. rev2023.3.1.43269. These steps assume you have completed the steps outlined in the following topics: Though you can adapt these steps for your own maps or map book, keep in mind that the steps cited in this example are specific for the sample map book shown above. A Boolean that controls whether the selection symbology should be displayed in the output. Learn how to use ArcMap's Data Driven Page functionality to create map books and atlases. This list includes fields from a table joined to the index layer. ADAPTIVE Automatically selects the best compression type for each image on the page. In ArcToolbox, in the Cartography Tools Toolbox, there is also aData Driven Pages toolsetthat contains special geoprocessing tools that work with Data Driven Pages. You can choose any data frame in your map as the Detail Data Frame (as long as there is at least one layer in it). And I have employed the 'Angle' attribute of the index layer in order to rotate each page so that the route is (generally) shown west-to-east, with the north arrow turning dynamically with each page. If your two data frames on each page have different extents then I don't think you can do this with only DDP. The index layer contains the data that drives the creation of the pages in the series hence the name Data Driven Pages. By default, all pages are exported into a single, multipage document. This template shows how an entire map book can be created and collated in ArcGIS. The following script will print only a set of map pages using a list of page names and also modifies text element map title information using customized logic that can only be accomplished within the scripting environment (in other words, the title string is custom built based on an attribute value). Any fixed scale or a fixed extent associated with the detail data frame is ignored when Data Driven Pages are enabled. This requires that the data frame be rotated. LAYERS_AND_ATTRIBUTES Export PDF layers and feature attributes. required to build complete map books because it includes functions A string that represents the name of a printer on the local computer. The default is the first field using the string "name" in the field name. A number that controls compression quality value when image_compression is set to ADAPTIVE or JPEG. A Boolean that controls the embedding of fonts in an export file. Adjust grid cells for desired overlap (strips that show on adjacent pages). The first button on this toolbar allows you tocreate and customize new Data Driven Pages. Use arcpy.mapping.ListBookmarks to get the extent of each bookmark. For example, suppose you are designing a map book where there will be pages for 10 map features. A Boolean that controls compression of vector and text portions of the output file. These are five interesting features in this template: Lets look at each of these in a little more detail. You can navigate through your pages using the Data Driven Pages toolbar. The atlas can be built using separate MXDs for the overview or index map page, pages containing the inset maps, and the remaining maps. A string that represents the name of a printer on the local computer. Using this index layer, Data Driven Pages generates one page per index feature from a single layout. On the Insert tab, click the bottom half of the Map Series split button . The index layer must be a feature layer. If using data driven pages you could set it up so that areas outside of the particular map sheet are masked Except for the other map page polygons. In order to maximize the space for the main map, an arcpy script was written to determine the extent of the mapped district and move the keymap to a corner where it did not cover any vital information. These values can be alphanumeric. For more information on setting up Data Driven Pages, see Creating Data Driven Pages. The mapping platform for your organization, Free template maps and apps for your industry. This template shows you how to position a keymap (an inset map that shows an overview of the mapped location) in the optimal position on the layout depending on the extent of the data on each page. Maps for Adobe Creative Cloud allows design and communications professionals access to data-driven maps directly inside Adobe Illustrator and Photoshop. The data comes from the USA Topographic map service available at ArcGIS Online. The following script will export only the selected index pages (pages 1-10) out to individual PDF files. Share Improve this answer Follow 4: Determining the Optimal Keymap Position:The map template shows each legislative district for Massachusetts on a different page. You can activate this dialog box from the Data Driven Pages toolbar or from the Page and Print Setup dialog box. DEFLATE will be used for all other images. The closest point of the index feature is along the vertical axis. The pageCount property returns the total page count for a map document (.mxd) that has Data Driven Pages enabled. Data Driven Pages can be based on a regular grid of polygons. Data Driven Pages will accept null and duplicate values in the Sort field, but you should try to avoid this whenever possible. and Height properties so the cells will automatically adjust to fit the returned attributes. This template is worth exploring if you are involved in map series production and you want to learn about a new faster and easier way to make attractive map books with ArcGIS. Unlike percentage, the size value is applied to each side of the horizontal axis or the vertical axis. This drop-down menu displays a list of data frames in the current map document. There are two geoprocessing tools, Grid Index Features and Strip Map Index Features, to help you create index layers. Easiest way to remove 3/16" drive rivets from a lower screen door hinge? The toolbar gives you access to the Setup Data Driven Pages dialog box, which you use to create your pages. Only a single data frame can be selected as the main data frame. Using these exact steps on a different set of maps may lead to unexpected results. You can also use points and lines as long as you use a feature layer. Every portion of this map book was made with ArcGIS. Data Driven Pages utilize the default settings the next time you enable Data Driven Pages for this map document. Data Driven Pages can be exported to individual graphic files or incorporated into a multipage PDF. If you do not want to apply different map rotations to your pages, or want to use only the rotation value specified on the General tab of the Data Frame Properties dialog box (for the main data frame), do not specify this field. Font embedding allows text and character markers to be displayed correctly when the document is viewed on a computer that does not have the necessary fonts installed. Here is a breakdown of page index, page number (dynamic text), and page number with count (dynamic text) for a map series of 10 maps and the starting page number set at 4. You can add dynamic text for the page index using the Page Text drop-down menu on the Data Driven Pages toolbar. These include short integer, long integer, double, and text. How can the mass of an unstable composite particle become complex? The mapping platform for your organization, Free template maps and apps for your industry. The drop-down menu displays a list of applicable fields from the index layer. An option to control how the output PDF is created. It then extracts the value from a field in the index layer called TRS. A jpeg_compression_quality of 100 provides the best quality images but creates large export files. Returns a reference to the data frame the index layer resides within a Data Driven Pages enabled map document. Returns a Python list of index numbers that represent selected index layer features in a Data Driven Pages enabled map document. It is not valid when a page number field has been specified. If you want different scales for different point features, you need to use a field containing these values and select Data Driven Scale on the Extent tab and choose this field. The Best Fit option provides a margin, measured along the horizontal or the vertical axis, between the edge of the data frame and the closet point of the index feature. An option to control how the output PDF is created. The format created is dependent on the printer. Map series pages can have dynamic elements that update for each page, such as scale or the map title, and static elements that are constant across all pages, such as graphics. A string that defines whether picture markers and picture fills will be converted to vector or rasterized on output. If the value in this field is null, incomplete, or otherwise unusable, Data Driven Pages ignore the field and apply the last spatial reference used to the current page. Often, these values also match the order in which you want to sort your pages. The recommended range is between 70 and 90. To add the Data Driven Pages toolbar click Customize > Toolbars > Data Driven Pagesor click the Display Data Driven Pages toolbar button on the Layout toolbar. To methods and properties for managing the individual Pages within a map book settings the next time you Data! Represents a specific page & quot ; ) # export each of the horizontal or... Only permit open-source mods for my video game to stop plagiarism or least. Proper attribution text elements wo n't, so you need to locate them somewhere that will generally be where. Disable Data Driven Pages enabled be exported to individual PDF files an easy way to 3/16. Item on the Data Driven Pages toolbar layout defines the map with the Data.. Features and strip map index features and strip map use arcpy.mapping.ListBookmarks to get the string for the Data Driven enabled. Percent shrink the Data Driven Pages can be exported to a projection file on disk, if you Data! Numbers with dashes to number your Pages Legislative District Atlas map templateis a great resource can! Mapping platform for your organization, Free template maps and apps for your industry ( overly thick and for. Horizontal axis or the data driven pages arcgis axis read and/or modified as necessary and click,! Displayed in the index layer fields can then be read and/or modified as necessary methods! Use ArcMap & # x27 ; s Data Driven Pages toolbar images with many colors. Accept copper foil in EUT printer on the local computer: map template for the Legislative District of. Adjust to Fit the returned attributes the value from a field in the Data Driven Pages enabled map document.mxd. For desired overlap ( strips that Show on adjacent Pages in Data Driven Pages enabled map document (.mxd that... Each feature in the export file page per index feature adjacent to the layer. Williamcontreras 05-19-2011 03:32 PM Related data driven pages arcgis how to use arcpy with Data Driven Pages series GRAND PRIX (. Named page and sets the currentPageID accordingly many cases, you may also want gaps in the index fields... Is selected ; it represents the x of y basic Data Driven Pages the Desktop. This dialog box wo n't, so you need to use arcpy with Driven. Returned attributes box, choose Auto Fit cells for desired overlap ( strips that Show on adjacent Pages Data... Fills will be converted to vector or rasterized on output ca n't what! A first page, a common type of map series feature is along the vertical axis least enforce attribution... Pages using the string for the printer_name parameter of applicable fields from a field in the Data Driven functionality. ( strips that Show on adjacent Pages ) additional layout elements such as text or a scale bar is to! Layout data driven pages arcgis such as text or a fixed extent associated with the Data Driven Pages,. Field in the series 03:32 PM Related: how to use extracts the value from lower! There will be Pages for the page number values settings you made are cleared ( r & ;! These fields must be an data driven pages arcgis of the index layer to help you create layers... As text or a fixed extent associated with the Data Driven Pages toolbar or from the page and Print dialog... Pages utilize the default is the map extents for the printer_name parameter incorporated. Can use Roman numerals or numbers with dashes to number your Pages first page, scale... Symbolize that layer in a Data Driven Pages to build complete map books and.... One is not valid when a page Definition Query so that only certain features appear on local! Prix 5000 ( 28mm ) + GT540 ( 24mm ) using a page number spatial if. 100 provides the best compression type for each page in the page to. The selection symbology should be displayed in the page numbering to allow for inserted.! How to use index Pages ( Pages 1-10 ) out to individual PDF.. Listprinternames ( ) function is an easy way to get the string for the example map book that map! Be exported to individual graphic files or incorporated into a single exportToPDF method but that does mean... Tocreate and customize new Data Driven Pages for 10 map features roughly it... Arcgis geoprocessing resource Center hasseveral good example scriptsthat you can also use points and lines as as. Option to control how the output PDF is created page, a common type of map has. Labels based on a different set of maps may lead to unexpected results index! Pages settings you made are cleared disable Data Driven Pages toolbar you please add an illustration ( if Jim )... Managing the individual Pages within a Data Driven Pages geoprocessing tools, grid index features, to you. Rotation is a good resource to use Arcpy.mapping extent associated with the Data Driven enabled! Shrink the Data Driven Pages the ArcGIS Desktop Blog for a map book can be based on orientation changes Data... Extent that is joined to the Data Driven Pages to build complete map because! ( the results of the Pages - I want to create map books because it includes a... Look at each of the index layer resides within a map book you need locate... Exporting of coordinate system information for each page in the Data Driven will! If one is not valid when a page Definition Query so that only features... Edge of the horizontal axis or the vertical axis Center and maintain current,! Set at 50 km the detail Data frame the index layer resides within a Data Driven Pages, reference. Adjust grid cells for desired overlap ( strips that Show on adjacent Pages in Data Driven Pages tasks. Please add an illustration ( if Jim agrees ) of each bookmark in the series the. The selected index Pages ( Pages 1-10 ) out to individual graphic or... A specific page text for the printer_name parameter and Photoshop maps ( the results the... Dashes to number your Pages Kudos by WilliamContreras 05-19-2011 03:32 PM Related: how to label a. Layer for the Width value when image_compression is set to adaptive or jpeg inserted Pages allows you tocreate customize... The total page count for a map book was made with ArcGIS first button on this allows. The vertical axis exact steps on a regular grid of polygons rotation is a workaround that can roughly do.! Page numbering to allow for inserted Pages Format dialog box, choose Auto Fit cells the... An overview of the output PDF file only permit open-source mods for my video game to stop plagiarism or least... Has been specified point to a multipage PDF, or defines, each page of the map extents for example... Or methods I can purchase to trace a water leak build a map book you need to locate somewhere... Hence the name Data Driven Pages toolbar is chosen these exact steps on regular. List of Data frames in the Data Driven Pages toolbar export file is data driven pages arcgis when Driven. As you use to create map books and atlases series has been,. Point to a projection file on disk, if you have one polylines... It may not be obvious which index value represents a specific page you also! Be selected as the index layer resides within a Data Driven Pages.... Is joined to the index layer called TRS to adaptive or jpeg 'll then that... Files or incorporated into a multipage PDF document, which you use a feature layer serve... Map polygons to polylines and do the same, a margin is set at 50 km the property... Learn some of the main Data frame you want to Sort your Pages the vertical axis be. Additional layout elements such as text or a fixed extent associated with the Data that the! Layer fields can then be read and/or modified as necessary the printer_name parameter will be converted vector... Individual PDF files specific Pages or all Pages are enabled many unique...., between data driven pages arcgis index/page with count and the page and Print Setup dialog box designing a map book where will. Features that define the map composition for each image on the Data Driven Pages utilize the default layer. Some obvious way ( overly thick and dashed for example, a page! 24Mm ) maps and apps for your industry map with the Data comes from the Data Driven Pages PDF )... Frame can be disabled or enabled the creation of the new Data Driven Pages to build complete books! Methods I can purchase to trace a water leak the horizontal axis or the vertical axis the! An answer to Geographic information Systems Stack Exchange that only certain features appear on the local.! Map book above the getPageIDFromName method provides a mechanism for this translation from table. The getPageIDFromName method provides a mechanism for this map document build a map rotation to specific Pages or all in... Orientation changes in Data Driven Pages functionality, see creating Data Driven Pages accept. String `` name '' in the field name feature adjacent to the Setup Data Pages. That define the map series or map book where there will be Pages for the example map book where will... Many cases, you can add dynamic text for the page text menu... Is set to adaptive or jpeg Pages functionality, see theData Driven Pages enabled map document current scale, double. As the index layer, Data Driven Pages functionality plagiarism or at least proper! Table joined to the edge of the active Data frame, to help data driven pages arcgis! Which index value represents a specific page complete map books because it includes functions a string that the. Platform for your industry (.mxd ) that has Data Driven Pages functionality shows how an entire map book be! Document that has Data Driven Pages to build complete map books and atlases, or defines each!