Click or drag to resize

MapConfiguration Class

Represents a custom section within a configuration file.
Inheritance Hierarchy

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

The MapConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodMapConfiguration
Initializes a new instance of the MapConfiguration class that is empty.
Public methodMapConfiguration(String)
Initializes a new instance of the MapConfiguration class, populated from a database.
Public methodMapConfiguration(XmlNode)
Initializes a new instance of the MapConfiguration class, populated from a web.config.
Top
Properties
  NameDescription
Public propertyAddIns
Add ins for this map
Public propertyAdditionalOverlays
Gets or sets the array of OverlayBase that represents addtional overlays that can be added to the map.
Public propertyAllowAnonymousAccess
Public propertyAllowInEmbeddedMap
Public propertyAnnotationLayerEnabled
Indicates if the annotation layer checkbox is enabled
Public propertyBookmarks
Gets or Sets the one-dimensional array of Bookmark
Public propertyDefaultMap
Public propertyDescription
Public propertyDisplayProjection
Gets or Sets the map projection name
Public propertyDPI
Gets or sets the DPI to use in open layers.
Public propertyDrawingStyles
Gets or Sets the DrawingStyles used for drawing
Public propertyEditingStyles
Gets or Sets the DrawingStyles used for editing
Public propertyEnableKineticPan
Gets or Sets if the map uses kinetic panning
Public propertyEnableWatermark
Gets or Sets if the map uses watermark
Public propertyGeolocationResolution
Gets and sets the resolution defined for the geolocation button
Public propertyInitialLocation
Gets or Sets the Position
Public propertyKnownProjections
Public propertyLocalKnowledgeID
The local Knowledge linked to this map
Public propertyMapID
Public propertyMeasuringStyles
Gets or Sets the DrawingStyles used for measuring
Public propertyMissingImageUrl Obsolete.
Gets or sets the url to an image to use if an image fails to load. Deprecated, OpenLayers 2.12 only supports styles to show mising tile images.
Public propertyName
Gets or sets the name property.
Public propertyOverlays
Gets or Sets the one-dimensional array of OverlayBase
Public propertyProjection
Gets or Sets the projection code
Public propertyProxyHost
Sets the openlayers proxyhost variable
Public propertyReportId
Gets or sets the reportid for this map
Public propertyReportName
Gets or sets the report for this map
Public propertyResolutions
Gets or Sets the one-dimensional array of Double representing the map resolutions
Public propertyRestrictedExtent
Gets or Sets the Extent
Public propertyScales
Gets or Sets the one-dimensional array of Double representing map scale
Public propertySearchByAreaIcon
The Icon linked to this map
Public propertyUnits
Gets or Sets the units of map
Public propertyWatermark
Gets or Sets the MapWatermark
Public propertyZoomToCoordinateIcon
The Icon linked to this map
Top
Methods
  NameDescription
Protected methodCreateGeognoSIS8Overlay
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.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefreshOverlays
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also