Click or drag to resize

WMSFromCapabilities Class

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

Inheritance Hierarchy

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

The WMSFromCapabilities type exposes the following members.

Constructors
  NameDescription
Public methodWMSFromCapabilities
Initializes a new instance of the WMSFromCapabilities class.
Public methodWMSFromCapabilities(XmlNode)
Initializes a new instance of the WMSFromCapabilities class.
Public methodWMSFromCapabilities(OverlaysDataSetMapWMSFromCapabilitiesRow)
Initializes a new instance of the WMSFromCapabilities class.
Top
Properties
  NameDescription
Public propertyBaseLayerImageFormat
Gets or Sets the String that specifies image format of base layer.
Public propertyBaseUrl
Gets or Sets the base url of the service.
Public propertyBuffer
Gets or Sets int value that specifies the number of extra tiles that should be extracted around the extents when rendering a map.
Public propertyCompositeDataLayers
Gets or Sets the Boolean, if set to true then data layers will be 1 wms layer.
Public propertyCopyright
Gets or Sets copyright text.
Public propertyDataLayerImageFormat
Gets or Sets the String that specifies image format of data layer.
Public propertyDataLayersIntialyVisible
Gets or Sets the Boolean,if set to true all the data layers are turned on when the map is initially loaded.
Public propertyExceptions
How exceptions will be handled by the wms
Public propertyExpandBaseLayerGroup
Gets or Sets the Boolean, if set to true the base layer groups will be expanded in the overlay tree.
Public propertyExpandDatalayerGroups
Gets or Sets the Boolean, if set to true the data layer groups will be expanded in the overlay tree.
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 propertyIndividualBaseLayers
Gets or Sets the Boolean,if set to true all the base layers appear individually they can be switched on/off individually.
Public propertyIndividualDataLayers
Gets or Sets the Boolean,if set to true all the data layers appear individually they can be turned on/off individually.
Public propertyInitialVisibleBaseLayer
Gets or Sets the String that specifies one of the base layer name that will be visible on intial load.
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 propertyLayers
Gets or Sets the one-dimensional array of Overlay.
Public propertyMapName (Inherited from Overlay.)
Public propertyName
Gets or Sets the name of overlay.
(Inherited from Overlay.)
Public propertyOnlyAddLeafLayers
Gets or Sets the Boolean,if set to true all the groups will be ignored and layers appear individually.
Public propertyOverlayIndex (Inherited from Overlay.)
Public propertyPreserveOverlayGroups
Public propertyProjection
Gets or Sets the projection code
Public propertyProxyUrl
Sets the url for the proxy.
Public propertyReverseAxis
Returns true if the axis order is reversed for the WMS version and projection of the layer.
Public propertyShowLegendButton
Gets or Sets the boolean value indicating whether to show legend button or not.
Public propertySingleTile
Gets or Sets the boolean value indicating whether the layer is set to single-tile mode or not.
Public propertySLD
Gets or Sets the String.
Public propertySortGroups
If the groups will be sorted or not.
Public propertyTileSize
Gets or Sets the [!:Syste.Drawing.Size] of the tile.
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 propertyUseProxy
Defines whether to use a proxy.
Public propertyVersion
Gets or Sets version of OGC service
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 (Inherited from Overlay.)
Protected methodGetParamsJSON (Inherited from Overlay.)
Public methodGetSimpleLayerConfig (Overrides OverlayGetSimpleLayerConfig(String).)
Public methodGetTreeConfig (Overrides OverlayGetTreeConfig(String, String, Boolean).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUrls (Overrides OverlayGetUrls.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPopulate
Forces the layer to query the capabilities document and populate itself
Public methodRenderAdditionalOverlayJS (Inherited from Overlay.)
Public methodRenderOverlayJS
Override. 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