Click or drag to resize

Overlay Class

Acts as a base class for deriving concrete wrapper classes that encapsulates Openlayers layer classes.
Inheritance Hierarchy

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class Overlay : OverlayBase, IComparable<Overlay>

The Overlay type exposes the following members.

Constructors
  NameDescription
Public methodOverlay
Initializes a new instance of the OverlayBase class.
Public methodOverlay(DataRow)
Initializes a new instance of the Overlay class
Public methodOverlay(XmlNode)
Initializes a new instance of the OverlayBase class.
Top
Properties
  NameDescription
Public propertyIsBaseLayer
Gets or Sets the boolean value indicating whether layer is base layer or not.
Public propertyLayerId
Gets or sets the layer ID. This is the unique key from the config database
Public propertyMapName
Public propertyName
Gets or Sets the name of overlay.
Public propertyOverlayIndex
Public propertyVisible
Gets or Sets boolean value indicating layers visible status.
Top
Methods
  NameDescription
Public methodCompareTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetConfigAttributeVal(XmlNode, String, Boolean, Boolean) (Inherited from OverlayBase.)
Protected methodGetConfigAttributeVal(XmlNode, String, Double, Double) (Inherited from OverlayBase.)
Protected methodGetConfigAttributeVal(XmlNode, String, String, String) (Inherited from OverlayBase.)
Protected methodGetConfigVal(XmlNode, String, Boolean, Boolean) (Inherited from OverlayBase.)
Protected methodGetConfigVal(XmlNode, String, Double, Double) (Inherited from OverlayBase.)
Protected methodGetConfigVal(XmlNode, String, Int32, Int32) (Inherited from OverlayBase.)
Protected methodGetConfigVal(XmlNode, String, String, String) (Inherited from OverlayBase.)
Public methodGetFullURL (Overrides OverlayBase.GetFullURL.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetOptionsJSON (Overrides OverlayBaseGetOptionsJSON.)
Protected methodGetParamsJSON (Overrides OverlayBaseGetParamsJSON.)
Public methodGetSimpleLayerConfig (Overrides OverlayBase.GetSimpleLayerConfig(String).)
Public methodGetTreeConfig (Overrides OverlayBase.GetTreeConfig(String, String, Boolean).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUrls (Overrides OverlayBaseGetUrls.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRenderAdditionalOverlayJS (Overrides OverlayBase.RenderAdditionalOverlayJS(Int32, String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also