AVIMSWORKSPACE | Examples |
<AVIMSWORKSPACE | Attribute
Description Table |
map ="string" name ="string" url ="string" view ="string" > No Child Elements </AVIMSWORKSPACE > |
|
Bold: Attribute or child element is required. |
Attribute | Usage | Back to Top |
---|---|---|
map | 1 ArcView IMS MapName. | |
name | 2 Workspace name. Must be unique among all data sources. | |
url | 3 Server URL points to the location of the Esrimap version used with ArcView IMS. This is either the ArcIMS servlet connector (/servlet/com.esri.esrimap.Esrimap) or the ArcView IMS esrimap.dll or esrimapn.dll (/scripts/esrimap.dll, /scripts/esrimapn.dll). | |
view | 4 ArcView IMS ViewName. |
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="-176.0837748424188" miny="18.9247817993164" maxx="-52.62028121948239" maxy="83.10832214355472" name="Initial_Extent" /> <MAPUNITS units="decimal_degrees" /> </PROPERTIES> <WORKSPACES> <AVIMSWORKSPACE name="av_ws-4" url="http://mycomputer.domain.com/servlet/com.esri.esrimap.Esrimap" view="view1" map="washoe21204240" /> </WORKSPACES> <LAYER type="image" name="mycomputer.domain.com:washoe21204240:view1" visible="true" id="0"> <DATASET name="mycomputer.domain.com:washoe21204240:view1" type="image" workspace="av_ws-4" /> </LAYER> </MAP> </CONFIG> </ARCXML> |