Skip to main content

Queue AOIs for export

License:

Available with an ArcGIS Topographic Mapping license.

Once you configure the export settings, select the AOIs on the map that you want to export. The size of the AOIs are dependent on the type of map product. You can select AOIs with points, a rectangle, or a predefined custom extent.

  1. Use one of following selection tools to specify the AOIs to export:

    Tool Details
    Select features by point Select features by point Select AOIs by placing a point. Double-click to finish and select AOIs that have a point.
    Select features by rectangle Select features by rectangle Select AOIs by drawing a rectangle. AOIs that intersect the rectangle are highlighted.
    Custom Extent by Point Custom Extent by Point Create a custom AOI.
    Move Custom Extent Move a custom AOI. This tool is available when a custom AOI is created.
    Clear AOI selection Clear AOI selection Clear the AOI selection.
    Move to full extent of AOI layer Move to full extent of AOI layer Zoom to the full extent of the AOI layer.
    Pan Pan around the map view.
    Move to previous extent Move to previous extent Zoom to the previous extent.
    Move to next extent Move to next extent If you clicked Move to previous extent , this tool becomes available and allows you to move to the next extent.
  2. Click Add AOIs in map to export queue in the Export Queue pane.

    The selected AOIs are added to the export queue.

    Tip:

    You can drag the edge of the Export Queue pane to resize it. Click Sort by name to sort the queue alphabetically in ascending or descending order, or drag an item in the queue to rearrange the order. Click Clear all items from queue to clear the queued items.

  3. Alternatively, click Import map sheet ids from a file to import a list of map sheets.

    The list must be in JSON format and any map sheets without IDs are ignored. The time it takes to export varies based on your hardware's capacity.

    For example:

    {
      "sheetIdField": "NRN",
      "sheetIdentifiers": [
        "A0000B00000",
        "A0000B00001",
        "A0000B00002"
      ]
    }
    
    Note:

    For sheetIdField values, string data types must be in quotation marks, and number data types—such as integer or float—cannot be in quotation marks.

Once all of the AOIs are added to the queue, you can run the export queue. Only the checked items are exported.

Back to top