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
thinkgeo.mapsuite.webedition.cloudpopup [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.CloudPopup ====== ====== ThinkGeo.MapSuite.WebEdition.CloudPopup ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Represents the popups that appear in a cloud (a.k.a. balloon) shape. Represents the popups that appear in a cloud (a.k.a. balloon) shape.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} CloudPopup() ** ** {{wiki:​PublicMethod.gif|}} CloudPopup() **
  
-Initialize an instance of the CloudPopup class.+  * //Initialize an instance of the CloudPopup class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​CloudPopup.28.29/​/
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} CloudPopup(String) ** ** {{wiki:​PublicMethod.gif|}} CloudPopup(String) **
  
-Initialize an instance of the CloudPopup class with an Id string.+  * //Initialize an instance of the CloudPopup class with an Id string.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​CloudPopup.28String.29/​/
 == Parameters == == Parameters ==
   * //id//   * //id//
Line 27: Line 30:
 ** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape) ** ** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape) **
  
-Initialize an instance of the CloudPopup class with an Id string and the position.+  * //Initialize an instance of the CloudPopup class with an Id string and the position.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​CloudPopup.28String.2C_PointShape.29/​/
 == Parameters == == Parameters ==
   * //id//   * //id//
Line 42: Line 45:
 ** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape,​String) ** ** {{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.+  * //Initialize an instance of the CloudPopup class with an Id string, position and the content of the popup.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​CloudPopup.28String.2C_PointShape.2C_String.29/​/
 == Parameters == == Parameters ==
   * //id//   * //id//
Line 61: Line 64:
 ** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape,​String,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape,​String,​Int32,​Int32) **
  
-Initialize an instance of the CloudPopup class with Id string, position, popup content and size.+  * //Initialize an instance of the CloudPopup class with Id string, position, popup content and size.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​CloudPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.29/​/
 == Parameters == == Parameters ==
   * //id//   * //id//
Line 88: Line 91:
 ** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean) ** ** {{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.+  * //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 == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​CloudPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.2C_Boolean.29/​/
 == Parameters == == Parameters ==
   * //id//   * //id//
Line 119: Line 122:
 ** {{wiki:​PublicMethod.gif|}} CloudPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean,​Boolean) ** ** {{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.+  * //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 == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​CloudPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.2C_Boolean.2C_Boolean.29/​/
 == Parameters == == Parameters ==
   * //id//   * //id//
Line 156: Line 159:
 ** {{wiki:​PublicMethod.gif|}} CloneShallow() ** ** {{wiki:​PublicMethod.gif|}} CloneShallow() **
  
-N/A+  * //Creates a shallow copy of the current popup object.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​CloneShallow.28.29/​/
  
 == Return Value == == Return Value ==
Line 168: Line 171:
 ** {{wiki:​PublicMethod.gif|}} ToJson() ** ** {{wiki:​PublicMethod.gif|}} ToJson() **
  
-N/A+  * //Returns a JSON string which contains the popup'​s information and is used to create the popup at the client side.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​ToJson.28.29/​/
  
 == Return Value == == Return Value ==
   * Type:String   * Type:String
-  * Description:​N/A+  * Description:​A ​string that is used to create the popup at the client side.
  
 == Parameters == == Parameters ==
Line 180: Line 183:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 192: Line 195:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 208: Line 211:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 220: Line 223:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 233: Line 236:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 245: Line 248:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 260: Line 263:
 Gets or sets the content HTML of the popup window. Gets or sets the content HTML of the popup window.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​ContentHtml
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 266: Line 269:
 ** {{wiki:​PublicProperty.gif|}} Id ** ** {{wiki:​PublicProperty.gif|}} Id **
  
-N/A+Gets the identifier by which you can find the popup.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​Id
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 274: Line 277:
 ** {{wiki:​PublicProperty.gif|}} Position ** ** {{wiki:​PublicProperty.gif|}} Position **
  
-N/A+Gets or sets a point shape in world coordinates that represents the position of the popup.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​Position
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]   * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
Line 282: Line 285:
 ** {{wiki:​PublicProperty.gif|}} Width ** ** {{wiki:​PublicProperty.gif|}} Width **
  
-N/A+Gets or sets the width of the popup.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​Width
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 290: Line 293:
 ** {{wiki:​PublicProperty.gif|}} Height ** ** {{wiki:​PublicProperty.gif|}} Height **
  
-N/A+Gets or sets the height of the popup.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​Height
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 298: Line 301:
 ** {{wiki:​PublicProperty.gif|}} IsVisible ** ** {{wiki:​PublicProperty.gif|}} IsVisible **
  
-N/A+Gets or sets a value that indicates whether the popup is visible on the map.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​IsVisible
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 306: Line 309:
 ** {{wiki:​PublicProperty.gif|}} Opacity ** ** {{wiki:​PublicProperty.gif|}} Opacity **
  
-N/A+Gets or sets the opacity level of the popup.
 == Remarks == == Remarks ==
-N/A+The <​strong>​Opacity<​/strong> property enables you to specify a level of transparency for the popup. When this property is set to a value less than 100 percent (1.00), the entire popup (including its content) is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the popup completely invisible.
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 314: Line 317:
 ** {{wiki:​PublicProperty.gif|}} AutoSize ** ** {{wiki:​PublicProperty.gif|}} AutoSize **
  
-N/A+Gets or sets a value that indicates whether the popup is automatically resized to fit its contents.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​AutoSize
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 322: Line 325:
 ** {{wiki:​PublicProperty.gif|}} AutoPan ** ** {{wiki:​PublicProperty.gif|}} AutoPan **
  
-N/A+Gets or sets a value that indicates whether to pan the map to display the entire popup if the popup is not fully displayed.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​AutoPan
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 330: Line 333:
 ** {{wiki:​PublicProperty.gif|}} HasCloseButton ** ** {{wiki:​PublicProperty.gif|}} HasCloseButton **
  
-N/A+Gets or sets a value that indicates whether the popup window has a close button in the upper right corner.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​HasCloseButton
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 338: Line 341:
 ** {{wiki:​PublicProperty.gif|}} OffsetXInPixels ** ** {{wiki:​PublicProperty.gif|}} OffsetXInPixels **
  
-N/A+Gets or sets the popup'​s pixel offset in X direction.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​OffsetXInPixels
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 346: Line 349:
 ** {{wiki:​PublicProperty.gif|}} OffsetYInPixels ** ** {{wiki:​PublicProperty.gif|}} OffsetYInPixels **
  
-N/A+Gets or sets the popup'​s pixel offset in Y direction.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​OffsetYInPixels
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 357: Line 360:
 Gets a string that represents the type of the Popup object. Gets a string that represents the type of the Popup object.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CloudPopup#​PopupType
 == Return Value == == Return Value ==
   * Type:String   * Type:String
thinkgeo.mapsuite.webedition.cloudpopup.1442545635.txt.gz ยท Last modified: 2015/09/18 03:07 by admin