Click or drag to resize

Bing Class

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

Inheritance Hierarchy

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

The Bing type exposes the following members.

Constructors
  NameDescription
Public methodBing
Initializes a new instance of the Bing class
Public methodBing(XmlNode)
Initializes a new instance of the Bing class
Public methodBing(OverlaysDataSetMapBingOverlaysRow)
Initializes a new instance of the Bing class
Top
Properties
  NameDescription
Public propertyApiKey
API key for Bing maps.
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 propertyOverlayIndex (Inherited from Overlay.)
Public propertyServerResolutions
The resolutions provided by the Bing servers
Public propertyType
The type of layer to request from bing
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 (Inherited from Overlay.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetOptionsJSON
Gets Openlayers layer options
(Overrides OverlayGetOptionsJSON.)
Protected methodGetParamsJSON (Inherited from Overlay.)
Public methodGetSimpleLayerConfig (Inherited from Overlay.)
Public methodGetTreeConfig (Inherited from Overlay.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUrls (Inherited from Overlay.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRenderAdditionalOverlayJS (Inherited from Overlay.)
Public methodRenderOverlayJS
Renders all the javascript required to create an overlay
(Overrides Overlay.RenderOverlayJS(Int32, String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also