User Tools

Site Tools


12.0:apis:thinkgeo.core.regexitem

ThinkGeo.Core.RegexItem

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.Core.RegexItem

Members Summary

Public Constructors

RegexItem()

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

RegexItem(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
  • regularExpression
    • Type:String
    • Description:This parameter is the regular expression statement you would like to match.
  • areaStyle
    • Type:AreaStyle
    • Description:This parameter is the style you want to draw with if the regular expression matches.

RegexItem(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
  • regularExpression
    • Type:String
    • Description:This parameter is the regular expression statement you would like to match.
  • lineStyle
    • Type:LineStyle
    • Description:This parameter is the style you want to draw with if the regular expression matches.

RegexItem(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
  • regularExpression
    • Type:String
    • Description:This parameter is the regular expression statement you would like to match.
  • pointStyle
    • Description:This parameter is the style you want to draw with if the regular expression matches.

RegexItem(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
  • regularExpression
    • Type:String
    • Description:This parameter is the regular expression statement you would like to match.
  • textStyle
    • Type:TextStyle
    • Description:This parameter is the style you want to draw with if the regular expression matches.

RegexItem(String,Collection<Style>)

  • 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 CustomStyles.
Parameters
  • regularExpression
    • Type:String
    • Description:This parameter is the regular expression statement you would like to match.
  • styles
    • Type:Collection<Style>
    • Description:This parameter represents the styles you want to draw with if the regular expression matches.

Protected Constructors

Public Methods

GetType()

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

Protected Methods

MemberwiseClone()

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

Finalize()

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

Public Properties

RegularExpression

  • N/A
Remarks
  • This should be a valid regular expression string. Formatting regular expression strings is outside the scope of this documentation; however, there are many useful resources on the web for learning about regular expressions.
Return Value
  • Type:String

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

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

Protected Properties

Public Events

12.0/apis/thinkgeo.core.regexitem.txt · Last modified: 2019/09/26 09:43 (external edit)