User Tools

Site Tools


thinkgeo.mapsuite.windowsphonecore.pointstyles

Table of Contents

ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles

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.

<!– Class –> This class provides commonly-used GeoPointStyles and some methods to create various kinds of GeoPointstyles. A GeoStyle is a kind of sheet used to render the map.

Remarks

The <strong>GeoStyle</strong> is a very important concept. MapSuite provides three kinds of styles: <strong>GeoAreaStyle</strong>, <strong>GeoLineStyle</strong>, and <strong>GeoPointStyle</strong>. <strong>GeoAreaStyle</strong> is used to render area-type data on the map, <strong>GeoLineStyle</strong> is used to render line-type data on the map, <strong>GeoPointStyle</strong> is used to render point-type data on the map.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodStatic MemberCreateCompoundCircleStyle GeoColor, Single, GeoColor, Single, GeoColor, Single, GeoColor, Single Static API to create a compound circle point style.
Public MethodStatic MemberCreateCompoundCircleStyle GeoColor, Single, GeoColor, Single, GeoColor, Single Static API to create a compound circle point style.
Public MethodStatic MemberCreateCompoundPointStyle PointSymbolType, GeoColor, GeoColor, Single, Single, PointSymbolType, GeoColor, GeoColor, Single, Single Static API to create a compound circle point style.
Public MethodStatic MemberCreateSimpleCircleStyle GeoColor, Single, GeoColor Static API to create a circle point style.
Public MethodStatic MemberCreateSimpleCircleStyle GeoColor, Single, GeoColor, Single Static API to create a circle point style.
Public MethodStatic MemberCreateSimpleCircleStyle GeoColor, Single Static API to create a circle point style.
Public MethodStatic MemberCreateSimplePointStyle PointSymbolType, GeoColor, Single Static API to create a point style.
Public MethodStatic MemberCreateSimplePointStyle PointSymbolType, GeoColor, GeoColor, Single Static API to create a point style.
Public MethodStatic MemberCreateSimplePointStyle PointSymbolType, GeoColor, GeoColor, Single, Single Static API to create a point style.
Public MethodStatic MemberCreateSimpleSquareStyle GeoColor, Single Static API to create a square point style.
Public MethodStatic MemberCreateSimpleSquareStyle GeoColor, Single, GeoColor Static API to create a square point style.
Public MethodStatic MemberCreateSimpleSquareStyle GeoColor, Single, GeoColor, Single Static API to create a square point style.
Public MethodStatic MemberCreateSimpleStarStyle GeoColor, Single, GeoColor Static API to create a star point style.
Public MethodStatic MemberCreateSimpleStarStyle GeoColor, Single Static API to create a star point style.
Public MethodStatic MemberCreateSimpleTriangleStyle GeoColor, Single Static API to create a triangle point style.
Public MethodStatic MemberCreateSimpleTriangleStyle GeoColor, Single, GeoColor Static API to create a triangle point style.
Public MethodStatic MemberCreateSimpleTriangleStyle GeoColor, Single, GeoColor, Single Static API to create a triangle point style.
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyStatic MemberCapital1 PointStyle Get the commonly-used PointStyle to render a capital.
Public PropertyStatic MemberCapital2 PointStyle Get the commonly-used PointStyle to render a capital.
Public PropertyStatic MemberCapital3 PointStyle Get the commonly-used PointStyle to render a capital.
Public PropertyStatic MemberCity1 PointStyle Get the commonly-used PointStyle to render a city.
Public PropertyStatic MemberCity2 PointStyle Get the commonly-used PointStyle to render a city.
Public PropertyStatic MemberCity3 PointStyle Get the commonly-used PointStyle to render a city.
Public PropertyStatic MemberCity4 PointStyle Get the commonly-used PointStyle to render a city.
Public PropertyStatic MemberCity5 PointStyle Get the commonly-used PointStyle to render a city.
Public PropertyStatic MemberCity6 PointStyle Get the commonly-used PointStyle to render a city.
Public PropertyStatic MemberCity7 PointStyle Get the commonly-used PointStyle to render a city.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Public Methods

CreateCompoundCircleStyle(GeoColor, Single, GeoColor, Single, GeoColor, Single, GeoColor, Single)

<!– static –> Static API to create a compound circle point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor1 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the outer circle's PointStyle fill color.
size1 Single<!– System.Single –> This parameter determines the outer circle's PointStyle size.
outlineColor1 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the outer circle's PointStyle outline color.
outlineWidth1 Single<!– System.Single –> This parameter determines the outer circle's PointStyle outline width.
fillColor2 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the inner circle's PointStyle fill color.
size2 Single<!– System.Single –> This parameter determines the inner circle's PointStyle size.
outlineColor2 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the inner circle's PointStyle outline color.
outlineWidth2 Single<!– System.Single –> This parameter determines the inner circle's PointStyle outline width.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateCompoundCircleStyle(GeoColor, Single, GeoColor, Single, GeoColor, Single)

