This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mvcedition.mapbuilder [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.MvcEdition.MapBuilder ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | Defines the fluent interface for configuring the Map control. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | * PublicKeyToken=null]] | ||
| - | * Culture=neutral | ||
| - | * Version=9.0.0.0 | ||
| - | ***** MvcEdition | ||
| - | ******[[[ThinkGeo.MapSuite.MvcEdition.MapBuilder]] | ||
| - | ******* PublicKeyToken=null] | ||
| - | ******** Culture=neutral | ||
| - | ********* Version=9.0.0.0 | ||
| - | ********** MvcEdition | ||
| - | ***********[[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase`2[[ThinkGeo.MapSuite.MvcEdition.Map]] | ||
| - | ************[[ThinkGeo.MapSuite.MvcEdition.MapBuilder]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MapBuilder(Map)|MapBuilder]] | [[ThinkGeo.MapSuite.MvcEdition.Map|Map]] | | Initializes a new instance of the MapBuilder. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MapBuilder(Map, ViewContext)|MapBuilder]] | [[ThinkGeo.MapSuite.MvcEdition.Map|Map]], ViewContext | | Initializes a new instance of the MapBuilder. | | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ActiveBaseOverlay(Overlay)|ActiveBaseOverlay]] | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | | Sets the active base Overlay. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AdornmentOverlay(Action<AdornmentOverlaySetting>)|AdornmentOverlay]] | Action<[[ThinkGeo.MapSuite.MvcEdition.AdornmentOverlaySetting|AdornmentOverlaySetting]]> | | Configures a AdormentOverlay object in the map control. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#BackgroundOverlay(Overlay)|BackgroundOverlay]] | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | | Sets an Overlay object that displays as the background map by default. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ContextMenu(Action<ContextMenuSetting>)|ContextMenu]] | Action<[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]> | | Sets the ContextMenu of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CurrentExtent(Double, Double, Double, Double)|CurrentExtent]] | Double, Double, Double, Double | | Sets the current extent of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CurrentScale(Double)|CurrentScale]] | Double | | Sets the current scale of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Cursor(CursorType)|Cursor]] | [[ThinkGeo.MapSuite.MvcEdition.CursorType|CursorType]] | | Sets the cursor that appears when the mouse pointer is over the map control. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CustomOverlays(Action<OverlayCollection>)|CustomOverlays]] | Action<[[ThinkGeo.MapSuite.MvcEdition.OverlayCollection|OverlayCollection]]> | | Configures the Overlays added to the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DynamicOverlay(Action<LayerOverlaySetting>)|DynamicOverlay]] | Action<[[ThinkGeo.MapSuite.MvcEdition.LayerOverlaySetting|LayerOverlaySetting]]> | | Configures a LayerOverlay object that can overlap other overlays. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#EditOverlay(Action<EditFeatureOverlaySetting>)|EditOverlay]] | Action<[[ThinkGeo.MapSuite.MvcEdition.EditFeatureOverlaySetting|EditFeatureOverlaySetting]]> | | Configures an EditOverlay object, with which you can draw and edit shapes on client side. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#HighlightOverlay(Action<HighlightFeatureOverlaySetting>)|HighlightOverlay]] | Action<[[ThinkGeo.MapSuite.MvcEdition.HighlightFeatureOverlaySetting|HighlightFeatureOverlaySetting]]> | | Configures a HighlightFeatureOverlay object, which draws its features on client side and can attach the specified click event and context menu to them. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#HtmlAttributes(Dictionary<String, String>)|HtmlAttributes]] | Dictionary<String, String> | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<[[ThinkGeo.MapSuite.MvcEdition.Map|Map]],[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]> | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#IsDefaultJavascriptLibraryDisabled(Boolean)|IsDefaultJavascriptLibraryDisabled]] | Boolean | | Gets or sets whether the default javascript library is disabled or not. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MapBackground(BackgroundLayer)|MapBackground]] | [[ThinkGeo.MapSuite.Core.BackgroundLayer|BackgroundLayer]] | | Sets the BackgroundLayer object that paints the map background. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MapTools(Action<MapToolsSettingCollection>)|MapTools]] | Action<[[ThinkGeo.MapSuite.MvcEdition.MapToolsSettingCollection|MapToolsSettingCollection]]> | | Configures the MapTools in the map control. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MapUnit(GeographyUnit)|MapUnit]] | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | Sets the GeographyUnit of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MarkerOverlay(Action<InMemoryMarkerOverlaySetting>)|MarkerOverlay]] | Action<[[ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlaySetting|InMemoryMarkerOverlaySetting]]> | | Configures an InMemoryMarkerOverlay object that renders markers by the specified features. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Name(String)|Name]] | String | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<[[ThinkGeo.MapSuite.MvcEdition.Map|Map]],[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]> | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnClientBaseOverlayChanged(String)|OnClientBaseOverlayChanged]] | String | | Sets the ClientBaseOverlayChanged event of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnClientClick(String)|OnClientClick]] | String | | Sets the client click event of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnClientDoubleClick(String)|OnClientDoubleClick]] | String | | Sets the ClientDoubleClick event of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnClientDrawEnd(String)|OnClientDrawEnd]] | String | | Sets the ClientDrawEnd event of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnClientEditEnd(String)|OnClientEditEnd]] | String | | Sets the ClientEditEnd event of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnClientExtentChanged(String)|OnClientExtentChanged]] | String | | Sets the ClientExtentChanged event of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnClientPopupsRequested(String)|OnClientPopupsRequested]] | String | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnClientPopupsRequesting(String)|OnClientPopupsRequesting]] | String | | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnClientTrackShapeFinished(String)|OnClientTrackShapeFinished]] | String | | Sets the OnClientTrackShapeFinished event of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Popups(Action<PopupCollection>)|Popups]] | Action<[[ThinkGeo.MapSuite.MvcEdition.PopupCollection|PopupCollection]]> | | Sets the popups of the map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Render()|Render]] | | | Sends the map control content to a provided HtmlTextWriter object, which wirtes the content to be rendered on the client. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ResourceDeploymentMode(ResourceDeploymentMode)|ResourceDeploymentMode]] | [[ThinkGeo.MapSuite.MvcEdition.ResourceDeploymentMode|ResourceDeploymentMode]] | | sets a value that indicates whether the application allows map to copy its resource images under "~/theme/default/img/". The default value is "ResourceDeploymentMode.Automatically", otherwise, you need to copy images to the directory. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#RestrictedExtent(RectangleShape)|RestrictedExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Sets an extent that limits the area to which the map can be navigated within. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ScriptBlocks(Dictionary<String, String>)|ScriptBlocks]] | Dictionary<String, String> | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<[[ThinkGeo.MapSuite.MvcEdition.Map|Map]],[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]> | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ScriptFileNames(Dictionary<String, String>)|ScriptFileNames]] | Dictionary<String, String> | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<[[ThinkGeo.MapSuite.MvcEdition.Map|Map]],[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]> | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#StaticOverlay(Action<LayerOverlaySetting>)|StaticOverlay]] | Action<[[ThinkGeo.MapSuite.MvcEdition.LayerOverlaySetting|LayerOverlaySetting]]> | | Configures a LayerOverlay object that displays as a background map. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#StyleSheetFileNames(IEnumerable<String>)|StyleSheetFileNames]] | IEnumerable<String> | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<[[ThinkGeo.MapSuite.MvcEdition.Map|Map]],[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]> | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object(overriden) | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#WebConfigRegisterMode(WebConfigRegistrationMode)|WebConfigRegisterMode]] | [[ThinkGeo.MapSuite.MvcEdition.WebConfigRegistrationMode|WebConfigRegistrationMode]] | | Sets a value that indicates whether the application allows map to register the Web.config on the fly in runtime. The default value is "WebConfigRegisterMode.AutoRegistered", otherwise, you need to copy the code below to the web.config manually. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomLevelSet(ZoomLevelSet)|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | | Sets the ZoomLevelSet applied to the map. | | ||
| - | |||
| - | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
| - | |||
| - | ==== Public Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#Control|Control]] | [[ThinkGeo.MapSuite.MvcEdition.Map|Map]] | [[ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase|MvcControlBuilderBase]]<[[ThinkGeo.MapSuite.MvcEdition.Map|Map]],[[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]> | | | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ==== MapBuilder(Map) ==== | ||
| - | Initializes a new instance of the MapBuilder. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | map | [[ThinkGeo.MapSuite.MvcEdition.Map|Map]]<!-- ThinkGeo.MapSuite.MvcEdition.Map --> | The map control instance. | | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ==== MapBuilder(Map, ViewContext) ==== | ||
| - | Initializes a new instance of the MapBuilder. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | map | [[ThinkGeo.MapSuite.MvcEdition.Map|Map]]<!-- ThinkGeo.MapSuite.MvcEdition.Map --> | The map control instance. | | ||
| - | | viewContext | ViewContext<!-- System.Web.Mvc.ViewContext --> | The ViewContext of the page. | | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ===== Protected Constructors ===== | ||
| - | ===== Public Methods ===== | ||
| - | ==== ActiveBaseOverlay(Overlay) ==== | ||
| - | Sets the active base Overlay. | ||
| - | === Remarks === | ||
| - | The map can contain multiple base Overlays, though only one of them can be displayed at a time. The ActiveBaseOverlay property specifies the one that is currently displayed. When you switch the base Overlays in the OverSwitcher, the currently selected overlay will be synchronized to this property after postback. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | overlay | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]]<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | The overlay selected from the overlay's collection. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== AdornmentOverlay(Action<AdornmentOverlaySetting>) ==== | ||
| - | Configures a AdormentOverlay object in the map control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | configAdormentOverlaySettingAction | Action<[[ThinkGeo.MapSuite.MvcEdition.AdornmentOverlaySetting|AdornmentOverlaySetting]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.AdornmentOverlaySetting} --> | The AdormentOverlay configuration action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== BackgroundOverlay(Overlay) ==== | ||
| - | Sets an Overlay object that displays as the background map by default. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | overlay | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]]<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | A LayerOverlay object that displays as the background map by default. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ContextMenu(Action<ContextMenuSetting>) ==== | ||
| - | Sets the ContextMenu of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | addContextMenuAction | Action<[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting} --> | The action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CurrentExtent(Double, Double, Double, Double) ==== | ||
| - | Sets the current extent of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | minX | Double<!-- System.Double --> | This property specifies the minimum X value. This is also the upper left X. | | ||
| - | | maxY | Double<!-- System.Double --> | This property specifies the maximum Y value. This is also the upper left Y. | | ||
| - | | maxX | Double<!-- System.Double --> | This property specifies the maximum X value. This is also the lower right X. | | ||
| - | | minY | Double<!-- System.Double --> | This property specifies the minimum Y value. This is also the lower right Y. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CurrentScale(Double) ==== | ||
| - | Sets the current scale of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | scale | Double<!-- System.Double --> | scale value. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Cursor(CursorType) ==== | ||
| - | Sets the cursor that appears when the mouse pointer is over the map control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | cursorType | [[ThinkGeo.MapSuite.MvcEdition.CursorType|CursorType]]<!-- ThinkGeo.MapSuite.MvcEdition.CursorType --> | The type of the cursor that appears when the pointer moves over the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CustomOverlays(Action<OverlayCollection>) ==== | ||
| - | Configures the Overlays added to the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | addOverlayAction | Action<[[ThinkGeo.MapSuite.MvcEdition.OverlayCollection|OverlayCollection]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.OverlayCollection} --> | CustomOverlay setting action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DynamicOverlay(Action<LayerOverlaySetting>) ==== | ||
| - | Configures a LayerOverlay object that can overlap other overlays. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | configOverlayAction | Action<[[ThinkGeo.MapSuite.MvcEdition.LayerOverlaySetting|LayerOverlaySetting]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.LayerOverlaySetting} --> | Overlay configuration action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== EditOverlay(Action<EditFeatureOverlaySetting>) ==== | ||
| - | Configures an EditOverlay object, with which you can draw and edit shapes on client side. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | configEditOverlayAction | Action<[[ThinkGeo.MapSuite.MvcEdition.EditFeatureOverlaySetting|EditFeatureOverlaySetting]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.EditFeatureOverlaySetting} --> | The editOvelay configuration action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Equals(Object) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== HighlightOverlay(Action<HighlightFeatureOverlaySetting>) ==== | ||
| - | Configures a HighlightFeatureOverlay object, which draws its features on client side and can attach the specified click event and context menu to them. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | configHighlightOverlayAction | Action<[[ThinkGeo.MapSuite.MvcEdition.HighlightFeatureOverlaySetting|HighlightFeatureOverlaySetting]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.HighlightFeatureOverlaySetting} --> | The HighlightFeatureOverlay configuration action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== HtmlAttributes(Dictionary<String, String>) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | htmlAttributes | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{ThinkGeo.MapSuite.MvcEdition.Map,ThinkGeo.MapSuite.MvcEdition.MapBuilder} --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== IsDefaultJavascriptLibraryDisabled(Boolean) ==== | ||
| - | Gets or sets whether the default javascript library is disabled or not. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | disabled | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MapBackground(BackgroundLayer) ==== | ||
| - | Sets the BackgroundLayer object that paints the map background. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | backgroundLayer | [[ThinkGeo.MapSuite.Core.BackgroundLayer|BackgroundLayer]]<!-- ThinkGeo.MapSuite.Core.BackgroundLayer --> | BackgroundLayer of the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MapTools(Action<MapToolsSettingCollection>) ==== | ||
| - | Configures the MapTools in the map control. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | mapToolsSettingAction | Action<[[ThinkGeo.MapSuite.MvcEdition.MapToolsSettingCollection|MapToolsSettingCollection]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.MapToolsSettingCollection} --> | MapTools configuration action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MapUnit(GeographyUnit) ==== | ||
| - | Sets the GeographyUnit of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | mapUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | GeographyUnit of the map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MarkerOverlay(Action<InMemoryMarkerOverlaySetting>) ==== | ||
| - | Configures an InMemoryMarkerOverlay object that renders markers by the specified features. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | configMarkerOverlayAction | Action<[[ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlaySetting|InMemoryMarkerOverlaySetting]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlaySetting} --> | The InMemoryMarkerOverlay configuration action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Name(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | name | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{ThinkGeo.MapSuite.MvcEdition.Map,ThinkGeo.MapSuite.MvcEdition.MapBuilder} --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnClientBaseOverlayChanged(String) ==== | ||
| - | Sets the ClientBaseOverlayChanged event of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | clientBaseOverlayChanged | String<!-- System.String --> | The JavaScript function name. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnClientClick(String) ==== | ||
| - | Sets the client click event of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | clientClick | String<!-- System.String --> | The JavaScript function name. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnClientDoubleClick(String) ==== | ||
| - | Sets the ClientDoubleClick event of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | clientDoubleClick | String<!-- System.String --> | The JavaScript function name. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnClientDrawEnd(String) ==== | ||
| - | Sets the ClientDrawEnd event of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | clientDrawEnd | String<!-- System.String --> | The JavaScript function name. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnClientEditEnd(String) ==== | ||
| - | Sets the ClientEditEnd event of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | clientEditEnd | String<!-- System.String --> | The JavaScript function name. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnClientExtentChanged(String) ==== | ||
| - | Sets the ClientExtentChanged event of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | clientExtentChanged | String<!-- System.String --> | The JavaScript function name. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnClientPopupsRequested(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | clientPopupsRequestedEventHandler | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnClientPopupsRequesting(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | clientPopupsRequestingEventHandler | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnClientTrackShapeFinished(String) ==== | ||
| - | Sets the OnClientTrackShapeFinished event of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | clientTrackShapeFinishedEventHandler | String<!-- System.String --> | The JavaScript function name. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Popups(Action<PopupCollection>) ==== | ||
| - | Sets the popups of the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | addPopupAction | Action<[[ThinkGeo.MapSuite.MvcEdition.PopupCollection|PopupCollection]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.PopupCollection} --> | Popup setting action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Render() ==== | ||
| - | Sends the map control content to a provided HtmlTextWriter object, which wirtes the content to be rendered on the client. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ResourceDeploymentMode(ResourceDeploymentMode) ==== | ||
| - | sets a value that indicates whether the application allows map to copy its resource images under "~/theme/default/img/". The default value is "ResourceDeploymentMode.Automatically", otherwise, you need to copy images to the directory. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | resourceDeploymentMode | [[ThinkGeo.MapSuite.MvcEdition.ResourceDeploymentMode|ResourceDeploymentMode]]<!-- ThinkGeo.MapSuite.MvcEdition.ResourceDeploymentMode --> | The depolymentMode indicates whether the control creates and releases the theme files to application folder automatically. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RestrictedExtent(RectangleShape) ==== | ||
| - | Sets an extent that limits the area to which the map can be navigated within. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | extent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ScriptBlocks(Dictionary<String, String>) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | scriptBlocks | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{ThinkGeo.MapSuite.MvcEdition.Map,ThinkGeo.MapSuite.MvcEdition.MapBuilder} --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ScriptFileNames(Dictionary<String, String>) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | scriptFileNames | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{ThinkGeo.MapSuite.MvcEdition.Map,ThinkGeo.MapSuite.MvcEdition.MapBuilder} --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== StaticOverlay(Action<LayerOverlaySetting>) ==== | ||
| - | Configures a LayerOverlay object that displays as a background map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | configOverlayAction | Action<[[ThinkGeo.MapSuite.MvcEdition.LayerOverlaySetting|LayerOverlaySetting]]><!-- System.Action{ThinkGeo.MapSuite.MvcEdition.LayerOverlaySetting} --> | Overlay configuration action. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== StyleSheetFileNames(IEnumerable<String>) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | cssFileNames | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{ThinkGeo.MapSuite.MvcEdition.Map,ThinkGeo.MapSuite.MvcEdition.MapBuilder} --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== WebConfigRegisterMode(WebConfigRegistrationMode) ==== | ||
| - | Sets a value that indicates whether the application allows map to register the Web.config on the fly in runtime. The default value is "WebConfigRegisterMode.AutoRegistered", otherwise, you need to copy the code below to the web.config manually. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | webConfigRegisterMode | [[ThinkGeo.MapSuite.MvcEdition.WebConfigRegistrationMode|WebConfigRegistrationMode]]<!-- ThinkGeo.MapSuite.MvcEdition.WebConfigRegistrationMode --> | The register mode that indicates whether the application allows map to register the Web.config on the fly in runtime. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomLevelSet(ZoomLevelSet) ==== | ||
| - | Sets the ZoomLevelSet applied to the map. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.MapBuilder|MapBuilder]]<!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | zoomLevelSet | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | ZoomLevels that will be applied to map. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MapBuilder --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== Finalize() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | ===== Protected Properties ===== | ||
| - | ==== Control ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.MvcEdition.Map|Map]]<!-- ThinkGeo.MapSuite.MvcEdition.Map --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.MvcControlBuilderBase{ThinkGeo.MapSuite.MvcEdition.Map,ThinkGeo.MapSuite.MvcEdition.MapBuilder} --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ===== Public Events ===== | ||
| - | __NOTOC__ | ||
| - | [[Category:MvcEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.MvcEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.