update1
Showing
8 changed files
with
138 additions
and
81 deletions
.DS_Store
0 → 100644
No preview for this file type
.idea/libraries/sqlite_jdbc_3_21_0_2.xml
0 → 100644
| ... | @@ -2,22 +2,12 @@ | ... | @@ -2,22 +2,12 @@ |
| 2 | <project version="4"> | 2 | <project version="4"> |
| 3 | <component name="ChangeListManager"> | 3 | <component name="ChangeListManager"> |
| 4 | <list default="true" id="5b5a29d8-78e9-4a9f-a415-1e11442b5ca7" name="Default" comment=""> | 4 | <list default="true" id="5b5a29d8-78e9-4a9f-a415-1e11442b5ca7" name="Default" comment=""> |
| 5 | <change type="DELETED" beforePath="$PROJECT_DIR$/out/production/TiandituDownloader/CalEnv.class" afterPath="" /> | 5 | <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/sqlite-jdbc-3.21.0-2.jar" /> |
| 6 | <change type="DELETED" beforePath="$PROJECT_DIR$/out/production/TiandituDownloader/Point.class" afterPath="" /> | 6 | <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/sqlite_jdbc_3_21_0_2.xml" /> |
| 7 | <change type="DELETED" beforePath="$PROJECT_DIR$/out/production/TiandituDownloader/TDTUrl$1.class" afterPath="" /> | 7 | <change type="DELETED" beforePath="$PROJECT_DIR$/my.db" afterPath="" /> |
| 8 | <change type="DELETED" beforePath="$PROJECT_DIR$/out/production/TiandituDownloader/TDTUrl.class" afterPath="" /> | ||
| 9 | <change type="DELETED" beforePath="$PROJECT_DIR$/out/production/TiandituDownloader/TianDiTuTiledMapServiceType.class" afterPath="" /> | ||
| 10 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/out/production/TiandituDownloader/Main.class" afterPath="$PROJECT_DIR$/out/production/TiandituDownloader/Main.class" /> | ||
| 11 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/out/production/TiandituDownloader/TiandituDownload.class" afterPath="$PROJECT_DIR$/out/production/TiandituDownloader/TiandituDownload.class" /> | ||
| 12 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/vcs.xml" afterPath="$PROJECT_DIR$/.idea/vcs.xml" /> | ||
| 13 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" /> | 8 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" /> |
| 14 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/readme.md" afterPath="$PROJECT_DIR$/readme.md" /> | 9 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/TiandituDownloader.iml" afterPath="$PROJECT_DIR$/TiandituDownloader.iml" /> |
| 15 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/Main.java" afterPath="$PROJECT_DIR$/src/Main.java" /> | 10 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/Main.java" afterPath="$PROJECT_DIR$/src/Main.java" /> |
| 16 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/TiandituDownload.java" afterPath="$PROJECT_DIR$/src/TiandituDownload.java" /> | ||
| 17 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/utils/CalEnv.java" afterPath="$PROJECT_DIR$/src/utils/CalEnv.java" /> | ||
| 18 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/utils/Point.java" afterPath="$PROJECT_DIR$/src/utils/Point.java" /> | ||
| 19 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/utils/TDTUrl.java" afterPath="$PROJECT_DIR$/src/utils/TDTUrl.java" /> | ||
| 20 | <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/utils/TianDiTuTiledMapServiceType.java" afterPath="$PROJECT_DIR$/src/utils/TianDiTuTiledMapServiceType.java" /> | ||
| 21 | </list> | 11 | </list> |
| 22 | <ignored path="$PROJECT_DIR$/out/" /> | 12 | <ignored path="$PROJECT_DIR$/out/" /> |
| 23 | <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> | 13 | <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> |
| ... | @@ -29,11 +19,11 @@ | ... | @@ -29,11 +19,11 @@ |
| 29 | </component> | 19 | </component> |
| 30 | <component name="FileEditorManager"> | 20 | <component name="FileEditorManager"> |
| 31 | <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> | 21 | <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> |
| 32 | <file leaf-file-name="Main.java" pinned="false" current-in-tab="false"> | 22 | <file leaf-file-name="Main.java" pinned="false" current-in-tab="true"> |
| 33 | <entry file="file://$PROJECT_DIR$/src/Main.java"> | 23 | <entry file="file://$PROJECT_DIR$/src/Main.java"> |
| 34 | <provider selected="true" editor-type-id="text-editor"> | 24 | <provider selected="true" editor-type-id="text-editor"> |
| 35 | <state relative-caret-position="225"> | 25 | <state relative-caret-position="225"> |
| 36 | <caret line="15" column="83" lean-forward="true" selection-start-line="11" selection-start-column="8" selection-end-line="15" selection-end-column="83" /> | 26 | <caret line="15" column="47" lean-forward="false" selection-start-line="15" selection-start-column="47" selection-end-line="15" selection-end-column="47" /> |
| 37 | <folding> | 27 | <folding> |
| 38 | <element signature="imports" expanded="true" /> | 28 | <element signature="imports" expanded="true" /> |
| 39 | </folding> | 29 | </folding> |
| ... | @@ -41,28 +31,13 @@ | ... | @@ -41,28 +31,13 @@ |
| 41 | </provider> | 31 | </provider> |
| 42 | </entry> | 32 | </entry> |
| 43 | </file> | 33 | </file> |
| 44 | <file leaf-file-name="readme.md" pinned="false" current-in-tab="true"> | ||
| 45 | <entry file="file://$PROJECT_DIR$/readme.md"> | ||
| 46 | <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> | ||
| 47 | <state split_layout="SPLIT"> | ||
| 48 | <first_editor relative-caret-position="195"> | ||
| 49 | <caret line="13" column="24" lean-forward="true" selection-start-line="13" selection-start-column="24" selection-end-line="13" selection-end-column="24" /> | ||
| 50 | <folding /> | ||
| 51 | </first_editor> | ||
| 52 | <second_editor /> | ||
| 53 | </state> | ||
| 54 | </provider> | ||
| 55 | </entry> | ||
| 56 | </file> | ||
| 57 | <file leaf-file-name="TiandituDownload.java" pinned="false" current-in-tab="false"> | 34 | <file leaf-file-name="TiandituDownload.java" pinned="false" current-in-tab="false"> |
| 58 | <entry file="file://$PROJECT_DIR$/src/TiandituDownload.java"> | 35 | <entry file="file://$PROJECT_DIR$/src/TiandituDownload.java"> |
| 59 | <provider selected="true" editor-type-id="text-editor"> | 36 | <provider selected="true" editor-type-id="text-editor"> |
| 60 | <state relative-caret-position="90"> | 37 | <state relative-caret-position="71"> |
| 61 | <caret line="11" column="29" lean-forward="false" selection-start-line="11" selection-start-column="13" selection-end-line="11" selection-end-column="29" /> | 38 | <caret line="127" column="9" lean-forward="true" selection-start-line="127" selection-start-column="9" selection-end-line="127" selection-end-column="9" /> |
| 62 | <folding> | 39 | <folding> |
| 63 | <element signature="imports" expanded="true" /> | 40 | <element signature="imports" expanded="true" /> |
| 64 | <element signature="e#1776#1777#0" expanded="true" /> | ||
| 65 | <element signature="e#1811#1812#0" expanded="true" /> | ||
| 66 | <element signature="method#calculateEnv#0;class#TiandituDownload#0" expanded="false" /> | 41 | <element signature="method#calculateEnv#0;class#TiandituDownload#0" expanded="false" /> |
| 67 | <element signature="method#getTile#0;class#TiandituDownload#0" expanded="false" /> | 42 | <element signature="method#getTile#0;class#TiandituDownload#0" expanded="false" /> |
| 68 | <marker date="1522037759498" expanded="true" signature="2957:3054" ph="select * fro... missingValue" /> | 43 | <marker date="1522037759498" expanded="true" signature="2957:3054" ph="select * fro... missingValue" /> |
| ... | @@ -89,7 +64,7 @@ | ... | @@ -89,7 +64,7 @@ |
| 89 | <entry file="file://$PROJECT_DIR$/src/utils/TianDiTuTiledMapServiceType.java"> | 64 | <entry file="file://$PROJECT_DIR$/src/utils/TianDiTuTiledMapServiceType.java"> |
| 90 | <provider selected="true" editor-type-id="text-editor"> | 65 | <provider selected="true" editor-type-id="text-editor"> |
| 91 | <state relative-caret-position="30"> | 66 | <state relative-caret-position="30"> |
| 92 | <caret line="2" column="3" lean-forward="true" selection-start-line="2" selection-start-column="3" selection-end-line="2" selection-end-column="3" /> | 67 | <caret line="2" column="3" lean-forward="false" selection-start-line="2" selection-start-column="3" selection-end-line="2" selection-end-column="3" /> |
| 93 | <folding /> | 68 | <folding /> |
| 94 | </state> | 69 | </state> |
| 95 | </provider> | 70 | </provider> |
| ... | @@ -127,7 +102,6 @@ | ... | @@ -127,7 +102,6 @@ |
| 127 | <list> | 102 | <list> |
| 128 | <option value="$PROJECT_DIR$/src/Point.java" /> | 103 | <option value="$PROJECT_DIR$/src/Point.java" /> |
| 129 | <option value="$PROJECT_DIR$/src/CalEnv.java" /> | 104 | <option value="$PROJECT_DIR$/src/CalEnv.java" /> |
| 130 | <option value="$PROJECT_DIR$/src/Main.java" /> | ||
| 131 | <option value="$PROJECT_DIR$/src/TiandituDownload.java" /> | 105 | <option value="$PROJECT_DIR$/src/TiandituDownload.java" /> |
| 132 | <option value="$PROJECT_DIR$/src/utils/CalEnv.java" /> | 106 | <option value="$PROJECT_DIR$/src/utils/CalEnv.java" /> |
| 133 | <option value="$PROJECT_DIR$/src/utils/Point.java" /> | 107 | <option value="$PROJECT_DIR$/src/utils/Point.java" /> |
| ... | @@ -136,6 +110,7 @@ | ... | @@ -136,6 +110,7 @@ |
| 136 | <option value="$PROJECT_DIR$/src/utils/TianDiTuTiledMapServiceType.java" /> | 110 | <option value="$PROJECT_DIR$/src/utils/TianDiTuTiledMapServiceType.java" /> |
| 137 | <option value="$PROJECT_DIR$/src/utils/TDTUrl.java" /> | 111 | <option value="$PROJECT_DIR$/src/utils/TDTUrl.java" /> |
| 138 | <option value="$PROJECT_DIR$/readme.md" /> | 112 | <option value="$PROJECT_DIR$/readme.md" /> |
| 113 | <option value="$PROJECT_DIR$/src/Main.java" /> | ||
| 139 | </list> | 114 | </list> |
| 140 | </option> | 115 | </option> |
| 141 | </component> | 116 | </component> |
| ... | @@ -167,6 +142,10 @@ | ... | @@ -167,6 +142,10 @@ |
| 167 | <foldersAlwaysOnTop value="true" /> | 142 | <foldersAlwaysOnTop value="true" /> |
| 168 | </navigator> | 143 | </navigator> |
| 169 | <panes> | 144 | <panes> |
| 145 | <pane id="Scratches" /> | ||
| 146 | <pane id="PackagesPane" /> | ||
| 147 | <pane id="AndroidView" /> | ||
| 148 | <pane id="Scope" /> | ||
| 170 | <pane id="ProjectPane"> | 149 | <pane id="ProjectPane"> |
| 171 | <subPane> | 150 | <subPane> |
| 172 | <expand> | 151 | <expand> |
| ... | @@ -174,14 +153,19 @@ | ... | @@ -174,14 +153,19 @@ |
| 174 | <item name="TiandituDownloader" type="b2602c69:ProjectViewProjectNode" /> | 153 | <item name="TiandituDownloader" type="b2602c69:ProjectViewProjectNode" /> |
| 175 | <item name="TiandituDownloader" type="462c0819:PsiDirectoryNode" /> | 154 | <item name="TiandituDownloader" type="462c0819:PsiDirectoryNode" /> |
| 176 | </path> | 155 | </path> |
| 156 | <path> | ||
| 157 | <item name="TiandituDownloader" type="b2602c69:ProjectViewProjectNode" /> | ||
| 158 | <item name="TiandituDownloader" type="462c0819:PsiDirectoryNode" /> | ||
| 159 | <item name="src" type="462c0819:PsiDirectoryNode" /> | ||
| 160 | </path> | ||
| 161 | <path> | ||
| 162 | <item name="TiandituDownloader" type="b2602c69:ProjectViewProjectNode" /> | ||
| 163 | <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" /> | ||
| 164 | </path> | ||
| 177 | </expand> | 165 | </expand> |
| 178 | <select /> | 166 | <select /> |
| 179 | </subPane> | 167 | </subPane> |
| 180 | </pane> | 168 | </pane> |
| 181 | <pane id="AndroidView" /> | ||
| 182 | <pane id="Scope" /> | ||
| 183 | <pane id="Scratches" /> | ||
| 184 | <pane id="PackagesPane" /> | ||
| 185 | </panes> | 169 | </panes> |
| 186 | </component> | 170 | </component> |
| 187 | <component name="PropertiesComponent"> | 171 | <component name="PropertiesComponent"> |
| ... | @@ -191,11 +175,14 @@ | ... | @@ -191,11 +175,14 @@ |
| 191 | <property name="Downloaded.Files.Path.Enabled" value="false" /> | 175 | <property name="Downloaded.Files.Path.Enabled" value="false" /> |
| 192 | <property name="Repository.Attach.JavaDocs" value="false" /> | 176 | <property name="Repository.Attach.JavaDocs" value="false" /> |
| 193 | <property name="Repository.Attach.Sources" value="false" /> | 177 | <property name="Repository.Attach.Sources" value="false" /> |
| 194 | <property name="project.structure.last.edited" value="Modules" /> | 178 | <property name="project.structure.last.edited" value="Libraries" /> |
| 195 | <property name="project.structure.proportion" value="0.0" /> | 179 | <property name="project.structure.proportion" value="0.0" /> |
| 196 | <property name="project.structure.side.proportion" value="0.2" /> | 180 | <property name="project.structure.side.proportion" value="0.2" /> |
| 197 | </component> | 181 | </component> |
| 198 | <component name="RecentsManager"> | 182 | <component name="RecentsManager"> |
| 183 | <key name="MoveFile.RECENT_KEYS"> | ||
| 184 | <recent name="$PROJECT_DIR$/lib" /> | ||
| 185 | </key> | ||
| 199 | <key name="CopyFile.RECENT_KEYS"> | 186 | <key name="CopyFile.RECENT_KEYS"> |
| 200 | <recent name="$PROJECT_DIR$/src" /> | 187 | <recent name="$PROJECT_DIR$/src" /> |
| 201 | </key> | 188 | </key> |
| ... | @@ -260,43 +247,44 @@ | ... | @@ -260,43 +247,44 @@ |
| 260 | <option name="number" value="Default" /> | 247 | <option name="number" value="Default" /> |
| 261 | <option name="presentableId" value="Default" /> | 248 | <option name="presentableId" value="Default" /> |
| 262 | <updated>1522029080525</updated> | 249 | <updated>1522029080525</updated> |
| 263 | <workItem from="1522029083503" duration="8746000" /> | 250 | <workItem from="1522029083503" duration="8800000" /> |
| 251 | <workItem from="1522044614927" duration="423000" /> | ||
| 264 | </task> | 252 | </task> |
| 265 | <servers /> | 253 | <servers /> |
| 266 | </component> | 254 | </component> |
| 267 | <component name="TimeTrackingManager"> | 255 | <component name="TimeTrackingManager"> |
| 268 | <option name="totallyTimeSpent" value="8746000" /> | 256 | <option name="totallyTimeSpent" value="9223000" /> |
| 269 | </component> | 257 | </component> |
| 270 | <component name="ToolWindowManager"> | 258 | <component name="ToolWindowManager"> |
| 271 | <frame x="40" y="23" width="1400" height="771" extended-state="0" /> | 259 | <frame x="40" y="23" width="1400" height="771" extended-state="0" /> |
| 272 | <editor active="true" /> | 260 | <editor active="true" /> |
| 273 | <layout> | 261 | <layout> |
| 274 | <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 262 | <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> |
| 275 | <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> | 263 | <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> |
| 276 | <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32988167" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 264 | <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32988167" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> |
| 277 | <window_info id="Palette	" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 265 | <window_info id="Palette	" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> |
| 278 | <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 266 | <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> |
| 279 | <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 267 | <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> |
| 280 | <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" /> | 268 | <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" /> |
| 281 | <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 269 | <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> |
| 282 | <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.12130178" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> | 270 | <window_info id="Run" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3831361" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> |
| 283 | <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 271 | <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> |
| 284 | <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32988167" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 272 | <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32988167" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> |
| 285 | <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 273 | <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> |
| 286 | <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 274 | <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> |
| 287 | <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2496318" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> | 275 | <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2533137" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> |
| 288 | <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 276 | <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> |
| 289 | <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32988167" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | 277 | <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32988167" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> |
| 290 | <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | 278 | <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> |
| 291 | <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | 279 | <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> |
| 292 | <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 280 | <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> |
| 293 | <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | 281 | <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> |
| 294 | <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> | 282 | <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> |
| 295 | <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" /> | 283 | <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> |
| 296 | <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> | 284 | <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> |
| 297 | <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> | ||
| 298 | <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> | 285 | <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> |
| 299 | <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> | 286 | <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> |
| 287 | <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> | ||
| 300 | <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> | 288 | <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> |
| 301 | </layout> | 289 | </layout> |
| 302 | <layout-to-restore> | 290 | <layout-to-restore> |
| ... | @@ -340,11 +328,72 @@ | ... | @@ -340,11 +328,72 @@ |
| 340 | <watches-manager /> | 328 | <watches-manager /> |
| 341 | </component> | 329 | </component> |
| 342 | <component name="editorHistoryManager"> | 330 | <component name="editorHistoryManager"> |
| 331 | <entry file="file://$PROJECT_DIR$/src/Main.java"> | ||
| 332 | <provider selected="true" editor-type-id="text-editor"> | ||
| 333 | <state relative-caret-position="180"> | ||
| 334 | <caret line="15" column="83" lean-forward="false" selection-start-line="11" selection-start-column="8" selection-end-line="15" selection-end-column="83" /> | ||
| 335 | <folding> | ||
| 336 | <element signature="imports" expanded="true" /> | ||
| 337 | </folding> | ||
| 338 | </state> | ||
| 339 | </provider> | ||
| 340 | </entry> | ||
| 341 | <entry file="file://$PROJECT_DIR$/src/TiandituDownload.java"> | ||
| 342 | <provider selected="true" editor-type-id="text-editor"> | ||
| 343 | <state relative-caret-position="30"> | ||
| 344 | <caret line="11" column="29" lean-forward="false" selection-start-line="11" selection-start-column="13" selection-end-line="11" selection-end-column="29" /> | ||
| 345 | <folding> | ||
| 346 | <element signature="imports" expanded="true" /> | ||
| 347 | <element signature="method#calculateEnv#0;class#TiandituDownload#0" expanded="false" /> | ||
| 348 | <element signature="method#getTile#0;class#TiandituDownload#0" expanded="false" /> | ||
| 349 | <marker date="1522037759498" expanded="true" signature="2957:3054" ph="select * fro... missingValue" /> | ||
| 350 | <marker date="1522037759498" expanded="true" signature="3632:3708" ph="INSERT INTO missingValue... " /> | ||
| 351 | <marker date="1522037759498" expanded="true" signature="4814:5001" ph="CREATE TABLE... IF" /> | ||
| 352 | </folding> | ||
| 353 | </state> | ||
| 354 | </provider> | ||
| 355 | </entry> | ||
| 356 | <entry file="file://$PROJECT_DIR$/src/utils/TDTUrl.java"> | ||
| 357 | <provider selected="true" editor-type-id="text-editor"> | ||
| 358 | <state relative-caret-position="15"> | ||
| 359 | <caret line="1" column="0" lean-forward="false" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" /> | ||
| 360 | <folding> | ||
| 361 | <element signature="imports" expanded="true" /> | ||
| 362 | </folding> | ||
| 363 | </state> | ||
| 364 | </provider> | ||
| 365 | </entry> | ||
| 366 | <entry file="file://$PROJECT_DIR$/src/utils/TianDiTuTiledMapServiceType.java"> | ||
| 367 | <provider selected="true" editor-type-id="text-editor"> | ||
| 368 | <state relative-caret-position="30"> | ||
| 369 | <caret line="2" column="3" lean-forward="true" selection-start-line="2" selection-start-column="3" selection-end-line="2" selection-end-column="3" /> | ||
| 370 | <folding /> | ||
| 371 | </state> | ||
| 372 | </provider> | ||
| 373 | </entry> | ||
| 374 | <entry file="file://$PROJECT_DIR$/src/utils/Point.java"> | ||
| 375 | <provider selected="true" editor-type-id="text-editor"> | ||
| 376 | <state relative-caret-position="0"> | ||
| 377 | <caret line="0" column="10" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="1" selection-end-column="0" /> | ||
| 378 | <folding /> | ||
| 379 | </state> | ||
| 380 | </provider> | ||
| 381 | </entry> | ||
| 382 | <entry file="file://$PROJECT_DIR$/readme.md"> | ||
| 383 | <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> | ||
| 384 | <state split_layout="SPLIT"> | ||
| 385 | <first_editor relative-caret-position="225"> | ||
| 386 | <caret line="15" column="3" lean-forward="true" selection-start-line="15" selection-start-column="3" selection-end-line="15" selection-end-column="3" /> | ||
| 387 | <folding /> | ||
| 388 | </first_editor> | ||
| 389 | <second_editor /> | ||
| 390 | </state> | ||
| 391 | </provider> | ||
| 392 | </entry> | ||
| 343 | <entry file="file://$PROJECT_DIR$/TiandituDownloader.iml"> | 393 | <entry file="file://$PROJECT_DIR$/TiandituDownloader.iml"> |
| 344 | <provider selected="true" editor-type-id="text-editor"> | 394 | <provider selected="true" editor-type-id="text-editor"> |
| 345 | <state relative-caret-position="0"> | 395 | <state relative-caret-position="0"> |
| 346 | <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> | 396 | <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> |
| 347 | <folding /> | ||
| 348 | </state> | 397 | </state> |
| 349 | </provider> | 398 | </provider> |
| 350 | </entry> | 399 | </entry> |
| ... | @@ -352,7 +401,6 @@ | ... | @@ -352,7 +401,6 @@ |
| 352 | <provider selected="true" editor-type-id="text-editor"> | 401 | <provider selected="true" editor-type-id="text-editor"> |
| 353 | <state relative-caret-position="30"> | 402 | <state relative-caret-position="30"> |
| 354 | <caret line="2" column="13" lean-forward="false" selection-start-line="2" selection-start-column="13" selection-end-line="2" selection-end-column="13" /> | 403 | <caret line="2" column="13" lean-forward="false" selection-start-line="2" selection-start-column="13" selection-end-line="2" selection-end-column="13" /> |
| 355 | <folding /> | ||
| 356 | </state> | 404 | </state> |
| 357 | </provider> | 405 | </provider> |
| 358 | </entry> | 406 | </entry> |
| ... | @@ -367,7 +415,7 @@ | ... | @@ -367,7 +415,7 @@ |
| 367 | <entry file="file://$PROJECT_DIR$/src/utils/TianDiTuTiledMapServiceType.java"> | 415 | <entry file="file://$PROJECT_DIR$/src/utils/TianDiTuTiledMapServiceType.java"> |
| 368 | <provider selected="true" editor-type-id="text-editor"> | 416 | <provider selected="true" editor-type-id="text-editor"> |
| 369 | <state relative-caret-position="30"> | 417 | <state relative-caret-position="30"> |
| 370 | <caret line="2" column="3" lean-forward="true" selection-start-line="2" selection-start-column="3" selection-end-line="2" selection-end-column="3" /> | 418 | <caret line="2" column="3" lean-forward="false" selection-start-line="2" selection-start-column="3" selection-end-line="2" selection-end-column="3" /> |
| 371 | <folding /> | 419 | <folding /> |
| 372 | </state> | 420 | </state> |
| 373 | </provider> | 421 | </provider> |
| ... | @@ -382,14 +430,23 @@ | ... | @@ -382,14 +430,23 @@ |
| 382 | </state> | 430 | </state> |
| 383 | </provider> | 431 | </provider> |
| 384 | </entry> | 432 | </entry> |
| 433 | <entry file="file://$PROJECT_DIR$/readme.md"> | ||
| 434 | <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> | ||
| 435 | <state split_layout="SPLIT"> | ||
| 436 | <first_editor relative-caret-position="225"> | ||
| 437 | <caret line="15" column="3" lean-forward="true" selection-start-line="15" selection-start-column="3" selection-end-line="15" selection-end-column="3" /> | ||
| 438 | <folding /> | ||
| 439 | </first_editor> | ||
| 440 | <second_editor /> | ||
| 441 | </state> | ||
| 442 | </provider> | ||
| 443 | </entry> | ||
| 385 | <entry file="file://$PROJECT_DIR$/src/TiandituDownload.java"> | 444 | <entry file="file://$PROJECT_DIR$/src/TiandituDownload.java"> |
| 386 | <provider selected="true" editor-type-id="text-editor"> | 445 | <provider selected="true" editor-type-id="text-editor"> |
| 387 | <state relative-caret-position="90"> | 446 | <state relative-caret-position="71"> |
| 388 | <caret line="11" column="29" lean-forward="false" selection-start-line="11" selection-start-column="13" selection-end-line="11" selection-end-column="29" /> | 447 | <caret line="127" column="9" lean-forward="true" selection-start-line="127" selection-start-column="9" selection-end-line="127" selection-end-column="9" /> |
| 389 | <folding> | 448 | <folding> |
| 390 | <element signature="imports" expanded="true" /> | 449 | <element signature="imports" expanded="true" /> |
| 391 | <element signature="e#1776#1777#0" expanded="true" /> | ||
| 392 | <element signature="e#1811#1812#0" expanded="true" /> | ||
| 393 | <element signature="method#calculateEnv#0;class#TiandituDownload#0" expanded="false" /> | 450 | <element signature="method#calculateEnv#0;class#TiandituDownload#0" expanded="false" /> |
| 394 | <element signature="method#getTile#0;class#TiandituDownload#0" expanded="false" /> | 451 | <element signature="method#getTile#0;class#TiandituDownload#0" expanded="false" /> |
| 395 | <marker date="1522037759498" expanded="true" signature="2957:3054" ph="select * fro... missingValue" /> | 452 | <marker date="1522037759498" expanded="true" signature="2957:3054" ph="select * fro... missingValue" /> |
| ... | @@ -402,24 +459,13 @@ | ... | @@ -402,24 +459,13 @@ |
| 402 | <entry file="file://$PROJECT_DIR$/src/Main.java"> | 459 | <entry file="file://$PROJECT_DIR$/src/Main.java"> |
| 403 | <provider selected="true" editor-type-id="text-editor"> | 460 | <provider selected="true" editor-type-id="text-editor"> |
| 404 | <state relative-caret-position="225"> | 461 | <state relative-caret-position="225"> |
| 405 | <caret line="15" column="83" lean-forward="true" selection-start-line="11" selection-start-column="8" selection-end-line="15" selection-end-column="83" /> | 462 | <caret line="15" column="47" lean-forward="false" selection-start-line="15" selection-start-column="47" selection-end-line="15" selection-end-column="47" /> |
| 406 | <folding> | 463 | <folding> |
| 407 | <element signature="imports" expanded="true" /> | 464 | <element signature="imports" expanded="true" /> |
| 408 | </folding> | 465 | </folding> |
| 409 | </state> | 466 | </state> |
| 410 | </provider> | 467 | </provider> |
| 411 | </entry> | 468 | </entry> |
| 412 | <entry file="file://$PROJECT_DIR$/readme.md"> | ||
| 413 | <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> | ||
| 414 | <state split_layout="SPLIT"> | ||
| 415 | <first_editor relative-caret-position="195"> | ||
| 416 | <caret line="13" column="24" lean-forward="true" selection-start-line="13" selection-start-column="24" selection-end-line="13" selection-end-column="24" /> | ||
| 417 | <folding /> | ||
| 418 | </first_editor> | ||
| 419 | <second_editor /> | ||
| 420 | </state> | ||
| 421 | </provider> | ||
| 422 | </entry> | ||
| 423 | </component> | 469 | </component> |
| 424 | <component name="masterDetails"> | 470 | <component name="masterDetails"> |
| 425 | <states> | 471 | <states> |
| ... | @@ -484,6 +530,7 @@ | ... | @@ -484,6 +530,7 @@ |
| 484 | </state> | 530 | </state> |
| 485 | <state key="ProjectLibrariesConfigurable.UI"> | 531 | <state key="ProjectLibrariesConfigurable.UI"> |
| 486 | <settings> | 532 | <settings> |
| 533 | <last-edited>sqlite-jdbc-3.21.0-2</last-edited> | ||
| 487 | <splitter-proportions> | 534 | <splitter-proportions> |
| 488 | <option name="proportions"> | 535 | <option name="proportions"> |
| 489 | <list> | 536 | <list> | ... | ... |
| ... | @@ -10,11 +10,12 @@ | ... | @@ -10,11 +10,12 @@ |
| 10 | <orderEntry type="module-library"> | 10 | <orderEntry type="module-library"> |
| 11 | <library> | 11 | <library> |
| 12 | <CLASSES> | 12 | <CLASSES> |
| 13 | <root url="jar://$USER_HOME$/Downloads/sqlite-jdbc-3.21.0-2.jar!/" /> | 13 | <root url="jar://$MODULE_DIR$/lib/sqlite-jdbc-3.21.0-2.jar!/" /> |
| 14 | </CLASSES> | 14 | </CLASSES> |
| 15 | <JAVADOC /> | 15 | <JAVADOC /> |
| 16 | <SOURCES /> | 16 | <SOURCES /> |
| 17 | </library> | 17 | </library> |
| 18 | </orderEntry> | 18 | </orderEntry> |
| 19 | <orderEntry type="library" name="sqlite-jdbc-3.21.0-2" level="project" /> | ||
| 19 | </component> | 20 | </component> |
| 20 | </module> | 21 | </module> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
lib/sqlite-jdbc-3.21.0-2.jar
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
| ... | @@ -13,6 +13,6 @@ public class Main { | ... | @@ -13,6 +13,6 @@ public class Main { |
| 13 | Point pt = new Point(29.76,106.64); | 13 | Point pt = new Point(29.76,106.64); |
| 14 | Point pt2 = new Point(35.33, 108.12); | 14 | Point pt2 = new Point(35.33, 108.12); |
| 15 | // tiandituDownload.Download(pt, pt2, 9, utils.TianDiTuTiledMapServiceType.IMG_C); | 15 | // tiandituDownload.Download(pt, pt2, 9, utils.TianDiTuTiledMapServiceType.IMG_C); |
| 16 | tiandituDownload.Download(pt, pt2, 2,9, TianDiTuTiledMapServiceType.IMG_C); | 16 | tiandituDownload.Download(pt, pt2, 2,11, TianDiTuTiledMapServiceType.IMG_C); |
| 17 | } | 17 | } |
| 18 | } | 18 | } | ... | ... |
-
Please register or sign in to post a comment