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

📄 index.html

📁 一个不错的插件
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ArcMap Mapbook Project</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
html { margin: 2em }
body{ font-family: georgia, times, serif; max-width: 50em; }
blockquote, code, pre {
	background: #ebedef;
	color: #4d5663;
	padding: 0.1em 1em;
}
blockquote blockquote { border-left: 5px solid #ccd0d6; }
code, pre { font: 1em/140% "courier new", courier, monospace; }
abbr, acronym { border-bottom: 1px dotted #4a5f82; cursor: help; }
.clearer { clear: both; height: 0; }
.alignright { float: right; }
.alignleft { float: left; }

a, a:link, a:visited, a:active {
	text-decoration: none;
/*	border-bottom: 1px solid #9aa1ae;*/
	color: #0000cd;
}	
a:hover {
/*	border-bottom: 1px solid #0d1117;*/
	color:  blue;
	background-color: yellow;
}

-->
</style>
</head>
<body>
<h1>ArcMapbook</h1>
<p><strong>DS Mapbook</strong> is a developer sample for <a href="http://www.esri.com/software/arcgis/about/desktop.html#desktop_apps">ESRI's
    ArcMap</a> which simplifies the generation of map series. Mapbook allows
      the creation of multiple maps from a single ArcMap .mxd file. Map series
      can be tiled like USGS or NTS quadrangles, discontinuous (e.g. lakes of
  the Yukon), or in strips (e.g. following a road). The best introduction to
  its
      features is <a href="http://www.esri.com/news/arcuser/0702/dsmapbook1of2.html">ArcGIS
      Software Simplifies Map Book Generation</a> from the summer 2002 issue
      of <a href="http://www.esri.com/news/arcuser/index.html">Arc
      User Online</a>. The link to the sample in that article is for v8.3. For
      v9.2, you want to go to <a href="http://edndoc.esri.com/arcobjects/9.2/CPP_VB6_VBA_VCPP_Doc/COM_Samples_Docs/Cartography/Map_Production/DSMapBook/9d2dafa6-fcae-4e3d-bd27-1f242b216452.htm">ArcObjects
    Online</a>.</p>
<table border="0" align="center" cellpadding="10" cellspacing="0">
  <tr>
    <td><img src="images/grid-index.png" width="250" height="175" border="1"></td>
    <td><img src="images/lake-index.png" width="250" height="168" border="1"></td>
    <td><img src="images/strip-index.png" width="250" height="175" border="1"></td>
  </tr>
</table>
<p>The <em><strong><a href="http://sourceforge.net/projects/arcmapbook/">ArcMap
        Mapbook Project</a></strong></em> (this site) is an open source and volunteer
        effort to extend, enhance, and fix the bugs in the developer sample.
        The project itself is still in it's early stages. All we've accomplished
        to this point is to put the code for the last four releases into a <a href="http://svn.sourceforge.net/viewcvs.cgi/arcmapbook/">version
        control repository</a> (svn) and collect some ideas of the first set
        of <a href="http://sourceforge.net/tracker/?group_id=170350&atid=853944">bugs
        and enhancements</a> to tackle. </p>
<p><a href="http://www.spatialanalyst.net.ms">Duane Wilkins in New Zealand</a> has
  also put together a <em><a href="http://svn.sourceforge.net/viewvc/*checkout*/arcmapbook/trunk/docs/QuickguidetoMapSeriesMaker.pdf">Quick
  Guide to Map Series Maker</a></em> (pdf 1.8mb) and graciously contributed it
  to the project, <a href="http://svn.sourceforge.net/viewvc/arcmapbook/trunk/docs/">now
  in svn.</a></p>
<p>Significant milestones in svn are:</p>
<ul>
  <li><a href="http://arcmapbook.svn.sourceforge.net/viewvc/arcmapbook/tags/Release_8.3/">Release
      8.3</a>, as the name implies this for use with ArcMap 8.3. Please note
      the &quot;not for commercial use&quot; license clause.</li>
  <li><a href="http://arcmapbook.svn.sourceforge.net/viewvc/arcmapbook/tags/Release_9.0/">Release
      9.0</a>, for use with ArcMap 9.0. This is the first release where the not
      for commercial use clause is lifted.</li>
  <li><a href="http://arcmapbook.svn.sourceforge.net/viewvc/arcmapbook/tags/Release_9.1/">Release
      9.1</a>, for use with ArcMap 9.1</li>
  <li><em>Release 9.2 forthcoming</em>, it's in svn as <a href="http://arcmapbook.svn.sourceforge.net/viewvc/arcmapbook/trunk/">trunk</a> but
    not yet tagged as a release. Still some testing to do to make sure it works
    with ArcMap 9.2 and integrate the small enhancements which have been contributed.
    There is another license change, relatively minor, asking that the original
    copyright and restrictions always be distributed along with all changes.</li>
</ul>
<p>The Map Book Project is an independant endeavour and not endorsed by <a href="http://www.esri.com/">ESRI, </a>although
  it is built on code developed by them and put out for distribution.</p>
<h2>About</h2>
<p><em>So who's running the project?</em></p>
<p><em>Matt Wilkie</em> - project and website administrator. Matt is not a developer
  though he has been known from time to time to program his way out of a (very
  wet) paper bag.</p>
<p><em>Aubrey Sicotte</em> - has more developer smarts than Matt, having actually
  gone to school, but still getting his feet wet in ArcMap VBA.</p>
<h4>Contributors</h4>
<ul>
  <li><em>Nathan Shephard, Melanie Baker, and Larry Young</em> of ESRI - the
    original authors of DS Mapbook</li>
  <li> <em>Julie Houle</em> of Yukon Energy Mines &amp; Resources - brought to
    attention code to allow Map Rotation for individual maps in the series (v9.1),
    original author unknown</li>
  <li> <em>DuaneWilkins</em> from New Zealand - documentation: &quot;Quick Guide
    to Map Series Maker&quot;<br>
  </li>
</ul>
</body>
</html>

⌨️ 快捷键说明

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