User Tools

Site Tools


thinkgeo.mapsuite.webedition.pointmarkerstyle

ThinkGeo.MapSuite.WebEdition.PointMarkerStyle

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 ordinary marker style.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.WebEdition.MarkerStyle
      • ThinkGeo.MapSuite.WebEdition.PointMarkerStyle

Members Summary

Public Constructors

PointMarkerStyle()

  • Initialize an instance of the PointMarkerStyle class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28.29
Parameters

PointMarkerStyle(WebImage)

  • Initialize an instance of the PointMarkerStyle class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.29
Parameters
  • webImage
    • Type:WebImage
    • Description:The small image that the marker displays.

PointMarkerStyle(WebImage,CustomPopup)

  • Initialize an instance of the PointMarkerStyle class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.29
Parameters
  • webImage
    • Type:WebImage
    • Description:The small image that the marker displays.
  • popup
    • Description:The popup window that appears when the mouse pointer is over the marker.

PointMarkerStyle(WebImage,CustomPopup,ContextMenu)

  • Initialize an instance of the PointMarkerStyle class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29
Parameters
  • webImage
    • Type:WebImage
    • Description:The small image that the marker displays.
  • popup
    • Description:The popup window that appears when the mouse pointer is over the marker.
  • contextMenu
    • Description:The context menu that appears when you right-click on the marker.

Protected Constructors

Public Methods

GetMarkers(IEnumerable<Feature>)

  • Returns a collection of markers that are created with specific styles from the features passed in.
Remarks
  • For the most updated Info for this topic, please check it here:
Return Value
  • Type:Collection<Marker>
  • Description:N/A
Parameters
  • features
    • Type:IEnumerable<Feature>
    • Description:A collection of features that the markers are created from.

GetRequiredColumnNames()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetRequiredColumnNames.28.29
Return Value
  • Type:Collection<String>
  • Description:N/A
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.PointMarkerStyle#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.PointMarkerStyle#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.PointMarkerStyle#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.PointMarkerStyle#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

GetContextMenusCore()

  • Gets a collection of context menus that are associated with the MarkerStyle.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetContextMenusCore.28.29
Return Value
Parameters

GetRequiredColumnNamesCore()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#GetRequiredColumnNamesCore.28.29
Return Value
  • Type:Collection<String>
  • Description:N/A
Parameters

ZhQ=()

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

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#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.PointMarkerStyle#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Popup

Gets or sets the popup object that displays when the mouse pointer is over a marker.

Remarks
Return Value

PopupDelay

Gets or sets a value indicating the interval that should elapse between when the mouse moves over the marker and when its popup window displays.

Remarks

The <strong>PopupDelay</strong> value is counted in milliseconds. If it is set to 500, the popup will display 500ms after the mouse pointer hovers over the marker.

Return Value
  • Type:Int32

WebImage

Gets or sets the small image that the marker displays as its icon.

Remarks
Return Value

ContextMenu

Gets or sets a context menu object that displays when you right-click on the marker.

Remarks
Return Value

Opacity

Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker.

Remarks

The <strong>Opacity</strong> property enables you to specify a level of transparency for the marker. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the marker completely invisible.

Return Value
  • Type:Single

IsActive

N/A

Remarks

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

Return Value
  • Type:Boolean

RequiredColumnNames

N/A

Remarks
Return Value
  • Type:Collection<String>

Protected Properties

Public Events

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