MOIMSWORKSPACE | Examples |
<MOIMSWORKSPACE | Attribute
Description Table |
name ="string" service ="string" url ="string" > No Child Elements </MOIMSWORKSPACE > |
|
Bold: Attribute or child element is required. |
Attribute | Usage | Back to Top |
---|---|---|
name | 1 Workspace name. Must be unique among all data sources. | |
service | 2 ArcIMS service name. | |
url | 3 Point to the location of esrimap.dll or esrimapn.dll. |
Example 1: When in a viewer configuration file. | Back to Top |
<?xml version="1.0"
encoding="UTF-8"?> <ARCXML version="1.1"> <CONFIG> <ENVIRONMENT> <LOCALE country="US" language="en" variant="" /> <UIFONT color="0,0,0" name="Arial" size="12" style="regular" /> <SCREEN dpi="96" /> </ENVIRONMENT> <MAP> <PROPERTIES> <ENVELOPE minx="-117.0" miny="12.2" maxx="-86.7" maxy="35.0" name="Initial_Extent" /> <MAPUNITS units="decimal_degrees" /> </PROPERTIES> <WORKSPACES> <MOIMSWORKSPACE name="mo_ws-4" url="http://mycomputer.domain.com/scripts/esrimap.dll" service="Mexico" /> </WORKSPACES> <LAYER type="image" name="arcims2:tahoe" visible="true" id="0"> <DATASET name="arcims2:tahoe" type="image" workspace="mo_ws-4" /> </LAYER> </MAP> </CONFIG> </ARCXML> |