User Tools

Site Tools


thinkgeo.mapsuite.core.fleebooleanstyle

ThinkGeo.MapSuite.Core.FleeBooleanStyle

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

article_rating

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodFleeBooleanStyle
Public MethodFleeBooleanStyle String

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodCloneDeep Style
Public MethodDraw IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style
Public MethodDraw IEnumerable<BaseShape>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style
Public Method*DrawSample GeoCanvas Style
Public Method*DrawSample GeoCanvas, DrawingRectangleF Style
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetRequiredColumnNames Style
Public MethodGetType Object
Public MethodStatic Member*LoadStyle Stream Style
Public MethodStatic Member*LoadStyle Uri Style
Public MethodToString Object

Protected Methods

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

Public Properties

Name Return DeclaringType Summary
Public PropertyColumnVariables Collection<String>
Public PropertyCustomFalseStyles Collection<Style>
Public PropertyCustomTrueStyles Collection<Style>
Public Property*Filters Collection<String> Style
Public PropertyFleeExpression String
Public PropertyIsActive Boolean Style
Public PropertyName String Style
Public PropertyRequiredColumnNames Collection<String> Style
Public PropertyStaticTypes Collection<Type>
Public PropertyUserVariables Dictionary<String,Object>

Protected Properties

Name Return DeclaringType Summary
Protected Property*FiltersCore Collection<String> Style

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

FleeBooleanStyle()

Parameters

Name Type Description

Go Back

FleeBooleanStyle(String)

Parameters

Name Type Description
fleeExpression String<!– System.String –>

Go Back

Protected Constructors

Public Methods

CloneDeep()

Return Value

Return Type Description
Style<!– ThinkGeo.MapSuite.Core.Style –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.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.Core.Feature} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –>

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

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.Core.BaseShape} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –>

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

*DrawSample(GeoCanvas)

Return Value

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

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –>

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

*DrawSample(GeoCanvas, DrawingRectangleF)

Return Value

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

Parameters

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

<!– ThinkGeo.MapSuite.Core.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.Core.Style –> Go Back

GetType()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

*LoadStyle(Stream)

<!– static –>

Return Value

Return Type Description
Style<!– ThinkGeo.MapSuite.Core.Style –>

Parameters

Name Type Description
styleStream Stream<!– System.IO.Stream –>

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

*LoadStyle(Uri)

<!– static –>

Return Value

Return Type Description
Style<!– ThinkGeo.MapSuite.Core.Style –>

Parameters

Name Type Description
styleUri Uri<!– System.Uri –>

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

ToString()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

*DrawSampleCore(GeoCanvas, DrawingRectangleF)

Return Value

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

Parameters

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

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

CloneDeepCore()

Return Value

Return Type Description
Style<!– ThinkGeo.MapSuite.Core.Style –>

Parameters

Name Type Description

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

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.Core.Feature} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.Core.Style(overriden) –> 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.Core.Style(overriden) –> Go Back

MemberwiseClone()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

ColumnVariables

Return Value

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

<!– ThinkGeo.MapSuite.Core.FleeBooleanStyle –> Go Back

CustomFalseStyles

Return Value

Return Type
Collection<Style><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Style} –>

<!– ThinkGeo.MapSuite.Core.FleeBooleanStyle –> Go Back

CustomTrueStyles

Return Value

Return Type
Collection<Style><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Style} –>

<!– ThinkGeo.MapSuite.Core.FleeBooleanStyle –> Go Back

*Filters

Return Value

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

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

FleeExpression

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.FleeBooleanStyle –> Go Back

IsActive

Return Value

Return Type
Boolean<!– System.Boolean –>

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

Name

Return Value

Return Type
String<!– System.String –>

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

RequiredColumnNames

Return Value

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

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

StaticTypes

Return Value

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

<!– ThinkGeo.MapSuite.Core.FleeBooleanStyle –> Go Back

UserVariables

Return Value

Return Type
Dictionary<String,Object><!– System.Collections.Generic.Dictionary{System.String,System.Object} –>

<!– ThinkGeo.MapSuite.Core.FleeBooleanStyle –> Go Back

Protected Properties

*FiltersCore

Return Value

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

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

Public Events

thinkgeo.mapsuite.core.fleebooleanstyle.txt · Last modified: 2017/03/16 21:59 (external edit)