... | ... | @@ -84,7 +84,8 @@ Although this class could not be completed until we had created all other classe |
|
|
|
|
|
As stated above, we aimed to make the whole programme run smoothly without the user having to figure out which classes to execute and in which order. We hope that it may demonstrate how we applied our newly obtained knowledge about modularity, to make the whole programme run smoothly and without the user having to figure our which classes to execute and in which order. To see the main class ["GoogleEarthTweetMapper.java"](url) in the correct order.
|
|
|
|
|
|
<details><summary> See the Code for the main class here</summary>
|
|
|
<details><summary> See the Code for the main class here</summary>
|
|
|
|
|
|
```
|
|
|
package Test2;
|
|
|
|
... | ... | @@ -134,8 +135,10 @@ public class execute_programme { |
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|
## Step 2: Web Map Service
|
|
|
|
|
|
### 2.1: Connecting and Downloading WMS
|
... | ... | |