|
|
|
|
|
|
|
|
|
|
|
Campus Support for ArcGIS, ArcIMS, ArcSDE and Map Mashups > Categories
|
10/14/2008
- Start
by clicking on Start menu , Next clicking > > > .
If prompted to set a home server, 
choose the option to connect to the ESRI server 
and click .
-
The application starts with the default map from ESRI server.

- Review the ArcGIS Explorer application:
- On the left side of the application are containers for items such as Tasks, Results and Table of Contents for the layers displayed and available.

- A Container on the left can be collapsed by clicking on the small downward pointing triangle to Hide, (Show) and on some Containers – float the container and move it around the map space.



- The entire Task Panel on the left can be hidden by dragging the separator to the left.

- Review the available tasks in the TASKS container (Find Place, Find Address, etc.). Tip: for a place type a city or airport abbreviation (LAX).

- After finding a place or address, the Results container show the results found; which when found can be right-clicked on to zoom to or add a link to.

- Under the TOOLS Menu, click the Go To Location to enter a Lat/Lon or to access a tool to click on the map and get the Lat/Lon at clicked location.


- Under the TOOLS Menu the available Tasks can be customized; click Manage Tasks to change which tasks are available to the user.


- Manager Layers.

- You can change the default behaviors of arcGIS Explorer.


Now you will add a local service to the ArcGIS Explorer application.
- From the File
menu, choose .

- On the left of the Add Content dialog box, click Servers
.

- At the top of the dialog box, click
to create a new ArcGIS Server connection.
- On the “Add New Server Connection” dialog box,
 enter the following URL :
http://webgis.uwm.edu/arcgisuwm
- Leave the User Name and Password fields empty and click OK to connect.
- When the connection is successful,

at the bottom of the Add Content dialog box,


click the Show of Type down arrow and choose Map and Globe Services.

Click .
- Expand your GIS Server connection then expand the Maps Folder.
- Select the MilwaukeeService service then click Open.
- When ArcGIS Explorer asks for display settings for the new data, accept the default for the minimum raster cell size

You can choose to 
and click .
- On the next panel, accept the default caching option

and click .
The service is added but if you aren’t zoomed into Milwaukee you won’t see it.

Next you will zoom into the extents of the MilwaukeeService layer.
- In ArcGIS Explorer Contents menu in the left console, right click on Maps_MilwaukeeService layer and choose Zoom to layer. The globe will rotate if necessary and then zoom to the extent of the service.

- Next you will use some of the navigation controls.
- The Navigator control allows you to zoom in, out, adjust tilt, and rotate the globe.

- Experiment with the navigator controls.
- In the list of available tasks, click the
task to activate it.

- In the Task Center window, type Washington for the place without specifying a state or country.

- Click
to begin search.
- In the Results window, right-click a matched record and choose Zoom.



There are other globes and maps available from ESRI that you can open and explore.
- From the file menu, choose
.
- Web Broswer will open up with this website.
 Click one of the available globes or 3D basemaps from the page...
Click on Historical link

- click
- If prompted to save changes,

click .
- Take a few moments to explore the new globe and/or other maps and globes.
- When finished, close ArcGIS Explorer; you do not need to save the map.
If you are internested in opening ArcGIS KLM service:
Note: This ArcGIS KLM service can be used in Google Earth too.
From the File menu, choose
Choose "KML"
Enter the URL below:
click
Additional Information about ArcGIS KMZ Service:
The KMZ was created using ArcGIS Desktop 9.3 ( using GDBDirectConnect) with new feature KMZ export to the ArcGIs Server 9.2.
11/8/2007
Providing a custom task from the server requires making the file containing the tasks available to your server. The next few steps will use a custom ArcGIS Explorer task that is provided, and make it available from your server. This sample is provided in the ArcGIS Explorer SDK and allows users to draw shapes on the map.
Note: Your ArcGIS Server will need to have correct ArcGIS Explorer home server files.
- Open Windows Explorer or My Computer
- Navigate to the M:\ArcGISServer\Data\YourLogin folder.

- Locate the ESRI.E2SDK.TrackShapesVB.nmf file

The ESRI.E2SDK.TrackShapesVB.dll is ready located in the \ArcGISUWM\Explorer folder under the root directory of the Web server.

.nmf file extension stores ArcGIS Explorer maps – which are XML-formatted text files.
-
Right-click ESRI.E2SDK.TrackShapesVB.nmf and choose Open With > Notepad.




