User Tools

Site Tools


api:thinkgeo.mapsuite.webforms.classbreakmarkerstyle

ThinkGeo.MapSuite.WebForms.ClassBreakMarkerStyle

Inheritance Hierarchy

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

Members Summary

Public Constructors

ClassBreakMarkerStyle()

  • Initialize a new instance of the ClassBreakMarkerStyle class.
Remarks
  • N/A
Parameters

ClassBreakMarkerStyle(String)

  • Initialize a new instance of the ClassBreakMarkerStyle class with the columnName specified.
Remarks
  • N/A
Parameters
  • columnName
    • Type:String
    • Description:The column name in the feature whose value is used to compare and select the break.

ClassBreakMarkerStyle(String,MarkerBreakValueInclusion)

  • Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.
Remarks
  • N/A
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,MarkerBreakValueInclusion,IEnumerable<MarkerClassBreak>)

  • Initialize a new instance of the ClassBreakMarkerStyle class with the columnName and breakValueInclusion specified.
Remarks
  • N/A
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:IEnumerable<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>)

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

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

GetContextMenusCore()

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

GetRequiredColumnNamesCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<String>
  • Description:N/A
Parameters

GetContextMenus()

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

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ColumnName

  • N/A
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

  • N/A
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

  • N/A
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
  • N/A
Return Value
  • Type:Boolean

RequiredColumnNames

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<String>

Protected Properties

Public Events

api/thinkgeo.mapsuite.webforms.classbreakmarkerstyle.txt · Last modified: 2017/01/11 06:59 (external edit)