⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dsmapbook.htm

📁 一个不错的插件
💻 HTM
字号:
<HTML>
  <HEAD>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <TITLE>DS Map Book</TITLE>
    <LINK REL="stylesheet" TYPE="text/css" HREF="/program files/arcgis/developerkit/common/style/legacy.css">
    <style>          code#c {color: green;} /* used for comments */          code#k {color: blue;} /* used for keywords */        </style>
  </HEAD>
  <BODY topmargin="0" id="bodyID" class="dtBODY">
    <div id="nsbanner" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
      <div id="TitleRow" class="bannertitle92">
        <table class="titleWithBackground">
          <td>
            <H1>DS Map Book<a name="ICallout"></a></H1>
          </td>
        </table>
      </div>
    </div><br xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><div id="sampletext" valign="bottom"><B>Description:</B><BR><BR>
      <TEXT>
				This Developer Sample code is designed to allow for the creation of Map Books.  A page is create in the book based
				on each feature in a grid/index layer specified by the user.  Index layers must contain polygon features with a string
				field containing the name of each tile/page.  The features in the index layer do not have to be of any particular
				size or shape, nor do they need to be continuous or non-overlapping.  Several commands are included for generating index
				layers based on a uniform grid or based on selected, continuous line features.

				<P>Using the index layer, pages are generated for the book.  These pages are persisted within the map document
				and can be printed or exported at any time.</P>
        <P>For more specific information on using the sample, please see the Map Book Generation.doc file included with
				the code.</P>
        <P>Options on the toolbar include:</P>
        <li>Create Map Book - Generate a new Map Series based on your index layer.</li>
        <li>Add Identifier Frame - Add Local or Global Indicator frames to show the position of the page/tile in reference to the other tiles.</li>
        <li>Create/Update Map Grids - Generate or Update index layers based on a uniformed grid.</li>
        <li>Create Stripmap Grids - Generate an index layer based on a continuous set of selected line features.</li>
        <P>There are two Visual Basic projects included with the code.  The first project (DSMapBookPrj.vbp) includes the code for the MapBook,
				MapSeries, and MapPage objects used within the second project (DSMapBookUIPrj.vbp).  The Map Book application is an extension to ArcMap
				and the MapBook, MapSeries, and MapPage objects can be obtained from the extension.  This makes it possible to write additional code
				through VBA or some other method for manipulating the objects.  See the Map Book Generation.doc file for more information.</P>
        <P>In the code section below, the first 8 items are from the DsMapBookPrj project, while the remaining items are from the
				DSMapBookUIPrj.</P></TEXT>
    <TABLE class="Products">
        <TD><B>Products: </B><br>ArcView: VB<P></P>
          <P></P><B>Platforms: </B>Windows<P></P><B>Requires: </B>Index layer and other data<P></P>
        </TD>
      </TABLE><BR><B>How to use:</B><div>
        <OL>
          <LI>Double click on the _Install.bat file include with the code.  This batch file will register two dlls and put all the included classes
			in the correct categories.  The classes include one extension, one Contents View (Tab), one toolbar, and four commands/Tools.  The install and uninstall
			batch files assume the regsvr32 command is accessible from the system path.</LI>
          <LI>Add layers to your map session.  One of the layers must be an index layer that already exists, or you create with
			the Create/Update Map Grids or Create StripMap Grids commands.</LI>
          <LI>Open the Map Book Generation.doc file included with the code and follow the procedures to create and output a map book.</LI>
        </OL>
      </div><br></div>
  </BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -