User Tools

Site Tools


api:thinkgeo.mapsuite.styles.valueitem

ThinkGeo.MapSuite.Styles.ValueItem

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Styles.ValueItem

Members Summary

Public Constructors

ValueItem()

  • This is a constructor for the class.
Remarks
  • If you use this constructor, you should set the necessary properties manually.
Parameters

ValueItem(String,AreaStyle)

  • This is a constructor for the class.
Remarks
  • It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultAreaStyle.
Parameters
  • value
    • Type:String
    • Description:This parameter is the value that will match with the data specified for the feature.
  • areaStyle
    • Type:AreaStyle
    • Description:This parameter is the style you want to draw with if the value matches.

ValueItem(String,LineStyle)

  • This is a constructor for the class.
Remarks
  • It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultLineStyle.
Parameters
  • value
    • Type:String
    • Description:This parameter is the value that will match with the data specified for the feature.
  • lineStyle
    • Type:LineStyle
    • Description:This parameter is the style you want to draw with if the value matches.

ValueItem(String,PointStyle)

  • This is a constructor for the class.
Remarks
  • It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultPointStyle.
Parameters
  • value
    • Type:String
    • Description:This parameter is the value that will match with the data specified for the feature.
  • pointStyle
    • Description:This parameter is the style you want to draw with if the value matches.

ValueItem(String,TextStyle)

  • This is a constructor for the class.
Remarks
  • It is recommended that you do not use this constructor unless it is absolutely necessary. Instead, you can set the properties directly on the DefaultTextStyle.
Parameters
  • value
    • Type:String
    • Description:This parameter is the value that will match with the data specified for the feature.
  • textStyle
    • Type:TextStyle
    • Description:This parameter is the style you want to draw with if the value matches.

ValueItem(String,Collection<Style>)

  • This is a constructor for the class.
Remarks
  • N/A
Parameters
  • value
    • Type:String
    • Description:This parameter is the value that will match with the data specified for the feature.
  • customStyles
    • Type:Collection<Style>
    • Description:This parameter represents the styles you want to draw with if the value matches.

Protected Constructors

Public Methods

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

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

Value

  • N/A
Remarks
  • The value must match exactly. If more complex matching is required, we suggest you use the RegexStyle. The RegexStyle enables you to use regular expressions, which are very powerful for fuzzy matching.
Return Value
  • Type:String

DefaultAreaStyle

  • N/A
Remarks
  • The default style allows you to directly set properties on the styles without having to create a new style each time. You can start simply by setting properties like color, etc. This makes modifying styles very easy.
Return Value

DefaultLineStyle

  • N/A
Remarks
  • The default style allows you to directly set properties on the styles without having to create a new style each time. You can start simply by setting properties like color, etc. This makes modifying styles very easy.
Return Value

DefaultPointStyle

  • N/A
Remarks
  • The default style allows you to directly set properties on the styles without having to create a new style each time. You can start simply by setting properties like color, etc. This makes modifying styles very easy.
Return Value

DefaultTextStyle

  • N/A
Remarks
  • The default style allows you to directly set properties on the styles without having to create a new style each time. You can start simply by setting properties like color, etc. This makes modifying styles very easy.
Return Value

CustomStyles

  • N/A
Remarks
  • The custom styles allow you to use styles other than the default style properties of the class. In this way, you can use a DotDensityStyle or any other style in the API.
Return Value

Protected Properties

Public Events

api/thinkgeo.mapsuite.styles.valueitem.txt · Last modified: 2017/01/11 06:53 (external edit)