User Tools

Site Tools


thinkgeo.mapsuite.core.regexitem

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.core.regexitem [2015/09/22 08:26]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.RegexItem ====== 
-This class represents a single Regex Match statement and styles to draw. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.RegexItem** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} RegexItem() ** 
- 
-  * //This is a constructor for the class.// 
-== Remarks == 
-  * //If you use this constructor,​ you should set the necessary properties manually.// 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-    * Description:​This parameter is the style you want to draw with if the regular expression matches. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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:​[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] 
-    * Description:​This parameter is the style you want to draw with if the regular expression matches. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] 
-    * Description:​This parameter is the style you want to draw with if the regular expression matches. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-    * Description:​This parameter is the style you want to draw with if the regular expression matches. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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<​[[ThinkGeo.MapSuite.Core.Style|Style]]>​ 
-    * Description:​This parameter represents the styles you want to draw with if the regular expression matches. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} RegularExpression ** 
- 
-This property gets and sets the regular expression text used for matching. 
-== 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 
- 
-** {{wiki:​PublicProperty.gif|}} CustomStyles ** 
- 
-This property gets the collection of custom styles. 
-== 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 == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Style|Style]]>​ 
- 
-** {{wiki:​PublicProperty.gif|}} DefaultAreaStyle ** 
- 
-This property gets and sets the default AreaStyle. You should use this style if your features are area-based. 
-== 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 == 
-  * Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
- 
-** {{wiki:​PublicProperty.gif|}} DefaultLineStyle ** 
- 
-This property gets and sets the default LineStyle. You should use this style if your features are line-based. 
-== 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 == 
-  * Type:​[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] 
- 
-** {{wiki:​PublicProperty.gif|}} DefaultPointStyle ** 
- 
-This property gets and sets the default PointStyle. You should use this style if your features are point-based. 
-== 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 == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] 
- 
-** {{wiki:​PublicProperty.gif|}} DefaultTextStyle ** 
- 
-This property gets and sets the default TextStyle. You should use this style if your features are text-based (such as labels). 
-== 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 == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.core.regexitem.1442910415.txt.gz · Last modified: 2015/09/22 08:26 by admin