Click or drag to resize

EmbeddedMapConfiguration Class

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

Inheritance Hierarchy
SystemObject
  Cadcorp.ConfigurationMapConfiguration
    Cadcorp.ConfigurationEmbeddedMapConfiguration

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

The EmbeddedMapConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodEmbeddedMapConfiguration(String)
Initializes a new instance of the EmbeddedMapConfiguration class
Public methodEmbeddedMapConfiguration(XmlNode)
Initializes a new instance of the EmbeddedMapConfiguration class
Top
Properties
  NameDescription
Public propertyAddIns
Add ins for this map
(Inherited from MapConfiguration.)
Public propertyAdditionalOverlays
Gets or sets the array of OverlayBase that represents addtional overlays that can be added to the map.
(Inherited from MapConfiguration.)
Public propertyAllowAnonymousAccess (Inherited from MapConfiguration.)
Public propertyAllowInEmbeddedMap (Inherited from MapConfiguration.)
Public propertyAnnotationLayerEnabled
Indicates if the annotation layer checkbox is enabled
(Inherited from MapConfiguration.)
Public propertyBookmarks
Gets or Sets the one-dimensional array of Bookmark
(Inherited from MapConfiguration.)
Public propertyDefaultMap (Inherited from MapConfiguration.)
Public propertyDescription (Inherited from MapConfiguration.)
Public propertyDisplayProjection
Gets or Sets the map projection name
(Inherited from MapConfiguration.)
Public propertyDPI
Gets or sets the DPI to use in open layers.
(Inherited from MapConfiguration.)
Public propertyDrawingStyles
Gets or Sets the DrawingStyles used for drawing
(Inherited from MapConfiguration.)
Public propertyEditingStyles
Gets or Sets the DrawingStyles used for editing
(Inherited from MapConfiguration.)
Public propertyEnableKineticPan
Gets or Sets if the map uses kinetic panning
(Inherited from MapConfiguration.)
Public propertyEnableWatermark
Gets or Sets if the map uses watermark
(Inherited from MapConfiguration.)
Public propertyGeolocationResolution
Gets and sets the resolution defined for the geolocation button
(Inherited from MapConfiguration.)
Public propertyInitialLocation
Gets or Sets the Position
(Inherited from MapConfiguration.)
Public propertyKnownProjections (Inherited from MapConfiguration.)
Public propertyLocalKnowledgeID
The local Knowledge linked to this map
(Inherited from MapConfiguration.)
Public propertyMapID (Inherited from MapConfiguration.)
Public propertyMeasuringStyles
Gets or Sets the DrawingStyles used for measuring
(Inherited from MapConfiguration.)
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.
(Inherited from MapConfiguration.)
Public propertyName
Gets or sets the name property.
(Inherited from MapConfiguration.)
Public propertyOverlays
Gets or Sets the one-dimensional array of OverlayBase
(Inherited from MapConfiguration.)
Public propertyProjection
Gets or Sets the projection code
(Inherited from MapConfiguration.)
Public propertyProxyHost
Sets the openlayers proxyhost variable
(Inherited from MapConfiguration.)
Public propertyReportId
Gets or sets the reportid for this map
(Inherited from MapConfiguration.)
Public propertyReportName
Gets or sets the report for this map
(Inherited from MapConfiguration.)
Public propertyResolutions
Gets or Sets the one-dimensional array of Double representing the map resolutions
(Inherited from MapConfiguration.)
Public propertyRestrictedExtent
Gets or Sets the Extent
(Inherited from MapConfiguration.)
Public propertyScales
Gets or Sets the one-dimensional array of Double representing map scale
(Inherited from MapConfiguration.)
Public propertySearchByAreaIcon
The Icon linked to this map
(Inherited from MapConfiguration.)
Public propertyUnits
Gets or Sets the units of map
(Inherited from MapConfiguration.)
Public propertyWatermark
Gets or Sets the MapWatermark
(Inherited from MapConfiguration.)
Public propertyZoomToCoordinateIcon
The Icon linked to this map
(Inherited from MapConfiguration.)
Top
Methods
  NameDescription
Protected methodCreateGeognoSIS8Overlay (Overrides MapConfigurationCreateGeognoSIS8Overlay(OverlaysDataSetMapGeognoSIS8OverlaysRow).)
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 (Inherited from MapConfiguration.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also