User Tools

Site Tools


thinkgeo.mapsuite.webedition.classbreakmarkerstyle

ThinkGeo.MapSuite.WebEdition.ClassBreakMarkerStyle

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.

This class represents a style based on class break values.

Inheritance Hierarchy

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

Members Summary

Public Constructors

ClassBreakMarkerStyle()

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

ClassBreakMarkerStyle(String)

  • Initialize a new instance of the ClassBreakMarkerStyle class with the columnName specified.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ClassBreakMarkerStyle#ClassBreakMarkerStyle.28String.29
Parameters
  • columnName
    • Type:String
    • Description:The column name in the feature whose value is used to compare and select the break.

ClassBreakMarkerStyle(String,BreakValueInclusion)

  • Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ClassBreakMarkerStyle#ClassBreakMarkerStyle.28String.2C_BreakValueInclusion.29
Parameters
  • columnName
    • Type:String
    • Description:The column name in the feature whose value is used to compare and select the break.
  • breakValueInclusion
    • Description:A value that indicates whether or not to include the break value when comparing the break.

ClassBreakMarkerStyle(String,BreakValueInclusion,Collection<MarkerClassBreak>)

  • Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.
Remarks
  • For the most updated Info for this topic, please check it here:
Parameters
  • columnName
    • Type:String
    • Description:The column name in the feature whose value is used to compare and select the break.
  • breakValueInclusion
    • Description:A value that indicates whether or not to include the break value when comparing the break.
  • classBreaks
    • Type:Collection<MarkerClassBreak>
    • Description:A collection of class breaks whose values are compared with the column value to determine which classbreak styles are applied to the markers.

Protected Constructors

Public Methods

GetMarkers(IEnumerable<Feature>)

  • Returns a collection of markers that are created by the styles defined on the classbreaks.
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.ClassBreakMarkerStyle#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.ClassBreakMarkerStyle#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.ClassBreakMarkerStyle#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.ClassBreakMarkerStyle#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.ClassBreakMarkerStyle#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.ClassBreakMarkerStyle#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.ClassBreakMarkerStyle#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.ClassBreakMarkerStyle#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.ClassBreakMarkerStyle#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ColumnName

Gets or sets a column name whose value is used to compare and select the break.

Remarks

You use this property to set the name of the column where the numeric data is stored for your features.

Return Value
  • Type:String

BreakValueInclusion

Gets or sets the value that indicates whether or not to include the break value when comparing the break.

Remarks

Example: If you have a class break value set to 100 and the break value is included, then 100 is included for this break. If you set the value to excluded, then 100 would match with the break below 100 instead. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.

Return Value

ClassBreaks

Gets a collection of class breaks whose values are compared with the column value to determine which ClassBreakStyles are applied to the markers.

Remarks

The class breaks determine which style to use, based on the break values. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.

Return Value

IsActive

N/A

Remarks

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

Return Value
  • Type:Boolean

RequiredColumnNames

N/A

Remarks
Return Value
  • Type:Collection<String>

Protected Properties

Public Events

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