OpenLayers.Layer.ArcIMS support

Summary
OpenLayers.Layer.ArcIMS support
OpenLayers.Layer.ArcIMS.ArcIMSLayerRepresents information of an ArcIMS layer
Properties
id{String} the id of the layer
visible{Boolean} whether the layer is visible
OpenLayers.Layer.ArcIMS.BackgroundRepresents the background color of ArcIMS layers
Properties
color{Legato.Lang.RGBColor} the background color
transcolor{Legato.Lang.RGBColor} the transparent color
ai:ArcIMSLayerXML based config for a OpenLayers.Layer.ArcIMS.ArcIMSLayer.
Properties
id{String} the id of the layer
visible{Boolean} whether the layer is visible
ai:BackgroundXML based config for a OpenLayers.Layer.ArcIMS.Background.
Properties
color{Legato.Lang.RGBColor} the background color
transcolor{Legato.Lang.RGBColor} the transparent color
ESRI:ArcIMS extensionsXML 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)

OpenLayers.Layer.ArcIMS.ArcIMSLayer

Represents information of an ArcIMS layer

Summary
Properties
id{String} the id of the layer
visible{Boolean} whether the layer is visible

Properties

id

{String} the id of the layer

visible

{Boolean} whether the layer is visible

OpenLayers.Layer.ArcIMS.Background

Represents the background color of ArcIMS layers

Summary
Properties
color{Legato.Lang.RGBColor} the background color
transcolor{Legato.Lang.RGBColor} the transparent color

Properties

color

{Legato.Lang.RGBColor} the background color

transcolor

{Legato.Lang.RGBColor} the transparent color

ai:ArcIMSLayer

XML based config for a OpenLayers.Layer.ArcIMS.ArcIMSLayer.

See Also

A valid config example for an ArcIMSLayer would be

<ai:ArcIMSLayer id="1" visible="true" />
Summary
Properties
id{String} the id of the layer
visible{Boolean} whether the layer is visible

Properties

id

{String} the id of the layer

visible

{Boolean} whether the layer is visible

ai:Background

XML based config for a OpenLayers.Layer.ArcIMS.Background.

See Also

A valid config example for a Background would be

<ai:Background>
  <color><ll:RGBColor r="255" g="255" b="255" /></color>
  <transcolor><ll:RGBColor r="255" g="255" b="255" /></transcolor>
</ai:Background>
Summary
Properties
color{Legato.Lang.RGBColor} the background color
transcolor{Legato.Lang.RGBColor} the transparent color

Properties

color

{Legato.Lang.RGBColor} the background color

transcolor

{Legato.Lang.RGBColor} the transparent color

ESRI:ArcIMS extensions

XML based config for <OpenLayers.Layer.ArcIMS> extensions (service type: “ESRI:ArcIMS)”.

See Also

A valid config example for a Background would be

<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>
Summary
Properties
serviceName{String} the name of the service (per default is the layer name)

Properties

serviceName

{String} the name of the service (per default is the layer name)

Simple bean to store RGB color values
Represents information of an ArcIMS layer
Represents the background color of ArcIMS layers