User Tools

Site Tools


thinkgeo.mapsuite.webedition.cloudpopup

ThinkGeo.MapSuite.WebEdition.CloudPopup

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

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

CloudPopup()

  • Initialize an instance of the CloudPopup class.
Remarks
  • 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

CloudPopup(String)

  • Initialize an instance of the CloudPopup class with an Id string.
Remarks
  • 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
  • id
    • Type:String
    • Description:The identifier by which you can find the popup.

CloudPopup(String,PointShape)

  • Initialize an instance of the CloudPopup class with an Id string and the position.
Remarks
  • 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
  • id
    • Type:String
    • Description:The identifier by which you can find the popup.
  • position
    • Description:A point shape in world coordinates that indicates the position of the popup.

CloudPopup(String,PointShape,String)

  • Initialize an instance of the CloudPopup class with an Id string, position and the content of the popup.
Remarks
  • 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
  • id
    • Type:String
    • Description:The identifier by which you can find the popup.
  • position
    • 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.

CloudPopup(String,PointShape,String,Int32,Int32)

  • Initialize an instance of the CloudPopup class with Id string, position, popup content and size.
Remarks
  • 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
  • id
    • Type:String
    • Description:The identifier by which you can find the popup.
  • position
    • 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.

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
  • 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
  • id
    • Type:String
    • Description:The identifier by which you can find the popup.
  • position
    • 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.

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
  • 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
  • id
    • Type:String
    • Description:The identifier by which you can find the popup.
  • position
    • 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.

Protected Constructors

Public Methods

CloneShallow()

  • Creates a shallow copy of the current popup object.
Remarks
  • 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
  • Type:Popup
  • Description:N/A
Parameters

ToJson()

  • Returns a JSON string which contains the popup's information and is used to create the popup at the client side.
Remarks
  • 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
  • Type:String
  • Description:A string that is used to create the popup at the client side.
Parameters

ToString()

  • N/A
Remarks
  • 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
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • 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
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • 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
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • 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
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • 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
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • 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
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ContentHtml

Gets or sets the content HTML of the popup window.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#ContentHtml

Return Value
  • Type:String

Id

Gets the identifier by which you can find the popup.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#Id

Return Value
  • Type:String

Position

Gets or sets a point shape in world coordinates that represents the position of the popup.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#Position

Return Value

Width

Gets or sets the width of the popup.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#Width

Return Value
  • Type:Int32

Height

Gets or sets the height of the popup.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#Height

Return Value
  • Type:Int32

IsVisible

Gets or sets a value that indicates whether the popup is visible on the map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#IsVisible

Return Value
  • Type:Boolean

Opacity

Gets or sets the opacity level of the popup.

Remarks

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
  • Type:Single

AutoSize

Gets or sets a value that indicates whether the popup is automatically resized to fit its contents.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#AutoSize

Return Value
  • Type:Boolean

AutoPan

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

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#AutoPan

Return Value
  • Type:Boolean

HasCloseButton

Gets or sets a value that indicates whether the popup window has a close button in the upper right corner.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#HasCloseButton

Return Value
  • Type:Boolean

OffsetXInPixels

Gets or sets the popup's pixel offset in X direction.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#OffsetXInPixels

Return Value
  • Type:Int32

OffsetYInPixels

Gets or sets the popup's pixel offset in Y direction.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#OffsetYInPixels

Return Value
  • Type:Int32

Protected Properties

PopupType

Gets a string that represents the type of the Popup object.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#PopupType

Return Value
  • Type:String

Public Events

thinkgeo.mapsuite.webedition.cloudpopup.txt · Last modified: 2017/03/16 21:59 (external edit)