Click or drag to resize

HttpOverlay Class

[Missing <summary> documentation for "T:Cadcorp.Configuration.HttpOverlay"]

Inheritance Hierarchy

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class HttpOverlay : Overlay

The HttpOverlay type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBaseUrl
Gets or Sets the base url of the service.
Public propertyCopyright
Gets or Sets copyright text.
Public propertyDisplayOutsideMaxExtent
Request map tiles that are completely outside of the max extent for this layer
Public propertyImageCheckBox
Gets or Sets the Boolean, if set to true image check box will be used else stadard check box will be used for turning on/off the layer.
Public propertyIncludeInLayerTree
Gets or Sets the boolean value indicating whether layer to be included in tree.
Public propertyIsBaseLayer
Gets or Sets the boolean value indicating whether layer is base layer or not.
(Inherited from Overlay.)
Public propertyLayerId
Gets or sets the layer ID. This is the unique key from the config database
(Inherited from Overlay.)
Public propertyMapName (Inherited from Overlay.)
Public propertyName
Gets or Sets the name of overlay.
(Inherited from Overlay.)
Public propertyNumZoomLevels
The amount of zoom levels in this layer
Public propertyOverlayIndex (Inherited from Overlay.)
Public propertyProjection
Gets or Sets the projection code
Public propertyScales
Gets or Sets the one-dimensional array of Double representing map scale
Public propertyShowLegendButton
Gets or Sets the boolean value indicating whether to show legend button or not.
Public propertyTransitionEffect
Gets or Sets the transition effect to use when the map is panned or zoomed.
Public propertyUnits
Gets or Sets the units of map
Public propertyVisible
Gets or Sets boolean value indicating layers visible status.
(Inherited from Overlay.)
Top
Methods
  NameDescription
Public methodCompareTo (Inherited from Overlay.)
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 OverlayGetFullURL.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetOptionsJSON
Gets the options used
(Overrides OverlayGetOptionsJSON.)
Protected methodGetParamsJSON
Gets the parameters used
(Overrides OverlayGetParamsJSON.)
Public methodGetSimpleLayerConfig (Overrides OverlayGetSimpleLayerConfig(String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUrls (Overrides OverlayGetUrls.)
Protected methodGetUrls(Int32, String)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRenderAdditionalOverlayJS (Inherited from Overlay.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also