-
Locate in the ESRI.E2SDK.TrackShapesVB.nmf file..
Between the <DownloadLocation> and </DownloadLocation> tags, provide the URL to the task .dll file. The URL should have the format http://<machinename.domain.blah>/ArcGISUWM/Explorer/ESRI.E2SDK.TrackShapesVB.dll, as shown in the following lines:
<!—DownloadLocation should point….
…………………………………… -->
<DownloadLocation>http://gis.sarup.uwm.edu/ArcGISUWM/Explorer/ESRI.E2SDK.TrackShapesVB.dll</DownloadLocation>
- Save the file.
- Close Notepad.
- Start ArcGIS Explorer
Start by clicking on Start menu > > > .
Now users on the local LAN can use the Manage Tasks box in ArcGIS Explorer to navigate to and download it. Next you will add the task to the ESRI.E2SDK.TrackShapesVB.nmf file. That way, users of your home server will automatically get this task (if they don’t already have it) when the default map loads.
- From the Tools menu, choose Manage Tasks


- At the bottom of the Manage Tasks dialog box, click
.


- On the left of the Select a Task dialog box, click
.
- Navigate to the M:\ArcGISServer\Data\YourLogin folder.

- Click ESRI.E2SDK.TrackShapesVB.nmf
- Click Open
ArcGIS Explorer reads the .nmf file for the task and uses the DownloadLocation element to locate the URL from which the task (.dll file) can be downloaded. You are prompted to confirm or cancel the download.

- Click Download
to add the task.

- Select TrackShapesVB Custom Task and add it to the list of available tasks in this map.

Click 

- Click
to close the Manage Tasks dialog box and add the task to the map.
- In the Tasks window, click the task (TrackShapesVB) to activate it.


- Use one of the tools in the Task Center window to draw a shape on the map (point, line, or polygon). (Hint: for a line or polygon, click once for each vertex and double-click to complete the shape.) . After executing, the task displays your feature on the map and adds a record to the Results window. You will now clear the results of running the task, and save the map again as DefaultMap.nmf.

- In the Results window, right-click the results of the Track Shapes task and choose Remove (if you have more than one result, remove them all).
If you save your map as the default map without first removing these results, all users of the home server will see your (saved) results upon starting ArcGIS Explorer.
- From the
menu, choose .
- Navigate to the M:\ArcGISServer\Data\YourLogin folder.
.
- Name the map DefaultMap_YourIntials.nmf
- Click

- If prompted to overwrite an existing file,

choose . The task information from the downloaded .dll is not embedded in the DefaultMap.nmf file. You will now make some configuration changes to control how ArcGIS Explorer appears and behaves to users of your home server.
Note: these are steps that can be done on your own ArcGIS server. They will not be done in this lab.
In Windows Explorer, navigate to the \ArcGIS\Explorer\Config folder in the Web root directory of your Web server.
Open the E2Config.xml XML configuration file with Notepad.
E2Config.xml is a configuration file that is used to control settings of your home server. To see all available configuration elements and their uses, see the Making your system an ArcGIS Explorer home server topic in the ArcGIS Server Help.
Find the AddData element (located on the fourth line). On this line, delete the word true and type false in its place. Next, find the DisplayOptions element – located on the eighth line. Change the value of this element from true to false. Save the file. Close Notepad. 10/29/2007
In this series of steps you will set up the UWM SARUP GIS Server as an ArcGIS Explorer Home server, configure the default map, available functionality, and deploy a custom task.
Note: Your ArcGIS Server will need to have correct ArcGIS Explorer home server files.
We must setup our desktop enviroment - we must look at posting titled "What You Need to do Before You Work with ArcGIS Server"
- Start
by clicking on Start menu > > > .
- In the Contents window, turn on the Boundaries and Places and Transportation layers.

- When the map of your choice is complete, click the File menu and choose Save As.

- Navigate to the M:\ArcGISServer\Data\YourLogin folder in the root directory of your web server.


- In the Filename field, type DefaultMap_yourInitials.nmf as the name of the map.

- Close ArcGIS Explorer.

Re-Open by clicking on Start menu > > > .
In ArcGIS Explorer Go to > 
You want to have selected as the option.
Navigate to M:\ArcGISServer\Data\YourLogin

Locate and Click .
You should see the saved map.

You should see your Customize Map. It can shared with other people that have ArcGIS Explorer Installed.
Optional Step: Adding Customized Task for ArcGIS Server Explorer
The steps so far have been to prepare the server machine for clients who wish to point ArcGIS Explorer to your home server.
Next you will follow the steps that an ArcGIS Explorer user would take in order to point to the server.
In this step, you will change the home server for your installation of ArcGIS Explorer to point to your neighbor’s machine.
- If it is not already running, Start
by clicking on Start menu > > > .
- From the
menu, choose .
- In the dialog box that appears, choose the second option (Connect to the Home Server located at).

- Type in the URL of your neighbor’s server, using the format http://<machine name>/<instance name>.

- After providing the URL,
http://gis.sarup.uwm.edu/arcgisuwm
click to make sure ArcGIS Explorer can connect to the server.
- When you have successfully tested the connection to the new server,

click to change the home server.

- Click
to restart ArcGIS Explorer – in order to see the changes in the application after pointing to the new home server you need to restart the application.
- Close ArcGIS Explorer and Windows Explorer.
|
|
|
|
|
|
|
|
 |
 |
 |
 |
|