This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.webedition.map [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.WebEdition.Map ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | This class represents the map control. | ||
| - | === Remarks === | ||
| - | The map class inherits from the Panel control, so it can be dragged onto the page or be created and added to a page via code like the Panel control itself. The map control is designed as an Ajax control, which means it needs the ScriptManager to run properly. You also need to configure the properties of the map. The most important step is adding overlays, which generate images and stack them over each other to form a map image. The map control has many methods and events through which you can interact with the map. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | **System.Web.UI.Control | ||
| - | ***System.Web.UI.WebControls.WebControl | ||
| - | ****System.Web.UI.WebControls.Panel | ||
| - | *****[[ThinkGeo.MapSuite.WebEdition.Map]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Map()|Map]] | | | Initialize a new instance of the Map class. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Map(String, Int32, Int32)|Map]] | String, Int32, Int32 | | Initialize a new instance of the Map class with identifier, map width, and map height specified. | | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyStyle(Style)|ApplyStyle]] | Style | WebControl | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyStyleSheetSkin(Page)|ApplyStyleSheetSkin]] | Page | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CenterAt(Double, Double)|CenterAt]] | Double, Double | | Moves the center of the map to a point specified by the provided X, Y world coordinates. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CenterAt(PointShape)|CenterAt]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Moves the center of the map to a specified point.. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CopyBaseAttributes(WebControl)|CopyBaseAttributes]] | WebControl | WebControl | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DataBind()|DataBind]] | | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#FindControl(String)|FindControl]] | String | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Focus()|Focus]] | | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBitmap(Int32, Int32)|GetBitmap]] | Int32, Int32 | | Gets a bitmap image based on the current map settings with the specified width and height. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBitmap()|GetBitmap]] | | | Gets a bitmap image of the map with the current map settings. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRouteUrl(RouteValueDictionary)|GetRouteUrl]] | RouteValueDictionary | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRouteUrl(String, RouteValueDictionary)|GetRouteUrl]] | String, RouteValueDictionary | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRouteUrl(String, Object)|GetRouteUrl]] | String, Object | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRouteUrl(Object)|GetRouteUrl]] | Object | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetScreenDistanceBetweenTwoWorldPoints(PointShape, PointShape)|GetScreenDistanceBetweenTwoWorldPoints]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Gets the distance in pixels between two specified points in world coordinates. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetUniqueIDRelativeTo(Control)|GetUniqueIDRelativeTo]] | Control | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetWorldDistanceBetweenTwoScreenPoints(ScreenPointF, ScreenPointF, DistanceUnit)|GetWorldDistanceBetweenTwoScreenPoints]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]], [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]], [[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | | Gets the distance in the specified distance unit from two screen points. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#HasControls()|HasControls]] | | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MergeStyle(Style)|MergeStyle]] | Style | WebControl | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Pan(Single, Int32)|Pan]] | Single, Int32 | | Moves the map by the specified angle and the percentage of the current extent. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Pan(PanDirection, Int32)|Pan]] | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]], Int32 | | Moves the map by the specified direction and percentage of the current extent. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#RenderBeginTag(HtmlTextWriter)|RenderBeginTag]] | HtmlTextWriter | WebControl(overriden) | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#RenderControl(HtmlTextWriter)|RenderControl]] | HtmlTextWriter | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#RenderEndTag(HtmlTextWriter)|RenderEndTag]] | HtmlTextWriter | WebControl(overriden) | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ResolveClientUrl(String)|ResolveClientUrl]] | String | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ResolveUrl(String)|ResolveUrl]] | String | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetRenderMethodDelegate(RenderMethod)|SetRenderMethodDelegate]] | RenderMethod | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetTraceData(Object, Object, Object)|SetTraceData]] | Object, Object, Object | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetTraceData(Object, Object)|SetTraceData]] | Object, Object | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] | | | Returns a JSON string that contains map information for creating the map at the client side. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(PointShape)|ToScreenCoordinate]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Returns a screen point from a point shape in world coordinates. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Double, Double)|ToScreenCoordinate]] | Double, Double | | Returns a point shape in screen coordinates from the specified X, Y world coordinates. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(ScreenPointF)|ToWorldCoordinate]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | Returns a point shape in world coordinates from a ScreenPointF structure. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(Single, Single)|ToWorldCoordinate]] | Single, Single | | Returns a point shape in world coordinates from the specified X, Y screen coordinates. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomIn()|ZoomIn]] | | | Zooms the map in to the next zoomlevel. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomOut()|ZoomOut]] | | | Zooms the map out to the next zoomlevel. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomTo(PointShape, Double)|ZoomTo]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | Zooms the map to the center point and the scale that you specify. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToMarkers(IEnumerable<Marker>)|ZoomToMarkers]] | IEnumerable<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]> | | Changes the current extent to the extent that includes all of the markers passed in. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToScale(Double)|ZoomToScale]] | Double | | Zoom the map to a specific scale. | | ||
| - | |||
| - | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddAttributesToRender(HtmlTextWriter)|AddAttributesToRender]] | HtmlTextWriter | WebControl(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#AddParsedSubObject(Object)|AddParsedSubObject]] | Object | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#BeginRenderTracing(TextWriter, Object)|BeginRenderTracing]] | TextWriter, Object | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#BuildProfileTree(String, Boolean)|BuildProfileTree]] | String, Boolean | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ClearCachedClientID()|ClearCachedClientID]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ClearChildControlState()|ClearChildControlState]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ClearChildState()|ClearChildState]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ClearChildViewState()|ClearChildViewState]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ClearEffectiveClientIDMode()|ClearEffectiveClientIDMode]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CreateControlCollection()|CreateControlCollection]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CreateControlStyle()|CreateControlStyle]] | | WebControl(overriden) | Creates the style object that is used internally by the System.Web.UI.WebControls.WebControl class to implement all style-related properties. This method is used primarily by control developers. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DataBind(Boolean)|DataBind]] | Boolean | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DataBindChildren()|DataBindChildren]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#EndRenderTracing(TextWriter, Object)|EndRenderTracing]] | TextWriter, Object | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#EnsureChildControls()|EnsureChildControls]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#EnsureID()|EnsureID]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#FindControl(String, Int32)|FindControl]] | String, Int32 | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetDesignModeState()|GetDesignModeState]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#HasEvents()|HasEvents]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#IsLiteralContent()|IsLiteralContent]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#LoadViewState(Object)|LoadViewState]] | Object | Control(overriden) | Restores view-state information from a previous page request that was saved by the System.Web.UI.Control.SaveViewState method. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnBaseOverlayChanged(BaseOverlayChangedEventArgs)|OnBaseOverlayChanged]] | [[ThinkGeo.MapSuite.WebEdition.BaseOverlayChangedEventArgs|BaseOverlayChangedEventArgs]] | | Raises the BaseOverlayChanged event of the map control. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnBubbleEvent(Object, EventArgs)|OnBubbleEvent]] | Object, EventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnClick(MapClickedEventArgs)|OnClick]] | [[ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs|MapClickedEventArgs]] | | Raises the Click event of the map control. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDataBinding(EventArgs)|OnDataBinding]] | EventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDoubleClick(MapClickedEventArgs)|OnDoubleClick]] | [[ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs|MapClickedEventArgs]] | | Raises the DoubleClick event of the map control. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnExtentChanged()|OnExtentChanged]] | | | Raises the ExtentChanged event of the map control. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnInit(EventArgs)|OnInit]] | EventArgs | Control(overriden) | Raises the System.Web.UI.Control.Init event. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLoad(EventArgs)|OnLoad]] | EventArgs | Control(overriden) | Raises the System.Web.UI.Control.OnLoad event. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnPreRender(EventArgs)|OnPreRender]] | EventArgs | Control(overriden) | Raises the System.Web.UI.Control.PreRender event. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnTrackShapeFinished()|OnTrackShapeFinished]] | | | Raises the TrackShapeFinished event of the map control. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnUnload(EventArgs)|OnUnload]] | EventArgs | Control(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RaiseBubbleEvent(Object, EventArgs)|RaiseBubbleEvent]] | Object, EventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RegisterJavascriptLibraryCore()|RegisterJavascriptLibraryCore]] | | | Register javascript library. OpenLayers.js, OpenLayersExtension.js, Helper.js, MapParser.js, Function.js, ContextMenu.js files will be referenced to the web page. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Render(HtmlTextWriter)|Render]] | HtmlTextWriter | Control(overriden) | Sends server control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RenderChildren(HtmlTextWriter)|RenderChildren]] | HtmlTextWriter | Control(overriden) | Outputs the content of a server control's children to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RenderControl(HtmlTextWriter, ControlAdapter)|RenderControl]] | HtmlTextWriter, ControlAdapter | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ResolveAdapter()|ResolveAdapter]] | | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SaveViewState()|SaveViewState]] | | Control(overriden) | Saves any server control view-state changes that have occurred since the time the page was posted back to the server. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetDesignModeState(IDictionary)|SetDesignModeState]] | IDictionary | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#TrackViewState()|TrackViewState]] | | Control(overriden) | | | ||
| - | |||
| - | ==== Public Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessKey|AccessKey]] | String | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ActiveBaseOverlay|ActiveBaseOverlay]] | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | | Gets or sets the active base overlay. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AdornmentOverlay|AdornmentOverlay]] | [[ThinkGeo.MapSuite.WebEdition.AdornmentOverlay|AdornmentOverlay]] | | This property gets or sets the adornment overlay in the MapControl. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AppRelativeTemplateSourceDirectory|AppRelativeTemplateSourceDirectory]] | String | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Attributes|Attributes]] | AttributeCollection | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BackColor|BackColor]] | Color | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BackImageUrl|BackImageUrl]] | String | Panel | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BackgroundOverlay|BackgroundOverlay]] | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] | | Gets or sets an Overlay object that displays as the background map by default. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BindingContainer|BindingContainer]] | Control | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BorderColor|BorderColor]] | Color | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BorderStyle|BorderStyle]] | BorderStyle | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BorderWidth|BorderWidth]] | Unit | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CallbackResult|CallbackResult]] | String | | Represent the result of auto refresh call back. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ClientID|ClientID]] | String | Control(overriden) | Gets the server control identifier generated by ASP.NET. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ClientIDMode|ClientIDMode]] | ClientIDMode | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ContextMenu|ContextMenu]] | [[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]] | | Gets or sets the shortcut menu associated with the map. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ControlStyle|ControlStyle]] | Style | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ControlStyleCreated|ControlStyleCreated]] | Boolean | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Controls|Controls]] | ControlCollection | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CssClass|CssClass]] | String | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentExtent|CurrentExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets the current extent of the map. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentScale|CurrentScale]] | Double | | Gets or sets a double value that indicates the current scale of the map. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Cursor|Cursor]] | [[ThinkGeo.MapSuite.WebEdition.CursorType|CursorType]] | | Gets or sets the cursor that appears when the mouse pointer is over the map control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CustomCursorUri|CustomCursorUri]] | Uri | | Gets and sets a custom cursor image URI for the mouse cursor to use when you select 'CursorType.Custom'. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CustomOverlays|CustomOverlays]] | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<[[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]]> | | Gets an Overlay collection, into which you can add different types of overlays. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DataItemContainer|DataItemContainer]] | Control | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DataKeysContainer|DataKeysContainer]] | Control | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DefaultButton|DefaultButton]] | String | Panel | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Direction|Direction]] | ContentDirection | Panel | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DynamicOverlay|DynamicOverlay]] | [[ThinkGeo.MapSuite.WebEdition.LayerOverlay|LayerOverlay]] | | Gets a LayerOverlay object that can overlap other overlays. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#EditOverlay|EditOverlay]] | [[ThinkGeo.MapSuite.WebEdition.EditFeatureOverlay|EditFeatureOverlay]] | | Gets an EditOverlay object, with which you can draw and edit shapes at the client. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#EnableTheming|EnableTheming]] | Boolean | Control(overriden) | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#EnableViewState|EnableViewState]] | Boolean | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Enabled|Enabled]] | Boolean | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Font|Font]] | FontInfo | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ForeColor|ForeColor]] | Color | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#GroupingText|GroupingText]] | String | Panel | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HasAttributes|HasAttributes]] | Boolean | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Unit | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HeightInPixels|HeightInPixels]] | Double | | Get the actual height, in pixels, of the map control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HighlightOverlay|HighlightOverlay]] | [[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay|HighlightFeatureOverlay]] | | Gets an HighlightFeatureOverlay object, which draws its features at the client side and can attach the specified click event and context menu to them. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalAlign|HorizontalAlign]] | HorizontalAlign | Panel | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ID|ID]] | String | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsDefaultJavascriptLibraryDisabled|IsDefaultJavascriptLibraryDisabled]] | Boolean | | Gets or sets whether the default javascript library is disabled or not. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsDomTreeCollectedWhenPostback|IsDomTreeCollectedWhenPostback]] | Boolean | | Gets or sets whether collect the DOM tree when Postback. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MapBackground|MapBackground]] | [[ThinkGeo.MapSuite.Core.BackgroundLayer|BackgroundLayer]] | | Gets or sets the BackgroundLayer object that paints the map background. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MapTools|MapTools]] | [[ThinkGeo.MapSuite.WebEdition.MapTools|MapTools]] | | Gets an object that contains all types of map controls for configuration. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MapUnit|MapUnit]] | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | Gets or sets the GeographyUnit for the map. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MarkerOverlay|MarkerOverlay]] | [[ThinkGeo.MapSuite.WebEdition.InMemoryMarkerOverlay|InMemoryMarkerOverlay]] | | Gets an InMemoryMarkerOverlay object that renders markers by the specified features. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxExtent|MaxExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#NamingContainer|NamingContainer]] | Control | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OnClientBaseOverlayChanged|OnClientBaseOverlayChanged]] | String | | Gets or sets the client-side script that executes when the current base overlay changes in the OverlaySwitcher. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OnClientClick|OnClientClick]] | String | | Gets or sets the client-side script that executes when you click on the map. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OnClientDoubleClick|OnClientDoubleClick]] | String | | Gets or sets the client-side script that executes when you double-click on the map. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OnClientDrawEnd|OnClientDrawEnd]] | String | | Gets or sets the client-side script that executes whenever a feature is drawn at the client. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OnClientEditEnd|OnClientEditEnd]] | String | | Gets or sets the client-side script that executes whenever you finish editing a shape at the client. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OnClientExtentChanged|OnClientExtentChanged]] | String | | Gets or sets the client-side script that executes when the map extent changes. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Page|Page]] | Page | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Parent|Parent]] | Control | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Popups|Popups]] | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<[[ThinkGeo.MapSuite.WebEdition.Popup|Popup]]> | | Gets a Popup collection that holds all of the popups in the map. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RenderingCompatibility|RenderingCompatibility]] | Version | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ResourceDeploymentMode|ResourceDeploymentMode]] | [[ThinkGeo.MapSuite.WebEdition.ResourceDeploymentMode|ResourceDeploymentMode]] | | Gets or 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:PublicProperty.gif|Public Property}}[[#RestrictedExtent|RestrictedExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets an extent that limits the area to which the map can be navigated within. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ScrollBars|ScrollBars]] | ScrollBars | Panel | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Site|Site]] | ISite | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#SkinID|SkinID]] | String | Control(overriden) | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#StaticOverlay|StaticOverlay]] | [[ThinkGeo.MapSuite.WebEdition.LayerOverlay|LayerOverlay]] | | Gets a LayerOverlay object that displays as a background map. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Style|Style]] | CssStyleCollection | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#SupportsDisabledAttribute|SupportsDisabledAttribute]] | Boolean | WebControl(overriden) | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TabIndex|TabIndex]] | Int16 | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TemplateControl|TemplateControl]] | TemplateControl | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TemplateSourceDirectory|TemplateSourceDirectory]] | String | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ToolTip|ToolTip]] | String | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#UniqueID|UniqueID]] | String | Control(overriden) | Gets the unique, hierarchically qualified identifier for the server control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ValidateRequestMode|ValidateRequestMode]] | ValidateRequestMode | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#Version|Version]] | String | | Gets the version of the map control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ViewStateMode|ViewStateMode]] | ViewStateMode | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Visible|Visible]] | Boolean | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#WebConfigRegisterMode|WebConfigRegisterMode]] | [[ThinkGeo.MapSuite.WebEdition.WebConfigRegistrationMode|WebConfigRegistrationMode]] | | Gets or 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:PublicProperty.gif|Public Property}}[[#Width|Width]] | Unit | WebControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#WidthInPixels|WidthInPixels]] | Double | | Get the actual width, in pixels, of the map control. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Wrap|Wrap]] | Boolean | Panel | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | | | | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#Adapter|Adapter]] | ControlAdapter | Control | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#AdornmentOverlayForJson|AdornmentOverlayForJson]] | [[ThinkGeo.MapSuite.WebEdition.AdornmentOverlay|AdornmentOverlay]] | | Gets the AdornmentOverlay configuration for client side. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#CenterX|CenterX]] | Double | | Gets or sets a double value for center X of current viewport. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#CenterY|CenterY]] | Double | | Gets or sets a double value for center Y of current viewport. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ChildControlsCreated|ChildControlsCreated]] | Boolean | Control | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ClientIDSeparator|ClientIDSeparator]] | Char | Control | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ClientResolutions|ClientResolutions]] | Collection<Double> | | Gets a collection of client resolutions for zoom level set. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#DynamicOverlayForJson|DynamicOverlayForJson]] | [[ThinkGeo.MapSuite.WebEdition.LayerOverlay|LayerOverlay]] | | Gets the DynamicOverlay configuration for client side. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#Events|Events]] | EventHandlerList | Control | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HasBaseLayerChangedEvent|HasBaseLayerChangedEvent]] | Boolean | | Gets a flag whether raise base overlay changed event on the client side. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HasChildViewState|HasChildViewState]] | Boolean | Control | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HasClickEvent|HasClickEvent]] | Boolean | | Gets a flag whether raise click event on the client side. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HasDoubleClickEvent|HasDoubleClickEvent]] | Boolean | | Gets a flag whether raise double click event on the client side. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HasExtentChangedEvent|HasExtentChangedEvent]] | Boolean | | Gets a flag whether raise extent changed event on the client side. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#HasTrackShapeEndEvent|HasTrackShapeEndEvent]] | Boolean | | Gets a flag whether raise track shape finished event on the client side. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IdSeparator|IdSeparator]] | Char | Control | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#IsTrackingViewState|IsTrackingViewState]] | Boolean | Control | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#LoadViewStateByID|LoadViewStateByID]] | Boolean | Control | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#MarkerOverlayForJson|MarkerOverlayForJson]] | [[ThinkGeo.MapSuite.WebEdition.InMemoryMarkerOverlay|InMemoryMarkerOverlay]] | | Gets the MarkerOverlay configuration for client side. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#PageName|PageName]] | String | | Gets current page's name. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#PageRootPath|PageRootPath]] | String | | Gets a string value indicats the web page's root path for loading the default icons. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#StaticOverlayForJson|StaticOverlayForJson]] | [[ThinkGeo.MapSuite.WebEdition.LayerOverlay|LayerOverlay]] | | Gets the StaticOverlay configuration for client side. | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TagKey|TagKey]] | HtmlTextWriterTag | WebControl | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TagName|TagName]] | String | WebControl | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ViewState|ViewState]] | StateBag | Control | | | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ViewStateIgnoresCase|ViewStateIgnoresCase]] | Boolean | Control | | | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#BaseOverlayChanged|BaseOverlayChanged]] | [[ThinkGeo.MapSuite.WebEdition.BaseOverlayChangedEventArgs|BaseOverlayChangedEventArgs]] | | Occurs when the base overlay is changed. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Click|Click]] | [[ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs|MapClickedEventArgs]] | | Occurs when the map control is clicked. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DataBinding|DataBinding]] | EventArgs | Control | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Disposed|Disposed]] | EventArgs | Control | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DoubleClick|DoubleClick]] | [[ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs|MapClickedEventArgs]] | | Occurs when the map control is double-clicked. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#ExtentChanged|ExtentChanged]] | [[ThinkGeo.MapSuite.WebEdition.ExtentChangedEventArgs|ExtentChangedEventArgs]] | | Occurs when the map extent is changed. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Init|Init]] | EventArgs | Control | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Load|Load]] | EventArgs | Control | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#PreRender|PreRender]] | EventArgs | Control | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#TrackShapeFinished|TrackShapeFinished]] | EventArgs | | Occurs each time a shape is drawn. | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Unload|Unload]] | EventArgs | Control | | | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ==== Map() ==== | ||
| - | Initialize a new instance of the Map class. | ||
| - | === Overloads === | ||
| - | Initialize a new instance of the Map class. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Map.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Map.28.29</a> | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ==== Map(String, Int32, Int32) ==== | ||
| - | Initialize a new instance of the Map class with identifier, map width, and map height specified. | ||
| - | === Overloads === | ||
| - | Initialize a new instance of the Map class. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Map.28String.2C_Int32.2C_Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Map.28String.2C_Int32.2C_Int32.29</a> | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | id | String<!-- System.String --> | | | ||
| - | | width | Int32<!-- System.Int32 --> | | | ||
| - | | height | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ===== Protected Constructors ===== | ||
| - | ===== Public Methods ===== | ||
| - | ==== ApplyStyle(Style) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ApplyStyle.28Style.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ApplyStyle.28Style.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | s | Style<!-- System.Web.UI.WebControls.Style --> | | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ApplyStyleSheetSkin(Page) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ApplyStyleSheetSkin.28Page.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ApplyStyleSheetSkin.28Page.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | page | Page<!-- System.Web.UI.Page --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CenterAt(Double, Double) ==== | ||
| - | Moves the center of the map to a point specified by the provided X, Y world coordinates. | ||
| - | === Overloads === | ||
| - | Moves the center of the map to a specified destination. | ||
| - | === Remarks === | ||
| - | This method changes the map center to a point specified by the X, Y coordinates you provide. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldX | Double<!-- System.Double --> | The X-value in world coordinates of the new center. | | ||
| - | | worldY | Double<!-- System.Double --> | The Y-value in world coordinates of the new center. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CenterAt(PointShape) ==== | ||
| - | Moves the center of the map to a specified point.. | ||
| - | === Overloads === | ||
| - | Moves the center of the map to a specified destination. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CenterAt.28PointShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CenterAt.28PointShape.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | The target point in world coordinates to set as the center of the map's CurrentExtent. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CopyBaseAttributes(WebControl) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CopyBaseAttributes.28WebControl.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CopyBaseAttributes.28WebControl.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | controlSrc | WebControl<!-- System.Web.UI.WebControls.WebControl --> | | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== DataBind() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataBind.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataBind.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Dispose() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Dispose.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Dispose.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Equals(Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Equals.28Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== FindControl(String) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#FindControl.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#FindControl.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Control<!-- System.Web.UI.Control --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | id | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Focus() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Focus.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Focus.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetBitmap(Int32, Int32) ==== | ||
| - | Gets a bitmap image based on the current map settings with the specified width and height. | ||
| - | === Overloads === | ||
| - | Gets a bitmap image of the map. | ||
| - | === Remarks === | ||
| - | This method generates a bitmap map image with the current map settings, using the image width and height that you specify. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Bitmap<!-- System.Drawing.Bitmap --> | A bitmap that is generated base on the current map settings. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | width | Int32<!-- System.Int32 --> | The width of bitmap. | | ||
| - | | height | Int32<!-- System.Int32 --> | The height of bitmap. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetBitmap() ==== | ||
| - | Gets a bitmap image of the map with the current map settings. | ||
| - | === Overloads === | ||
| - | Gets a bitmap image of the map. | ||
| - | === Remarks === | ||
| - | This method will generate a bitmap image with the current map settings, including width, height, current extent, etc. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Bitmap<!-- System.Drawing.Bitmap --> | A bitmap that is generated based on the current map settings. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetHashCode.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetRouteUrl(RouteValueDictionary) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetRouteUrl.28RouteValueDictionary.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetRouteUrl.28RouteValueDictionary.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | routeParameters | RouteValueDictionary<!-- System.Web.Routing.RouteValueDictionary --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetRouteUrl(String, RouteValueDictionary) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetRouteUrl.28String.2C_RouteValueDictionary.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetRouteUrl.28String.2C_RouteValueDictionary.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | routeName | String<!-- System.String --> | | | ||
| - | | routeParameters | RouteValueDictionary<!-- System.Web.Routing.RouteValueDictionary --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetRouteUrl(String, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetRouteUrl.28String.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetRouteUrl.28String.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | routeName | String<!-- System.String --> | | | ||
| - | | routeParameters | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetRouteUrl(Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetRouteUrl.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetRouteUrl.28Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | routeParameters | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetScreenDistanceBetweenTwoWorldPoints(PointShape, PointShape) ==== | ||
| - | Gets the distance in pixels between two specified points in world coordinates. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetScreenDistanceBetweenTwoWorldPoints.28PointShape.2C_PointShape.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetScreenDistanceBetweenTwoWorldPoints.28PointShape.2C_PointShape.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Single<!-- System.Single --> | The lengh in pixels between the two points. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | startPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | The first point in world coordinates. | | ||
| - | | endpoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | The second point in world coordinates. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetType.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetUniqueIDRelativeTo(Control) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetUniqueIDRelativeTo.28Control.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetUniqueIDRelativeTo.28Control.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | control | Control<!-- System.Web.UI.Control --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetWorldDistanceBetweenTwoScreenPoints(ScreenPointF, ScreenPointF, DistanceUnit) ==== | ||
| - | Gets the distance in the specified distance unit from two screen points. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetWorldDistanceBetweenTwoScreenPoints.28ScreenPointF.2C_ScreenPointF.2C_DistanceUnit.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetWorldDistanceBetweenTwoScreenPoints.28ScreenPointF.2C_ScreenPointF.2C_DistanceUnit.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Double<!-- System.Double --> | The distance value in the specified unit between two screen points. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | startPoint | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | The first point in screen coordinates. | | ||
| - | | endpoint | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | The second point in screen coordinates. | | ||
| - | | unitOfDistance | [[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]]<!-- ThinkGeo.MapSuite.Core.DistanceUnit --> | The unit of return distance. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== HasControls() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasControls.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasControls.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== MergeStyle(Style) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MergeStyle.28Style.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MergeStyle.28Style.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | s | Style<!-- System.Web.UI.WebControls.Style --> | | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Pan(Single, Int32) ==== | ||
| - | Moves the map by the specified angle and the percentage of the current extent. | ||
| - | === Overloads === | ||
| - | Moves the map by a certain offset. | ||
| - | === Remarks === | ||
| - | This method moves the map by the angle and the percentage that you specify.The angle starts from the east and increases counterclockwise. For example, angle 0 represents precisely east and angle 90 represents precisely north.The percentage specifies the offset related to the current extent. If the percentage is 20, the panning offset in the X direction is <strong>CurrentExtent.Width* 0.2</strong> and the offset in the Y direction is <strong>CurrentExtent.Hight*0.2</strong>. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | degree | Single<!-- System.Single --> | The angle value that determines the panning direction. | | ||
| - | | percentage | Int32<!-- System.Int32 --> | The percentage of the current extent. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Pan(PanDirection, Int32) ==== | ||
| - | Moves the map by the specified direction and percentage of the current extent. | ||
| - | === Overloads === | ||
| - | Moves the map by a certain offset. | ||
| - | === Remarks === | ||
| - | This method caculates the panning offset by the current extent and the percentage. If the percentage is 20, the panning offset in the X direction is <strong>CurrentExtent.Width* 0.2</strong> and the offset in the Y direction is <strong>CurrentExtent.Hight*0.2</strong>. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | panDirection | [[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]]<!-- ThinkGeo.MapSuite.Core.PanDirection --> | Up, Down, Left, Right, UpperRight, LowerRight, UpperLeft, LowerLeft. | | ||
| - | | percentage | Int32<!-- System.Int32 --> | The percentage of the current extent. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RenderBeginTag(HtmlTextWriter) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderBeginTag.28HtmlTextWriter.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderBeginTag.28HtmlTextWriter.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | writer | HtmlTextWriter<!-- System.Web.UI.HtmlTextWriter --> | | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RenderControl(HtmlTextWriter) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderControl.28HtmlTextWriter.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderControl.28HtmlTextWriter.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | writer | HtmlTextWriter<!-- System.Web.UI.HtmlTextWriter --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RenderEndTag(HtmlTextWriter) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderEndTag.28HtmlTextWriter.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderEndTag.28HtmlTextWriter.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | writer | HtmlTextWriter<!-- System.Web.UI.HtmlTextWriter --> | | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ResolveClientUrl(String) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ResolveClientUrl.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ResolveClientUrl.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | relativeUrl | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ResolveUrl(String) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ResolveUrl.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ResolveUrl.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | relativeUrl | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetRenderMethodDelegate(RenderMethod) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SetRenderMethodDelegate.28RenderMethod.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SetRenderMethodDelegate.28RenderMethod.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | renderMethod | RenderMethod<!-- System.Web.UI.RenderMethod --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetTraceData(Object, Object, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SetTraceData.28Object.2C_Object.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SetTraceData.28Object.2C_Object.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | tracedObject | Object<!-- System.Object --> | | | ||
| - | | traceDataKey | Object<!-- System.Object --> | | | ||
| - | | traceDataValue | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetTraceData(Object, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SetTraceData.28Object.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SetTraceData.28Object.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | traceDataKey | Object<!-- System.Object --> | | | ||
| - | | traceDataValue | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToJson() ==== | ||
| - | Returns a JSON string that contains map information for creating the map at the client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ToJson.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ToJson.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | A JSON string that contains map information for creating the map at the client side. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToScreenCoordinate(PointShape) ==== | ||
| - | Returns a screen point from a point shape in world coordinates. | ||
| - | === Overloads === | ||
| - | Returns a screen point that is converted from the specified world coordinates. | ||
| - | === Remarks === | ||
| - | This method converts the coordinates of a point shape to a point in screen coordinates. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | A screen point in pixels. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldPoint | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A point shape in world coordinates. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToScreenCoordinate(Double, Double) ==== | ||
| - | Returns a point shape in screen coordinates from the specified X, Y world coordinates. | ||
| - | === Overloads === | ||
| - | Returns a screen point that is converted from the specified world coordinates. | ||
| - | === Remarks === | ||
| - | This method converts X, Y world coordinates to a point in screen coordinates. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | A screen point in pixels. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldX | Double<!-- System.Double --> | The X world coordinate. | | ||
| - | | worldY | Double<!-- System.Double --> | The Y world coordinate. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ToString.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToWorldCoordinate(ScreenPointF) ==== | ||
| - | Returns a point shape in world coordinates from a ScreenPointF structure. | ||
| - | === Overloads === | ||
| - | Returns a point shape in world coordinates from screen coordinates. | ||
| - | === Remarks === | ||
| - | This method converts a screen point to a point in world coordinates. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A point shape in world coordinates. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | screenPoint | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | The point (in screen coordinates) to convert to world coordinates. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToWorldCoordinate(Single, Single) ==== | ||
| - | Returns a point shape in world coordinates from the specified X, Y screen coordinates. | ||
| - | === Overloads === | ||
| - | Returns a point shape in world coordinates from the specified screen coordinates. | ||
| - | === Remarks === | ||
| - | This method converts X, Y screen coordinates to a point shape in world coodinates. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | A point shape in world coordinates. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | screenX | Single<!-- System.Single --> | The X-value in pixels referenced to the screen origin. | | ||
| - | | screenY | Single<!-- System.Single --> | The Y-value in pixels referenced to the screen origin. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomIn() ==== | ||
| - | Zooms the map in to the next zoomlevel. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ZoomIn.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ZoomIn.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomOut() ==== | ||
| - | Zooms the map out to the next zoomlevel. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ZoomOut.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ZoomOut.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomTo(PointShape, Double) ==== | ||
| - | Zooms the map to the center point and the scale that you specify. | ||
| - | === Remarks === | ||
| - | The map will be panned to the new center and zoomed to the scale that you specify. If the new scale is not within the scales of the zoomlevels, the map will snap to the nearest upper zoomlevel. Thus, the scale the map finally zooms to may not be exactly the same as the scale you specified. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | center | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | The new center point of the map. | | ||
| - | | scale | Double<!-- System.Double --> | The new scale that the map will zoom to. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomToMarkers(IEnumerable<Marker>) ==== | ||
| - | Changes the current extent to the extent that includes all of the markers passed in. | ||
| - | === Remarks === | ||
| - | This method changes the map's current extent to the smallest BoundingBox that includes all of the markers you specified. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | markers | IEnumerable<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.WebEdition.Marker} --> | The markers that will be included in the new extent. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ZoomToScale(Double) ==== | ||
| - | Zoom the map to a specific scale. | ||
| - | === Remarks === | ||
| - | This method will not affect the center of the map. It zooms the map to the zoomlevel whose scale is larger and nearest to the scale specified. For example, if you specify a scale that is between two zoomlevels, the map will snap to the nearest upper zoomlevel. So the map's final scale might not be equal to the specified scale after you call this method. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | targetScale | Double<!-- System.Double --> | The scale the map will zoom to. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== AddAttributesToRender(HtmlTextWriter) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AddAttributesToRender.28HtmlTextWriter.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AddAttributesToRender.28HtmlTextWriter.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | writer | HtmlTextWriter<!-- System.Web.UI.HtmlTextWriter --> | | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== AddParsedSubObject(Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AddParsedSubObject.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AddParsedSubObject.28Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== BeginRenderTracing(TextWriter, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BeginRenderTracing.28TextWriter.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BeginRenderTracing.28TextWriter.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | writer | TextWriter<!-- System.IO.TextWriter --> | | | ||
| - | | traceObject | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== BuildProfileTree(String, Boolean) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BuildProfileTree.28String.2C_Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BuildProfileTree.28String.2C_Boolean.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | parentId | String<!-- System.String --> | | | ||
| - | | calcViewState | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ClearCachedClientID() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearCachedClientID.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearCachedClientID.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ClearChildControlState() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearChildControlState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearChildControlState.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ClearChildState() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearChildState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearChildState.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ClearChildViewState() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearChildViewState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearChildViewState.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ClearEffectiveClientIDMode() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearEffectiveClientIDMode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearEffectiveClientIDMode.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== CreateControlCollection() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CreateControlCollection.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CreateControlCollection.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | ControlCollection<!-- System.Web.UI.ControlCollection --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== CreateControlStyle() ==== | ||
| - | Creates the style object that is used internally by the System.Web.UI.WebControls.WebControl class to implement all style-related properties. This method is used primarily by control developers. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CreateControlStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CreateControlStyle.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Style<!-- System.Web.UI.WebControls.Style --> | A System.Web.UI.WebControls.Style that is used to implement all style-related properties of the control. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== DataBind(Boolean) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataBind.28Boolean.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataBind.28Boolean.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | raiseOnDataBinding | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== DataBindChildren() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataBindChildren.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataBindChildren.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== EndRenderTracing(TextWriter, Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EndRenderTracing.28TextWriter.2C_Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EndRenderTracing.28TextWriter.2C_Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | writer | TextWriter<!-- System.IO.TextWriter --> | | | ||
| - | | traceObject | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== EnsureChildControls() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EnsureChildControls.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EnsureChildControls.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== EnsureID() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EnsureID.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EnsureID.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Finalize() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Finalize.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== FindControl(String, Int32) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#FindControl.28String.2C_Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#FindControl.28String.2C_Int32.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Control<!-- System.Web.UI.Control --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | id | String<!-- System.String --> | | | ||
| - | | pathOffset | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== GetDesignModeState() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetDesignModeState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetDesignModeState.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | IDictionary<!-- System.Collections.IDictionary --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== HasEvents() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasEvents.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasEvents.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== IsLiteralContent() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IsLiteralContent.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IsLiteralContent.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== LoadViewState(Object) ==== | ||
| - | Restores view-state information from a previous page request that was saved by the System.Web.UI.Control.SaveViewState method. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#LoadViewState.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#LoadViewState.28Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | savedState | Object<!-- System.Object --> | An System.Object that represents the control state to be restored. | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MemberwiseClone.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnBaseOverlayChanged(BaseOverlayChangedEventArgs) ==== | ||
| - | Raises the BaseOverlayChanged event of the map control. | ||
| - | === Remarks === | ||
| - | The <strong>OnBaseOverlayChanged</strong> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.<strong>Notes to Inheritors:</strong> When overriding <strong>OnBaseOverlayChanged</strong> in a derived class, be sure to call the base class's <strong>OnBaseOverlayChanged</strong> method so that registered delegates receive the event. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WebEdition.BaseOverlayChangedEventArgs|BaseOverlayChangedEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.BaseOverlayChangedEventArgs --> | The BaseOverlayChangedEventArgs that contains the event data. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnBubbleEvent(Object, EventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnBubbleEvent.28Object.2C_EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnBubbleEvent.28Object.2C_EventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | source | Object<!-- System.Object --> | | | ||
| - | | args | EventArgs<!-- System.EventArgs --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnClick(MapClickedEventArgs) ==== | ||
| - | Raises the Click event of the map control. | ||
| - | === Remarks === | ||
| - | The OnClick methods allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.<strong>Notes to Inheritors:</strong> When overriding OnClick in a derived class, be sure to call the base class's OnClick method so that registered delegates receive the event. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs|MapClickedEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs --> | A MapClickedEventArgs that contains the event data. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnDataBinding(EventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnDataBinding.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnDataBinding.28EventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | EventArgs<!-- System.EventArgs --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnDoubleClick(MapClickedEventArgs) ==== | ||
| - | Raises the DoubleClick event of the map control. | ||
| - | === Remarks === | ||
| - | The <strong>OnDoubleClick</strong> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.<strong>Notes to Inheritors:</strong> When overriding <strong>OnDoubleClick</strong> in a derived class, be sure to call the base class's <strong>OnDoubleClick</strong> method so that registered delegates receive the event. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | [[ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs|MapClickedEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs --> | A MapClickedEventArgs that contains the event data. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnExtentChanged() ==== | ||
| - | Raises the ExtentChanged event of the map control. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnExtentChanged.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnExtentChanged.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnInit(EventArgs) ==== | ||
| - | Raises the System.Web.UI.Control.Init event. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnInit.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnInit.28EventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | EventArgs<!-- System.EventArgs --> | A System.EventArgs object that contains the event data. | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnLoad(EventArgs) ==== | ||
| - | Raises the System.Web.UI.Control.OnLoad event. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnLoad.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnLoad.28EventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | EventArgs<!-- System.EventArgs --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnPreRender(EventArgs) ==== | ||
| - | Raises the System.Web.UI.Control.PreRender event. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnPreRender.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnPreRender.28EventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | EventArgs<!-- System.EventArgs --> | A System.EventArgs object that contains the event data. | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnTrackShapeFinished() ==== | ||
| - | Raises the TrackShapeFinished event of the map control. | ||
| - | === Remarks === | ||
| - | The <strong>OnTrackShapeFinished</strong> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.<strong>Notes to Inheritors:</strong> When overriding <strong>OnTrackShapeFinished</strong> in a derived class, be sure to call the base class's <strong>OnTrackShapeFinished</strong> method so that registered delegates receive the event. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnUnload(EventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnUnload.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnUnload.28EventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | EventArgs<!-- System.EventArgs --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== RaiseBubbleEvent(Object, EventArgs) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RaiseBubbleEvent.28Object.2C_EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RaiseBubbleEvent.28Object.2C_EventArgs.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | source | Object<!-- System.Object --> | | | ||
| - | | args | EventArgs<!-- System.EventArgs --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== RegisterJavascriptLibraryCore() ==== | ||
| - | Register javascript library. OpenLayers.js, OpenLayersExtension.js, Helper.js, MapParser.js, Function.js, ContextMenu.js files will be referenced to the web page. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RegisterJavascriptLibraryCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RegisterJavascriptLibraryCore.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Render(HtmlTextWriter) ==== | ||
| - | Sends server control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AddAttributesToRender.28HtmlTextWriter.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AddAttributesToRender.28HtmlTextWriter.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | writer | HtmlTextWriter<!-- System.Web.UI.HtmlTextWriter --> | The System.Web.UI.HtmlTextWriter object that receives the server control content. | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== RenderChildren(HtmlTextWriter) ==== | ||
| - | Outputs the content of a server control's children to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderChildren.28HtmlTextWriter.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderChildren.28HtmlTextWriter.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | writer | HtmlTextWriter<!-- System.Web.UI.HtmlTextWriter --> | The System.Web.UI.HtmlTextWriter object that receives the rendered content. | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== RenderControl(HtmlTextWriter, ControlAdapter) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderControl.28HtmlTextWriter.2C_ControlAdapter.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderControl.28HtmlTextWriter.2C_ControlAdapter.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | writer | HtmlTextWriter<!-- System.Web.UI.HtmlTextWriter --> | | | ||
| - | | adapter | ControlAdapter<!-- System.Web.UI.Adapters.ControlAdapter --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ResolveAdapter() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ResolveAdapter.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ResolveAdapter.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | ControlAdapter<!-- System.Web.UI.Adapters.ControlAdapter --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SaveViewState() ==== | ||
| - | Saves any server control view-state changes that have occurred since the time the page was posted back to the server. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SaveViewState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SaveViewState.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | Returns the server control's current view state. If there is no view state associated with the control, this method returns null. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SetDesignModeState(IDictionary) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SetDesignModeState.28IDictionary.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SetDesignModeState.28IDictionary.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | data | IDictionary<!-- System.Collections.IDictionary --> | | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== TrackViewState() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TrackViewState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TrackViewState.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | ==== AccessKey ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AccessKey" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AccessKey</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ActiveBaseOverlay ==== | ||
| - | Gets or 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 <strong>ActiveBaseOverlay</strong> property specifies the one that is currently displayed. When you switch the base overlays in the <strong>OverlaySwitcher</strong>, the currently selected overlay will be synchronized to this property after postback. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]]<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AdornmentOverlay ==== | ||
| - | This property gets or sets the adornment overlay in the MapControl. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AdornmentOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AdornmentOverlay</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.AdornmentOverlay|AdornmentOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.AdornmentOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== AppRelativeTemplateSourceDirectory ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AppRelativeTemplateSourceDirectory" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AppRelativeTemplateSourceDirectory</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Attributes ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CopyBaseAttributes.28WebControl.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CopyBaseAttributes.28WebControl.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | AttributeCollection<!-- System.Web.UI.AttributeCollection --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BackColor ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BackColor" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BackColor</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Color<!-- System.Drawing.Color --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BackImageUrl ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BackImageUrl" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BackImageUrl</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.Panel --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BackgroundOverlay ==== | ||
| - | Gets or sets an Overlay object that displays as the background map by default. | ||
| - | === Remarks === | ||
| - | The background overlay is one of the base overlays of the map. It can only be the base overlay. If you set a non-base overlay to it, there will be an exception thrown. The background overlay is the active base overlay by default, if you do not set the <strong>ActiveBaseOverlay</strong> property. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]]<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BindingContainer ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BindingContainer" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BindingContainer</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Control<!-- System.Web.UI.Control --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BorderColor ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BorderColor" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BorderColor</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Color<!-- System.Drawing.Color --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BorderStyle ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BorderStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BorderStyle</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | BorderStyle<!-- System.Web.UI.WebControls.BorderStyle --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BorderWidth ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BorderWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BorderWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Unit<!-- System.Web.UI.WebControls.Unit --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CallbackResult ==== | ||
| - | Represent the result of auto refresh call back. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CallbackResult" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CallbackResult</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ClientID ==== | ||
| - | Gets the server control identifier generated by ASP.NET. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearCachedClientID.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearCachedClientID.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ClientIDMode ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearEffectiveClientIDMode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearEffectiveClientIDMode.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ClientIDMode<!-- System.Web.UI.ClientIDMode --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ContextMenu ==== | ||
| - | Gets or sets the shortcut menu associated with the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ContextMenu" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ContextMenu</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]<!-- ThinkGeo.MapSuite.WebEdition.ContextMenu --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ControlStyle ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CreateControlStyle.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CreateControlStyle.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Style<!-- System.Web.UI.WebControls.Style --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ControlStyleCreated ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ControlStyleCreated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ControlStyleCreated</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Controls ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasControls.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasControls.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ControlCollection<!-- System.Web.UI.ControlCollection --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CssClass ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CssClass" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CssClass</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CurrentExtent ==== | ||
| - | Gets or sets the current extent of the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CurrentExtent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CurrentExtent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CurrentScale ==== | ||
| - | Gets or sets a double value that indicates the current scale of the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CurrentScale" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CurrentScale</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Cursor ==== | ||
| - | Gets or sets the cursor that appears when the mouse pointer is over the map control. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Cursor" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Cursor</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.CursorType|CursorType]]<!-- ThinkGeo.MapSuite.WebEdition.CursorType --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CustomCursorUri ==== | ||
| - | Gets and sets a custom cursor image URI for the mouse cursor to use when you select 'CursorType.Custom'. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CustomCursorUri" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CustomCursorUri</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Uri<!-- System.Uri --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CustomOverlays ==== | ||
| - | Gets an Overlay collection, into which you can add different types of overlays. | ||
| - | === Remarks === | ||
| - | You can create any type of Overlay object and add it to the CustomOverlays collection. The CustomOverlays collection will disable the BackgroundOverlay, StaticOverlay, DynamicOverlay and MarkerOverlay properties. This means you have two options for using overlays: Either set those overlay properties, or use the CustomOverlays collection. The CustomOverlays collection has higher priority and is more flexible. By contrast, the overlay properties act as shortcut way to use overlays. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<[[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]]><!-- ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection{ThinkGeo.MapSuite.WebEdition.Overlay} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DataItemContainer ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataItemContainer" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataItemContainer</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Control<!-- System.Web.UI.Control --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DataKeysContainer ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataKeysContainer" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DataKeysContainer</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Control<!-- System.Web.UI.Control --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DefaultButton ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DefaultButton" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DefaultButton</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.Panel --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Direction ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Pan.28PanDirection.2C_Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Pan.28PanDirection.2C_Int32.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ContentDirection<!-- System.Web.UI.WebControls.ContentDirection --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.Panel --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DynamicOverlay ==== | ||
| - | Gets a LayerOverlay object that can overlap other overlays. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DynamicOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DynamicOverlay</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.LayerOverlay|LayerOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.LayerOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== EditOverlay ==== | ||
| - | Gets an EditOverlay object, with which you can draw and edit shapes at the client. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EditOverlay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EditOverlay</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.EditFeatureOverlay|EditFeatureOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.EditFeatureOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== EnableTheming ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EnableTheming" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EnableTheming</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== EnableViewState ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EnableViewState" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#EnableViewState</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Enabled ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Enabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Enabled</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Font ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Font" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Font</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FontInfo<!-- System.Web.UI.WebControls.FontInfo --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ForeColor ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ForeColor" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ForeColor</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Color<!-- System.Drawing.Color --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== GeoCanvas ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GeoCanvas" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GeoCanvas</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== GroupingText ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GroupingText" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GroupingText</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.Panel --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HasAttributes ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasAttributes" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasAttributes</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Height ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Height" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Height</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Unit<!-- System.Web.UI.WebControls.Unit --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HeightInPixels ==== | ||
| - | Get the actual height, in pixels, of the map control. | ||
| - | === Remarks === | ||
| - | When you set your map's height with percentage values (for example, 100%), you might want to know the actual pixel height of your map at a given time. This property returns the map's pixel height as determined by the browser.<strong>Note:</strong> When the map height is a percent value, the <strong>HeightInPixels</strong> is double.NaN only until a postback generates. When the page postbacks, the actual height of the map will be synchronized to this property. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HighlightOverlay ==== | ||
| - | Gets an HighlightFeatureOverlay object, which draws its features at the client side and can attach the specified click event and context menu to them. | ||
| - | === Remarks === | ||
| - | The HighlightOverlay actually serializes all its features to the client for drawing. These are client features whose styles changes when you mouse over them, thus generating the mouse-over highlight effect.<strong>Note:</strong> Performance may be slow when the features added to the HighlightOverlay contain many vertices, because serializing and drawing these features at the client side may take some time. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay|HighlightFeatureOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HorizontalAlign ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HorizontalAlign" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HorizontalAlign</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | HorizontalAlign<!-- System.Web.UI.WebControls.HorizontalAlign --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.Panel --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ID ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetUniqueIDRelativeTo.28Control.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetUniqueIDRelativeTo.28Control.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsDefaultJavascriptLibraryDisabled ==== | ||
| - | Gets or sets whether the default javascript library is disabled or not. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IsDefaultJavascriptLibraryDisabled" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IsDefaultJavascriptLibraryDisabled</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsDomTreeCollectedWhenPostback ==== | ||
| - | Gets or sets whether collect the DOM tree when Postback. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IsDomTreeCollectedWhenPostback" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IsDomTreeCollectedWhenPostback</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MapBackground ==== | ||
| - | Gets or sets the BackgroundLayer object that paints the map background. | ||
| - | === Remarks === | ||
| - | This property determines the background of the map. The map will use the brush defined on this BackgroundLayer to paint the background. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.BackgroundLayer|BackgroundLayer]]<!-- ThinkGeo.MapSuite.Core.BackgroundLayer --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MapTools ==== | ||
| - | Gets an object that contains all types of map controls for configuration. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MapTools" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MapTools</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.MapTools|MapTools]]<!-- ThinkGeo.MapSuite.WebEdition.MapTools --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MapUnit ==== | ||
| - | Gets or sets the GeographyUnit for the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MapUnit" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MapUnit</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MarkerOverlay ==== | ||
| - | Gets an InMemoryMarkerOverlay object that renders markers by the specified features. | ||
| - | === Remarks === | ||
| - | The MarkerOverlay overlaps on the base overlay and other non-base overlays. It displays markers based on the features you add to it. If you want to render markers by feature source, use the FeatureSourceMarkerOverlay and add it to the CustomOverlays collection. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.InMemoryMarkerOverlay|InMemoryMarkerOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.InMemoryMarkerOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MaxExtent ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== NamingContainer ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#NamingContainer" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#NamingContainer</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Control<!-- System.Web.UI.Control --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OnClientBaseOverlayChanged ==== | ||
| - | Gets or sets the client-side script that executes when the current base overlay changes in the OverlaySwitcher. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnClientBaseOverlayChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnClientBaseOverlayChanged</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OnClientClick ==== | ||
| - | Gets or sets the client-side script that executes when you click on the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnClientClick" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnClientClick</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OnClientDoubleClick ==== | ||
| - | Gets or sets the client-side script that executes when you double-click on the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnClientDoubleClick" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnClientDoubleClick</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OnClientDrawEnd ==== | ||
| - | Gets or sets the client-side script that executes whenever a feature is drawn at the client. | ||
| - | === Remarks === | ||
| - | The <strong>OnClientDrawEnd</strong> property holds the Javascript function that will be executed whenever you finish drawing a shape. The Javascript function takes one parameter, which is the feature that you just drew. You can use this parameter to add extra data to the feature (add to feature.fieldValues). You can then retrieve that extra data from the feature's ColumnValues collection after postback. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OnClientEditEnd ==== | ||
| - | Gets or sets the client-side script that executes whenever you finish editing a shape at the client. | ||
| - | === Remarks === | ||
| - | The <strong>OnClientEditEnd</strong> property holds the Javascript function that will be executed whenever you finish editing a shape. The Javascript function takes one parameter, which is the feature that you just edited. You can use this parameter to edit the extra data of the feature (feature.fieldValues). You can then retrieve that extra data from the feature's ColumnValues collection after postback. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OnClientExtentChanged ==== | ||
| - | Gets or sets the client-side script that executes when the map extent changes. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnClientExtentChanged" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnClientExtentChanged</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Page ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ApplyStyleSheetSkin.28Page.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ApplyStyleSheetSkin.28Page.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Page<!-- System.Web.UI.Page --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Parent ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Parent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Parent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Control<!-- System.Web.UI.Control --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Popups ==== | ||
| - | Gets a Popup collection that holds all of the popups in the map. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Popups" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Popups</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<[[ThinkGeo.MapSuite.WebEdition.Popup|Popup]]><!-- ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection{ThinkGeo.MapSuite.WebEdition.Popup} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RenderingCompatibility ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderingCompatibility" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderingCompatibility</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Version<!-- System.Version --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ResourceDeploymentMode ==== | ||
| - | Gets or 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. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ResourceDeploymentMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ResourceDeploymentMode</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.ResourceDeploymentMode|ResourceDeploymentMode]]<!-- ThinkGeo.MapSuite.WebEdition.ResourceDeploymentMode --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RestrictedExtent ==== | ||
| - | Gets or sets an extent that limits the area to which the map can be navigated within. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RestrictedExtent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RestrictedExtent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ScrollBars ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ScrollBars" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ScrollBars</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ScrollBars<!-- System.Web.UI.WebControls.ScrollBars --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.Panel --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Site ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Site" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Site</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ISite<!-- System.ComponentModel.ISite --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== SkinID ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SkinID" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SkinID</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== StaticOverlay ==== | ||
| - | Gets a LayerOverlay object that displays as a background map. | ||
| - | === Remarks === | ||
| - | The StaticOverlay is a shortcut way for you to add a LayerOverlay to the map. It can only be the base overlay. It is not the active base overlay by default. You need to set it to the ActiveBaseOverlay property in order to display it. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.LayerOverlay|LayerOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.LayerOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Style ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ApplyStyle.28Style.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ApplyStyle.28Style.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | CssStyleCollection<!-- System.Web.UI.CssStyleCollection --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== SupportsDisabledAttribute ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SupportsDisabledAttribute" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#SupportsDisabledAttribute</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl(overriden) --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TabIndex ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TabIndex" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TabIndex</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Int16<!-- System.Int16 --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TemplateControl ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TemplateControl" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TemplateControl</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | TemplateControl<!-- System.Web.UI.TemplateControl --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TemplateSourceDirectory ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AppRelativeTemplateSourceDirectory" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AppRelativeTemplateSourceDirectory</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ToolTip ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ToolTip" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ToolTip</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== UniqueID ==== | ||
| - | Gets the unique, hierarchically qualified identifier for the server control. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetUniqueIDRelativeTo.28Control.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#GetUniqueIDRelativeTo.28Control.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control(overriden) --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ValidateRequestMode ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ValidateRequestMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ValidateRequestMode</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ValidateRequestMode<!-- System.Web.UI.ValidateRequestMode --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Version ==== | ||
| - | <!-- static --> | ||
| - | Gets the version of the map control. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Version" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Version</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ViewStateMode ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ViewStateMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ViewStateMode</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ViewStateMode<!-- System.Web.UI.ViewStateMode --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Visible ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Visible" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Visible</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== WebConfigRegisterMode ==== | ||
| - | Gets or 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. ... ... | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#WebConfigRegisterMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#WebConfigRegisterMode</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.WebConfigRegistrationMode|WebConfigRegistrationMode]]<!-- ThinkGeo.MapSuite.WebEdition.WebConfigRegistrationMode --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Width ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BorderWidth" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#BorderWidth</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Unit<!-- System.Web.UI.WebControls.Unit --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== WidthInPixels ==== | ||
| - | Get the actual width, in pixels, of the map control. | ||
| - | === Remarks === | ||
| - | When you set your map's width with percentage values (for example, 100%), you might want to know the actual pixel width of your map at a given time. This property returns the map's pixel width as determined by the browser.<strong>Note:</strong> When the map width is a percent value, the <strong>WidthInPixels</strong> is double.NaN only until a postback generates. When the page postbacks, the actual width of the map will be synchronized to this property. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Wrap ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Wrap" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Wrap</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.Panel --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ZoomLevelSet ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ZoomLevelSet" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ZoomLevelSet</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ==== Adapter ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderControl.28HtmlTextWriter.2C_ControlAdapter.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#RenderControl.28HtmlTextWriter.2C_ControlAdapter.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ControlAdapter<!-- System.Web.UI.Adapters.ControlAdapter --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== AdornmentOverlayForJson ==== | ||
| - | Gets the AdornmentOverlay configuration for client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AdornmentOverlayForJson" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#AdornmentOverlayForJson</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.AdornmentOverlay|AdornmentOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.AdornmentOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== CenterX ==== | ||
| - | Gets or sets a double value for center X of current viewport. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CenterX" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CenterX</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== CenterY ==== | ||
| - | Gets or sets a double value for center Y of current viewport. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CenterY" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#CenterY</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== ChildControlsCreated ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ChildControlsCreated" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ChildControlsCreated</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== ClientIDSeparator ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClientIDSeparator" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClientIDSeparator</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Char<!-- System.Char --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== ClientResolutions ==== | ||
| - | Gets a collection of client resolutions for zoom level set. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClientResolutions" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClientResolutions</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Collection<Double><!-- System.Collections.ObjectModel.Collection{System.Double} --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== DynamicOverlayForJson ==== | ||
| - | Gets the DynamicOverlay configuration for client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DynamicOverlayForJson" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#DynamicOverlayForJson</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.LayerOverlay|LayerOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.LayerOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== Events ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Public_Events" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Public_Events</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | EventHandlerList<!-- System.ComponentModel.EventHandlerList --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== HasBaseLayerChangedEvent ==== | ||
| - | Gets a flag whether raise base overlay changed event on the client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasBaseLayerChangedEvent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasBaseLayerChangedEvent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== HasChildViewState ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasChildViewState" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasChildViewState</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== HasClickEvent ==== | ||
| - | Gets a flag whether raise click event on the client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasClickEvent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasClickEvent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== HasDoubleClickEvent ==== | ||
| - | Gets a flag whether raise double click event on the client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasDoubleClickEvent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasDoubleClickEvent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== HasExtentChangedEvent ==== | ||
| - | Gets a flag whether raise extent changed event on the client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasExtentChangedEvent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasExtentChangedEvent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== HasTrackShapeEndEvent ==== | ||
| - | Gets a flag whether raise track shape finished event on the client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasTrackShapeEndEvent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#HasTrackShapeEndEvent</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== IdSeparator ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IdSeparator" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IdSeparator</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Char<!-- System.Char --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== IsTrackingViewState ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IsTrackingViewState" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#IsTrackingViewState</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== LoadViewStateByID ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#LoadViewStateByID" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#LoadViewStateByID</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== MarkerOverlayForJson ==== | ||
| - | Gets the MarkerOverlay configuration for client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MarkerOverlayForJson" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#MarkerOverlayForJson</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.InMemoryMarkerOverlay|InMemoryMarkerOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.InMemoryMarkerOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== PageName ==== | ||
| - | Gets current page's name. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#PageName" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#PageName</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== PageRootPath ==== | ||
| - | Gets a string value indicats the web page's root path for loading the default icons. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#PageRootPath" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#PageRootPath</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== StaticOverlayForJson ==== | ||
| - | Gets the StaticOverlay configuration for client side. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#StaticOverlayForJson" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#StaticOverlayForJson</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.LayerOverlay|LayerOverlay]]<!-- ThinkGeo.MapSuite.WebEdition.LayerOverlay --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== TagKey ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TagKey" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TagKey</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | HtmlTextWriterTag<!-- System.Web.UI.HtmlTextWriterTag --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== TagName ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TagName" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#TagName</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Web.UI.WebControls.WebControl --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== ViewState ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearChildViewState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ClearChildViewState.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | StateBag<!-- System.Web.UI.StateBag --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== ViewStateIgnoresCase ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ViewStateIgnoresCase" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#ViewStateIgnoresCase</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ===== Public Events ===== | ||
| - | ==== BaseOverlayChanged ==== | ||
| - | Occurs when the base overlay is changed. | ||
| - | === Remarks === | ||
| - | This event is raised when you switch the active base overlay in the <strong>OverlaySwitcher</strong> panel; for example, from GoogleOverlay to YahooOverlay. You can handle this event to add your specific logic for that overlay. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.BaseOverlayChangedEventArgs|BaseOverlayChangedEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.BaseOverlayChangedEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Click ==== | ||
| - | Occurs when the map control is clicked. | ||
| - | === Remarks === | ||
| - | The Click event is raised when the map control is clicked. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs|MapClickedEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== DataBinding ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnDataBinding.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnDataBinding.28EventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Disposed ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Disposed" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#Disposed</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== DoubleClick ==== | ||
| - | Occurs when the map control is double-clicked. | ||
| - | === Remarks === | ||
| - | This event is raised when you double click on the map.<strong>Note:</strong> When you add event handlers to both <strong>Click</strong> and <strong>DoubleClick</strong> events, only the <strong>Click</strong> event will be fired. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs|MapClickedEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== ExtentChanged ==== | ||
| - | Occurs when the map extent is changed. | ||
| - | === Remarks === | ||
| - | This event is raised when you pan or zoom the map at the client side and cause the map extent to change. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | [[ThinkGeo.MapSuite.WebEdition.ExtentChangedEventArgs|ExtentChangedEventArgs]]<!-- ThinkGeo.MapSuite.WebEdition.ExtentChangedEventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Init ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnInit.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnInit.28EventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Load ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#LoadViewState.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#LoadViewState.28Object.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== PreRender ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnPreRender.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnPreRender.28EventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== TrackShapeFinished ==== | ||
| - | Occurs each time a shape is drawn. | ||
| - | === Remarks === | ||
| - | This event is raised after you draw a shape on the map. If you add an event handler to this event, each time you draw a shape at the client it will cause the page to postback. You can get the drawn features from the <strong>Map.EditOverlay.Features</strong> collection. | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.WebEdition.Map --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Unload ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnUnload.28EventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.Map#OnUnload.28EventArgs.29</a> | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- System.Web.UI.Control --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | |||
| - | __NOTOC__ | ||
| - | [[Category:WebEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.WebEdition]] | ||
| - | [[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.