User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.regexstyle

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightCore.RegexStyle

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodRegexStyle
Public MethodRegexStyle String, Collection<RegexItem>
Public MethodRegexStyle String, Collection<RegexItem>, RegexMatching

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodDraw IEnumerable<BaseShape>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style
Public MethodDraw IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style
Public MethodDrawSample GeoCanvas, DrawingRectangleF Style
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetRequiredColumnNames Style
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodDrawCore IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style(overriden)
Protected MethodDrawSampleCore GeoCanvas, DrawingRectangleF Style
Protected MethodFinalize Object
Protected MethodGetRequiredColumnNamesCore Style(overriden)
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyColumnName String
Public PropertyIsActive Boolean Style
Public PropertyName String Style
Public PropertyRegexItems Collection<RegexItem>
Public PropertyRegexMatchingRule RegexMatching
Public PropertyRequiredColumnNames Collection<String> Style

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

RegexStyle()

Parameters

Name Type Description

Go Back

RegexStyle(String, Collection<RegexItem>)

Parameters

Name Type Description
columnName String<!– System.String –>
regexItems Collection<RegexItem><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.RegexItem} –>

Go Back

RegexStyle(String, Collection<RegexItem>, RegexMatching)

Parameters

Name Type Description
columnName String<!– System.String –>
regexItems Collection<RegexItem><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.RegexItem} –>
regexMatching RegexMatching<!– ThinkGeo.MapSuite.SilverlightCore.RegexMatching –>

Go Back

Protected Constructors

Public Methods

Draw(IEnumerable<BaseShape>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
shapes IEnumerable<BaseShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.BaseShape} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Draw(IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

DrawSample(GeoCanvas, DrawingRectangleF)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
drawingExtent DrawingRectangleF<!– ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetRequiredColumnNames()

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

DrawCore(IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style(overriden) –> Go Back

DrawSampleCore(GeoCanvas, DrawingRectangleF)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
drawingExtent DrawingRectangleF<!– ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetRequiredColumnNamesCore()

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Style(overriden) –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

ColumnName

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.RegexStyle –> Go Back

IsActive

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Name

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

RegexItems

Return Value

Return Type
Collection<RegexItem><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.RegexItem} –>

<!– ThinkGeo.MapSuite.SilverlightCore.RegexStyle –> Go Back

RegexMatchingRule

Return Value

Return Type
RegexMatching<!– ThinkGeo.MapSuite.SilverlightCore.RegexMatching –>

<!– ThinkGeo.MapSuite.SilverlightCore.RegexStyle –> Go Back

RequiredColumnNames

Return Value

Return Type
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.regexstyle.1440040134.txt.gz · Last modified: 2015/09/21 03:23 (external edit)