<!– static –> Static API to create a compound circle point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor1 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the outer circle's PointStyle fill color.
size1 Single<!– System.Single –> This parameter determines the outer circle's PointStyle size.
outlineColor1 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the outer circle's PointStyle outline color.
outlineWidth1 Single<!– System.Single –> This parameter determines the outer circle's PointStyle outline width.
fillColor2 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the inner circle's PointStyle fill color.
size2 Single<!– System.Single –> This parameter determines the inner circle's PointStyle size.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateCompoundPointStyle(PointSymbolType, GeoColor, GeoColor, Single, Single, PointSymbolType, GeoColor, GeoColor, Single, Single)

<!– static –> Static API to create a compound circle point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
pointStyle1 PointSymbolType<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType –> This parameter determines the outer circle's pointstyle symbol type.
fillColor1 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the outer circle's PointStyle fill color.
outlineColor1 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the outer circle's PointStyle outline color.
outlineWidth1 Single<!– System.Single –> This parameter determines the outer circle's PointStyle outline width.
size1 Single<!– System.Single –> This parameter determines the outer circle's PointStyle size.
pointStyle2 PointSymbolType<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType –> This parameter determines the inner circle's pointstyle symbol type.
fillColor2 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the inner circle's PointStyle fill color.
outlineColor2 GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the inner circle's PointStyle outline color.
outlineWidth2 Single<!– System.Single –> This parameter determines the inner circle's PointStyle outline width.
size2 Single<!– System.Single –> This parameter determines the inner circle PointStyle size.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleCircleStyle(GeoColor, Single, GeoColor)

<!– static –> Static API to create a circle point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.
outlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle outline color.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleCircleStyle(GeoColor, Single, GeoColor, Single)

<!– static –> Static API to create a circle point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.
outlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle outline color.
outlineWidth Single<!– System.Single –> This parameter determines the PointStyle outline width.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleCircleStyle(GeoColor, Single)

<!– static –> Static API to create a circle point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimplePointStyle(PointSymbolType, GeoColor, Single)

<!– static –> Static API to create a point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
pointStyle PointSymbolType<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType –> This parameter determines the PointStyle symbol type.
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimplePointStyle(PointSymbolType, GeoColor, GeoColor, Single)

<!– static –> Static API to create a point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
pointStyle PointSymbolType<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType –> This parameter determines the PointStyle symbol type.
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
outlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle outline color.
size Single<!– System.Single –> This parameter determines the PointStyle size.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimplePointStyle(PointSymbolType, GeoColor, GeoColor, Single, Single)

<!– static –> Static API to create a point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
pointStyle PointSymbolType<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType –> This parameter determines the PointStyle symbol type.
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
outlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle outline color.
outlineWidth Single<!– System.Single –> This parameter determines the PointStyle outline width.
size Single<!– System.Single –> This parameter determines the PointStyle size.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleSquareStyle(GeoColor, Single)

<!– static –> Static API to create a square point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleSquareStyle(GeoColor, Single, GeoColor)

<!– static –> Static API to create a square point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.
outlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle outline color.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleSquareStyle(GeoColor, Single, GeoColor, Single)

<!– static –> Static API to create a square point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.
outlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle outline color.
outlineWidth Single<!– System.Single –> This parameter determines the PointStyle outline width.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleStarStyle(GeoColor, Single, GeoColor)

<!– static –> Static API to create a star point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.
outlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle outline color.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleStarStyle(GeoColor, Single)

<!– static –> Static API to create a star point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleTriangleStyle(GeoColor, Single)

<!– static –> Static API to create a triangle point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleTriangleStyle(GeoColor, Single, GeoColor)

<!– static –> Static API to create a triangle point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.
outlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle outline color.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

CreateSimpleTriangleStyle(GeoColor, Single, GeoColor, Single)

<!– static –> Static API to create a triangle point style.

Return Value

Return Type Description
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> The created point style.

Parameters

Name Type Description
fillColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle fill color.
size Single<!– System.Single –> This parameter determines the PointStyle size.
outlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter determines the PointStyle outline color.
outlineWidth Single<!– System.Single –> This parameter determines the PointStyle outline width.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> 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

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

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Capital1

<!– static –> Get the commonly-used PointStyle to render a capital.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

Capital2

<!– static –> Get the commonly-used PointStyle to render a capital.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

Capital3

<!– static –> Get the commonly-used PointStyle to render a capital.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

City1

<!– static –> Get the commonly-used PointStyle to render a city.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

City2

<!– static –> Get the commonly-used PointStyle to render a city.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

City3

<!– static –> Get the commonly-used PointStyle to render a city.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

City4

<!– static –> Get the commonly-used PointStyle to render a city.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

City5

<!– static –> Get the commonly-used PointStyle to render a city.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

City6

<!– static –> Get the commonly-used PointStyle to render a city.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

City7

<!– static –> Get the commonly-used PointStyle to render a city.

Return Value

Return Type
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back

Protected Properties

Public Events

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