User Tools

Site Tools


thinkgeo.mapsuite.webedition.cloudpopup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.webedition.cloudpopup [2015/09/18 03:07]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WebEdition.CloudPopup ====== 
-Represents the popups that appear in a cloud (a.k.a. balloon) shape. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.WebEdition.Popup 
-      ***ThinkGeo.MapSuite.WebEdition.CloudPopup** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} CloudPopup() ** 
- 
-Initialize an instance of the CloudPopup class. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CloudPopup(String) ** 
- 
-Initialize an instance of the CloudPopup class with an Id string. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier by which you can find the popup. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape) ** 
- 
-Initialize an instance of the CloudPopup class with an Id string and the position. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier by which you can find the popup. 
- 
-  * //​position//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A point shape in world coordinates that indicates the position of the popup. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape,​String) ** 
- 
-Initialize an instance of the CloudPopup class with an Id string, position and the content of the popup. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier by which you can find the popup. 
- 
-  * //​position//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A point shape in world coordinates that indicates the position of the popup. 
- 
-  * //​contentHtml//​ 
-    * Type:String 
-    * Description:​An HTML string rendered as the popup content. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape,​String,​Int32,​Int32) ** 
- 
-Initialize an instance of the CloudPopup class with Id string, position, popup content and size. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier by which you can find the popup. 
- 
-  * //​position//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A point shape in world coordinates that indicates the position of the popup. 
- 
-  * //​contentHtml//​ 
-    * Type:String 
-    * Description:​An HTML string rendered as the popup content. 
- 
-  * //width// 
-    * Type:Int32 
-    * Description:​An int value that indicates the popup'​s width. 
- 
-  * //height// 
-    * Type:Int32 
-    * Description:​An int value that indicates the popup'​s height. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean) ** 
- 
-Initialize an instance of the CloudPopup class with an Id string, position, popup content, popup size and a boolean value that determines whether to pan the map if necessary to show the full popup. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier by which you can find the popup. 
- 
-  * //​position//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A point shape in world coordinates that indicates the position of the popup. 
- 
-  * //​contentHtml//​ 
-    * Type:String 
-    * Description:​An HTML string rendered as the popup content. 
- 
-  * //width// 
-    * Type:Int32 
-    * Description:​An int value that indicates the popup'​s width. 
- 
-  * //height// 
-    * Type:Int32 
-    * Description:​An int value that indicates the popup'​s height. 
- 
-  * //autoPan// 
-    * Type:​Boolean 
-    * Description:​A boolean value indicating whether to pan the map if necessary to show the full popup. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean,​Boolean) ** 
- 
-Initialize an instance of the CloudPopup class with an Id string, position, popup'​s content, popup size, a boolean value for whether to pan the map to show the popup, and a boolean value for whether to have a close button on the popup. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​The identifier by which you can find the popup. 
- 
-  * //​position//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​A point shape in world coordinates that indicates the position of the popup. 
- 
-  * //​contentHtml//​ 
-    * Type:String 
-    * Description:​An HTML string rendered as the popup content. 
- 
-  * //width// 
-    * Type:Int32 
-    * Description:​An int value that indicates the popup'​s width. 
- 
-  * //height// 
-    * Type:Int32 
-    * Description:​An int value that indicates the popup'​s height. 
- 
-  * //autoPan// 
-    * Type:​Boolean 
-    * Description:​A boolean value indicating whether to pan the map if necessary to show the full popup. 
- 
-  * //​hasCloseButton//​ 
-    * Type:​Boolean 
-    * Description:​A boolean value indicating whether the popup should have a close button. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} CloneShallow() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToJson() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} ContentHtml ** 
- 
-Gets or sets the content HTML of the popup window. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} Id ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} Position ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} Width ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} Height ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} IsVisible ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Opacity ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} AutoSize ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} AutoPan ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} HasCloseButton ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} OffsetXInPixels ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} OffsetYInPixels ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} PopupType ** 
- 
-Gets a string that represents the type of the Popup object. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-==== Public Events ==== 
  
thinkgeo.mapsuite.webedition.cloudpopup.1442545635.txt.gz ยท Last modified: 2015/09/18 03:07 by admin