aimsResource.js
上传用户:gzuoyue
上传日期:2022-07-08
资源大小:177k
文件大小:11k
源码类别:

GIS编程

开发平台:

ASP/ASPX

  1. // aimsResource.js
  2. /*
  3. *  JavaScript resource file for ArcIMS HTML Viewer
  4. * arrays containing display text
  5. *  This file can be swapped out with appropriate language translation
  6. */
  7. var msgList = new Array();
  8. var unitList = new Array();
  9. var sUnitList = new Array();
  10. var modeList = new Array();
  11. var titleList = new Array();
  12. var buttonList = new Array();
  13. // ArcIMSparam.js - msgList
  14. msgList[0] = "Unable to load one of the following Javascript Libraries:naimsCommon.jsnaimsXML.jsnaimsMap.js";
  15. // aimsCommon.js - msgList
  16. msgList[1] = "No request for Limit Extent";
  17. msgList[2] = "Unable to start. Required HTML Form missing (jsForm.htm).";
  18. msgList[3] = "Current Extent:nLeft: ";
  19. msgList[4] = "nBottom: ";
  20. msgList[5] = "nRight: ";
  21. msgList[6] = "nTop: ";
  22. msgList[7] = "nnRatio to Full Extent: ";
  23. // aimsXML.js - msgList
  24. msgList[8] = "ServiceName: ";
  25. msgList[9] = "nArcXML Request:n ";
  26. msgList[10] = "Response from previous request(s) not received.";
  27. msgList[11] = "Form for posting request not found. Unable to communicate with server.";
  28. msgList[12] = "Sending:nn";
  29. msgList[13] = "ArcXML Response:n ";
  30. msgList[14] = "Unable to display MapServicen";
  31. msgList[15] = "Cannot send request";
  32. msgList[16] = "Unable to display Overview Map MapServicen";
  33. msgList[17] = "Unable to set parameters";
  34. msgList[18] = "Unable to get image for click positions.";
  35. msgList[19] = "nUnable to execute response.";
  36. // aimsLayers.js - msgList
  37. msgList[20] = " is now the Active Layer";
  38. msgList[21] = "Unable to obtain Field names.nUnable to query layer.";
  39. msgList[22] = "Name:";
  40. msgList[23] = "Id:";
  41. msgList[24] = "Type:";
  42. msgList[25] = "Extent:";
  43. msgList[26] = "Min Scale:";
  44. msgList[27] = "Max Scale:";
  45. msgList[28] = "Fields:";
  46. msgList[29] = "Size:";
  47. msgList[30] = "Precision:";
  48. msgList[31] = "Unknown";
  49. msgList[32] = "String";
  50. msgList[33] = "Id";
  51. msgList[34] = "Shape";
  52. msgList[35] = "Integer";
  53. msgList[36] = "Double";
  54. msgList[37] = "Boolean";
  55. msgList[38] = "Floating";
  56. msgList[39] = "Small Integer";
  57. msgList[40] = "BLOB";
  58. msgList[41] = "Date";
  59. msgList[42] = "None";
  60. msgList[43] = "Address Match";
  61. msgList[44] = "No";
  62. // aimsDHTML.js - msgList
  63. msgList[45] = "A MapService must be loaded";
  64. // aimsClick.js - msgList
  65. msgList[46] = "Cannot query MapServicenIdentify, Select, and Query functions are disabled.";
  66. msgList[47] = "This layer does not have any Hyperlinks.";
  67. msgList[48] = "No selected features to buffer.";
  68. msgList[49] = "Buffer Mode disabled.";
  69. msgList[50] = "Legend Library (aimsLegend.js) not loaded.";
  70. msgList[51] = "Function not enabled.";
  71. // aimsNavigation.js - msgList
  72. msgList[52] = "Map: ";
  73. msgList[53] = "Image: ";
  74. msgList[54] = "ScaleFactor: ";
  75. // aimsCustom.js - msgList
  76. msgList[55] = "Unknown Mode:";
  77. msgList[56] = "nUnable to execute request.";
  78. // aimsGeocode.js - msgList
  79. msgList[57] = "Locate Results";
  80. msgList[58] = "Address";
  81. msgList[59] = "Score";
  82. msgList[60] = "Unable to locate address";
  83. // aimsIdentify.js - msgList
  84. msgList[61] = "Previous ";
  85. msgList[62] = " Records";
  86. msgList[63] = "More Records";
  87. msgList[64] = "No Features found.";
  88. msgList[65] = "Returned ArcXML Response:";
  89. msgList[66] = "Server returned:";
  90. msgList[67] = "Hyperlink to ";
  91. msgList[68] = "Unable to hyperlink with submitted request.";
  92. msgList[69] = "Unable to hyperlink.";
  93. // aimsSelect.js - msgList
  94. msgList[70] = "Measure Totals cleared.";
  95. msgList[71] = "Selection cleared.";
  96. // aimsQuery.js - msgList
  97. msgList[72] = "Field";
  98. msgList[73] = "Operator";
  99. msgList[74] = "Requesting sample values for the layer ";
  100. msgList[75] = "The first ";
  101. msgList[76] = " records are being accessed. There may be duplicate values.";
  102. msgList[77] = ":nThis layer does not have any StoredQueries.";
  103. msgList[78] = "Search";
  104. msgList[79] = "Search is Case-Sensitive";
  105. msgList[80] = "Unable to build Query String.";
  106. // aimsBuffer.js - msgList
  107. msgList[81] = "Distance must be at least zero.\nStart all numbers less than one with a leading zero.";
  108. msgList[82] = "Highlight features from ";
  109. msgList[83] = " within a distance of ";
  110. msgList[84] = " around the selected features of ";
  111. msgList[85] = "Display Attributes";
  112. msgList[86] = "Rec";
  113. // addmatch.htm - msgList
  114. msgList[87] = "No Layer";
  115. msgList[88] = "Layer";
  116. msgList[89] = "Please enter a string";
  117. msgList[90] = "Enter String to Find in ";
  118. msgList[91] = "Cancelled.";
  119. msgList[92] = "Find String";
  120. // select.htm - msgList
  121. msgList[93] = "A minimum of two points are required.";
  122. msgList[94] = "A minimum of three points are required.";
  123. msgList[95] = "Select with Line or Polygon";
  124. // printForm.htm
  125. msgList[96] = "Click on "Create Print Page" to open a new Browser window with the Map Image,";
  126. msgList[97] = "Overview Map Image, and Legend displayed. You can then use the File/Print menu item";
  127. msgList[98] = "to send the display to your printer.";
  128. msgList[99] = "Please enter a string";
  129. msgList[100] = "The modules available on this site make extensive use of JavaScript <br> and requires a 4.0 or newer Browser.<br>Internet Explorer is not supported on the Macintosh."; // default.htm
  130. msgList[101] = " is not visible due to scale and features cannot be selected.nnZoom to a scale where the layer is visible.nn";
  131. msgList[102] = " is not visible and features cannot be selected.nnCheck Visible for ";
  132. msgList[103] = "Check Visible for the layer and click Refresh Map.";
  133. msgList[104] = "The Active Layer ";
  134. msgList[105] = "At least one point is required";
  135. msgList[106] = "Buffer Shape";
  136. msgList[107] = "Buffer Size:";
  137. msgList[108] = " and click Refresh Map.";
  138. msgList[109] = "No operator in query";
  139. msgList[110] = "Query expression is blank.nNo features have been selected.";
  140. msgList[111] = "No Layers visible.";
  141. msgList[112] = "No features found at click location.";
  142. msgList[113] = "Loading Viewer. . .";
  143. msgList[114] = "No hyperlinks defined for any of the visible layers.";
  144. msgList[115] = "No Hyperlinks defined.";
  145. msgList[116] = "No hyperlink defined for at click location";
  146. msgList[117] = "Retrieving Data. . .";
  147. msgList[118] = "Retrieving Map. . .";
  148. msgList[119] = "You are not authorized to make map requests to this MapService.";
  149. msgList[120] = "Debug Mode On";
  150. msgList[121] = "Debug Mode Off";
  151. msgList[122] = " records are being accessed. Duplicate values will be sorted out, resulting in fewer samples.";
  152. // added field types
  153. msgList[123] = "CLOB";
  154. msgList[124] = "NVARCHAR";
  155. msgList[125] = "NCLOB";
  156. msgList[126] = "";
  157. msgList[127] = "";
  158. msgList[128] = "";
  159. msgList[129] = "";
  160. msgList[130] = "";
  161. /*
  162. msgList[1] = "";
  163. msgList[2] = "";
  164. msgList[3] = "";
  165. msgList[4] = "";
  166. msgList[5] = "";
  167. msgList[6] = "";
  168. msgList[7] = "";
  169. msgList[8] = "";
  170. msgList[9] = "";
  171. msgList[0] = "";
  172. */
  173. unitList[0] = "DEGREES";
  174. unitList[1] = "FEET";
  175. unitList[2] = "MILES";
  176. unitList[3] = "METERS";
  177. unitList[4] = "KILOMETERS";
  178. sUnitList[0] = "DEGREES";
  179. sUnitList[1] = "FEET";
  180. sUnitList[2] = "MILES";
  181. sUnitList[3] = "METERS";
  182. sUnitList[4] = "KILOMETERS";
  183. modeList[0] = "Zoom In";
  184. modeList[1] = "Zoom Out";
  185. modeList[2] = "Pan";
  186. modeList[3] = "Identify";
  187. modeList[4] = "Select Rectangle";
  188. modeList[5] = "Select Point";
  189. modeList[6] = "Select Line";
  190. modeList[7] = "Select Polygon";
  191. modeList[8] = "Select Line/Polygon";
  192. modeList[9] = "Hyperlink";
  193. modeList[10] = "Select Shape";
  194. modeList[11] = "Buffer Shape";
  195. modeList[12] = "Measure";
  196. modeList[13] = "Create Shape";
  197. modeList[14] = "Locate Address";
  198. modeList[15] = "Query";
  199. modeList[16] = "Search";
  200. modeList[17] = "Find";
  201. modeList[18] = "Buffer";
  202. modeList[19] = "Identify All";
  203. modeList[20] = "ID Visible Features";
  204. modeList[21] = "Get Address";
  205. titleList[0] = "ArcIMS HTML Viewer"; 
  206. titleList[1] = "Current Active Layer"; // aimsLayers.js
  207. titleList[2] = "Layer Information";
  208. titleList[3] = "Legend"; // aimsLegend.js
  209. titleList[4] = "ArcIMS HTML Viewer Map"; // aimsPrint.js
  210. titleList[5] = "Map Output";
  211. titleList[6] = "Address Match Candidates"; // aimsGeocode.js
  212. titleList[7] = "Query/Selection Results"; // aimsIdentify.js
  213. titleList[8] = "Select Results";
  214. titleList[9] = "Hyperlink Results";
  215. titleList[10] = "Buffer Results"; // aimsBuffer.js
  216. titleList[11] = "Address Matching"; // aimsGeocode.js
  217. titleList[12] = "Toolbar";
  218. titleList[13] = "Layers";
  219. titleList[14] = " Visible ";
  220. titleList[15] = " Active ";
  221. titleList[16] = "Display Units"; // setUnits.htm
  222. titleList[17] = "Map Units";
  223. titleList[18] = "PrintForm"; // printForm.htm
  224. titleList[19] = "Title to display on Map:<BR>";
  225. titleList[20] = "ArcIMS HTML Viewer Map";
  226. titleList[21] = "Print Map";
  227. titleList[22] = "Selected Features";;
  228. titleList[23] = "Highlighted Feature";
  229. titleList[24] = "theBufferTarget";
  230. titleList[25] = "theBufferPolygons";
  231. titleList[26] = "theBufferTarget";
  232. titleList[27] = "theBuffer";
  233. titleList[28] = "";
  234. titleList[29] = "";
  235. titleList[30] = "";
  236. /*
  237. titleList[0] = ""; 
  238. titleList[1] = "";
  239. titleList[2] = "";;
  240. titleList[3] = "";
  241. titleList[4] = "";
  242. titleList[5] = "";
  243. titleList[6] = "";
  244. titleList[7] = "";
  245. titleList[8] = "";
  246. titleList[9] = "";
  247. */
  248. buttonList[0] = "Hide Legend"; // aimsLegend.js
  249. buttonList[1] = "Locate Another Address"; // aimsGeocode.js
  250. buttonList[2] = "Value"; // aimsQuery.js
  251. buttonList[3] = "Sample Values";
  252. buttonList[4] = "Get Samples";
  253. buttonList[5] = "Add to Query String";
  254. buttonList[6] = "Execute";
  255. buttonList[7] = "Undo";
  256. buttonList[8] = "Clear";
  257. buttonList[9] = "Create Buffer"; // aimsBuffer.js
  258. buttonList[10] = "Yes";
  259. buttonList[11] = "No";
  260. buttonList[12] = "Select Layer"; // addmatch.htm
  261. buttonList[13] = "Locate";
  262. buttonList[14] = "Toggle between Legend and LayerList"; // toolbar.htm
  263. buttonList[15] = "Toggle Overview Map";
  264. buttonList[16] = "Zoom In";
  265. buttonList[17] = "Zoom Out";
  266. buttonList[18] = "Zoom to Full Extent";
  267. buttonList[19] = "Zoom to Active Layer";
  268. buttonList[20] = "Back to Last Extent";
  269. buttonList[21] = "Pan";
  270. buttonList[22] = "Pan to North";
  271. buttonList[23] = "Pan to South";
  272. buttonList[24] = "Pan to West";
  273. buttonList[25] = "Pan to East";
  274. buttonList[26] = "HyperLink";
  275. buttonList[27] = "Identify";
  276. buttonList[28] = "Query";
  277. buttonList[29] = "Search";
  278. buttonList[30] = "Find";
  279. buttonList[31] = "Measure";
  280. buttonList[32] = "Set Units";
  281. buttonList[33] = "Buffer";
  282. buttonList[34] = "Select by Rectangle";
  283. buttonList[35] = "Select by Line/Polygon";
  284. buttonList[36] = "Clear Selection";
  285. buttonList[37] = "Locate Address";
  286. buttonList[38] = "Print";
  287. buttonList[39] = "Extract";
  288. buttonList[40] = "Options";
  289. buttonList[41] = "Load MapService";
  290. buttonList[42] = "Hide LayerList"; // toc.htm
  291. buttonList[43] = "Info";
  292. buttonList[44] = "Refresh Map";
  293. buttonList[45] = "    Restart    "; // select.htm
  294. buttonList[46] = " Delete Last Point ";
  295. buttonList[47] = "  Complete Line & Select  ";
  296. buttonList[48] = "Complete Polygon & Select";
  297. buttonList[49] = "Cancel"; // setUnits.htm
  298. buttonList[50] = "Create Print Page";  // printForm.htm
  299. buttonList[51] = "Buffer Point & Select";
  300. buttonList[52] = "Buffer Line & Select";
  301. buttonList[53] = "Complete Polygon, Buffer, Select";
  302. buttonList[54] = "Use Point to Select";
  303. buttonList[55] = "Get Address @ Click";
  304. buttonList[56] = "Find Route";
  305. buttonList[57] = "";
  306. buttonList[58] = "";
  307. buttonList[59] = "";
  308. buttonList[60] = "";
  309. /*
  310. buttonList[1] = "";
  311. buttonList[2] = "";
  312. buttonList[3] = "";
  313. buttonList[4] = "";
  314. buttonList[5] = "";
  315. buttonList[6] = "";
  316. buttonList[7] = "";
  317. buttonList[8] = "";
  318. buttonList[9] = "";
  319. buttonList[0] = "";
  320. */