| OpenLayers. | |
| OpenLayers. | Represents information of an ArcIMS layer |
| Properties | |
| id | {String} the id of the layer |
| visible | {Boolean} whether the layer is visible |
| OpenLayers. | Represents the background color of ArcIMS layers |
| Properties | |
| color | {Legato.Lang.RGBColor} the background color |
| transcolor | {Legato.Lang.RGBColor} the transparent color |
| ai: | XML based config for a OpenLayers.Layer.ArcIMS.ArcIMSLayer. |
| Properties | |
| id | {String} the id of the layer |
| visible | {Boolean} whether the layer is visible |
| ai: | XML based config for a OpenLayers.Layer.ArcIMS.Background. |
| Properties | |
| color | {Legato.Lang.RGBColor} the background color |
| transcolor | {Legato.Lang.RGBColor} the transparent color |
| ESRI: | XML based config for <OpenLayers.Layer.ArcIMS> extensions (service type: “ESRI:ArcIMS)”. |
| Properties | |
| serviceName | {String} the name of the service (per default is the layer name) |
Represents information of an ArcIMS layer
| Properties | |
| id | {String} the id of the layer |
| visible | {Boolean} whether the layer is visible |
Represents the background color of ArcIMS layers
| Properties | |
| color | {Legato.Lang.RGBColor} the background color |
| transcolor | {Legato.Lang.RGBColor} the transparent color |
{Legato.Lang.RGBColor} the background color
{Legato.Lang.RGBColor} the transparent color
XML based config for a OpenLayers.Layer.ArcIMS.ArcIMSLayer.
<ai:ArcIMSLayer id="1" visible="true" />
| Properties | |
| id | {String} the id of the layer |
| visible | {Boolean} whether the layer is visible |
XML based config for a OpenLayers.Layer.ArcIMS.Background.
<ai:Background> <color><ll:RGBColor r="255" g="255" b="255" /></color> <transcolor><ll:RGBColor r="255" g="255" b="255" /></transcolor> </ai:Background>
| Properties | |
| color | {Legato.Lang.RGBColor} the background color |
| transcolor | {Legato.Lang.RGBColor} the transparent color |
{Legato.Lang.RGBColor} the background color
{Legato.Lang.RGBColor} the transparent color
XML based config for <OpenLayers.Layer.ArcIMS> extensions (service type: “ESRI:ArcIMS)”.
<Extension>
<le:Extension xmlns="">
<isBaseLayer>false</isBaseLayer>
<background>
<ai:Background>
<color><ll:RGBColor r="255" g="255" b="255" /></color>
<transcolor><ll:RGBColor r="255" g="255" b="255" /></transcolor>
</ai:Background>
</background>
<layers>
<ai:ArcIMSLayer id="1" visible="true" />
</layers>
</le:Extension>
</Extension>| Properties | |
| serviceName | {String} the name of the service (per default is the layer name) |