User Tools

Site Tools


api:thinkgeo.mapsuite.mvc.mapbuilder

ThinkGeo.MapSuite.Mvc.MapBuilder

Inheritance Hierarchy

Members Summary

Public Constructors

MapBuilder(Map)

  • Initializes a new instance of the MapBuilder.
Remarks
  • N/A
Parameters
  • map
    • Type:Map
    • Description:The map control instance.

MapBuilder(Map,ViewContext)

  • Initializes a new instance of the MapBuilder.
Remarks
  • N/A
Parameters
  • map
    • Type:Map
    • Description:The map control instance.
  • viewContext
    • Type:ViewContext
    • Description:The ViewContext of the page.

Protected Constructors

Public Methods

ZoomLevelSet(ZoomLevelSet)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • zoomLevelSet
    • Description:ZoomLevels that will be applied to map.

MapBackground(GeoBrush)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • background
    • Type:GeoBrush
    • Description:BackgroundLayer of the map.

ContextMenu(Action<ContextMenuSetting>)

  • N/A
Remarks
  • N/A
Return Value
Parameters

CurrentExtent(Double,Double,Double,Double)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • minX
    • Type:Double
    • Description:This property specifies the minimum X value. This is also the upper left X.
  • maxY
    • Type:Double
    • Description:This property specifies the maximum Y value. This is also the upper left Y.
  • maxX
    • Type:Double
    • Description:This property specifies the maximum X value. This is also the lower right X.
  • minY
    • Type:Double
    • Description:This property specifies the minimum Y value. This is also the lower right Y.

Cursor(CursorType)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • cursorType
    • Description:The type of the cursor that appears when the pointer moves over the map.

WebConfigRegisterMode(WebConfigRegistrationMode)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • webConfigRegisterMode
    • Description:The register mode that indicates whether the application allows map to register the Web.config on the fly in runtime.

ResourceDeploymentMode(ResourceDeploymentMode)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • resourceDeploymentMode
    • Description:The depolymentMode indicates whether the control creates and releases the theme files to application folder automatically.

IsDefaultJavascriptLibraryDisabled(Boolean)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • disabled
    • Type:Boolean
    • Description:N/A

MapUnit(GeographyUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • mapUnit

ActiveBaseOverlay(Overlay)

  • N/A
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
Parameters
  • overlay
    • Type:Overlay
    • Description:The overlay selected from the overlay's collection.

BackgroundOverlay(Overlay)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • overlay
    • Type:Overlay
    • Description:A LayerOverlay object that displays as the background map by default.

StaticOverlay(Action<LayerOverlaySetting>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • configOverlayAction

DynamicOverlay(Action<LayerOverlaySetting>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • configOverlayAction

MarkerOverlay(Action<InMemoryMarkerOverlaySetting>)

  • N/A
Remarks
  • N/A
Return Value
Parameters

EditOverlay(Action<EditFeatureOverlaySetting>)

  • N/A
Remarks
  • N/A
Return Value
Parameters

HighlightOverlay(Action<HighlightFeatureOverlaySetting>)

  • N/A
Remarks
  • N/A
Return Value
Parameters

AdornmentOverlay(Action<AdornmentOverlaySetting>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • configAdormentOverlaySettingAction

MapTools(Action<MapToolsSettingCollection>)

  • N/A
Remarks
  • N/A
Return Value
Parameters

CurrentScale(Double)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • scale
    • Type:Double
    • Description:scale value.

CustomOverlays(Action<OverlayCollection>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • addOverlayAction

Popups(Action<PopupCollection>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • addPopupAction

RestrictedExtent(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

OnClientDrawEnd(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • clientDrawEnd
    • Type:String
    • Description:The JavaScript function name.

OnClientEditEnd(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • clientEditEnd
    • Type:String
    • Description:The JavaScript function name.

OnClientClick(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • clientClick
    • Type:String
    • Description:The JavaScript function name.

OnClientExtentChanged(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • clientExtentChanged
    • Type:String
    • Description:The JavaScript function name.

OnClientBaseOverlayChanged(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • clientBaseOverlayChanged
    • Type:String
    • Description:The JavaScript function name.

OnClientDoubleClick(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • clientDoubleClick
    • Type:String
    • Description:The JavaScript function name.

OnClientTrackShapeFinished(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • clientTrackShapeFinishedEventHandler
    • Type:String
    • Description:The JavaScript function name.

OnClientPopupsRequesting(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • clientPopupsRequestingEventHandler
    • Type:String
    • Description:N/A

OnClientPopupsRequested(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • clientPopupsRequestedEventHandler
    • Type:String
    • Description:N/A

Render()

  • N/A
Remarks
  • N/A
Return Value
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:
Parameters

Name(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • name
    • Type:String
    • Description:N/A

HtmlAttributes(Dictionary<String,String>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • htmlAttributes
    • Type:Dictionary<String,String>
    • Description:N/A

ScriptFileNames(Dictionary<String,String>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • scriptFileNames
    • Type:Dictionary<String,String>
    • Description:N/A

ScriptBlocks(Dictionary<String,String>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • scriptBlocks
    • Type:Dictionary<String,String>
    • Description:N/A

StyleSheetFileNames(IEnumerable<String>)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • cssFileNames
    • Type:IEnumerable<String>
    • Description:N/A

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Protected Properties

Control

  • N/A
Remarks
  • N/A
Return Value

Public Events

api/thinkgeo.mapsuite.mvc.mapbuilder.txt · Last modified: 2017/01/11 06:58 (external edit)