ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
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.
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.
*System.Object **ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
CreateCompoundCircleStyle | GeoColor, Single, GeoColor, Single, GeoColor, Single, GeoColor, Single | Static API to create a compound circle point style. | |
CreateCompoundCircleStyle | GeoColor, Single, GeoColor, Single, GeoColor, Single | Static API to create a compound circle point style. | |
CreateCompoundPointStyle | PointSymbolType, GeoColor, GeoColor, Single, Single, PointSymbolType, GeoColor, GeoColor, Single, Single | Static API to create a compound circle point style. | |
CreateSimpleCircleStyle | GeoColor, Single, GeoColor | Static API to create a circle point style. | |
CreateSimpleCircleStyle | GeoColor, Single, GeoColor, Single | Static API to create a circle point style. | |
CreateSimpleCircleStyle | GeoColor, Single | Static API to create a circle point style. | |
CreateSimplePointStyle | PointSymbolType, GeoColor, Single | Static API to create a point style. | |
CreateSimplePointStyle | PointSymbolType, GeoColor, GeoColor, Single | Static API to create a point style. | |
CreateSimplePointStyle | PointSymbolType, GeoColor, GeoColor, Single, Single | Static API to create a point style. | |
CreateSimpleSquareStyle | GeoColor, Single | Static API to create a square point style. | |
CreateSimpleSquareStyle | GeoColor, Single, GeoColor | Static API to create a square point style. | |
CreateSimpleSquareStyle | GeoColor, Single, GeoColor, Single | Static API to create a square point style. | |
CreateSimpleStarStyle | GeoColor, Single, GeoColor | Static API to create a star point style. | |
CreateSimpleStarStyle | GeoColor, Single | Static API to create a star point style. | |
CreateSimpleTriangleStyle | GeoColor, Single | Static API to create a triangle point style. | |
CreateSimpleTriangleStyle | GeoColor, Single, GeoColor | Static API to create a triangle point style. | |
CreateSimpleTriangleStyle | GeoColor, Single, GeoColor, Single | Static API to create a triangle point style. | |
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToString | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
Capital1 | PointStyle | Get the commonly-used PointStyle to render a capital. | |
Capital2 | PointStyle | Get the commonly-used PointStyle to render a capital. | |
Capital3 | PointStyle | Get the commonly-used PointStyle to render a capital. | |
City1 | PointStyle | Get the commonly-used PointStyle to render a city. | |
City2 | PointStyle | Get the commonly-used PointStyle to render a city. | |
City3 | PointStyle | Get the commonly-used PointStyle to render a city. | |
City4 | PointStyle | Get the commonly-used PointStyle to render a city. | |
City5 | PointStyle | Get the commonly-used PointStyle to render a city. | |
City6 | PointStyle | Get the commonly-used PointStyle to render a city. | |
City7 | PointStyle | Get the commonly-used PointStyle to render a city. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
<!– static –> Static API to create a compound circle point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a compound circle point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a compound circle point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a circle point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a circle point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a circle point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a square point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a square point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a square point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a star point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a star point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a triangle point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a triangle point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
<!– static –> Static API to create a triangle point style.
Return Type | Description |
---|---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> | The created point style. |
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
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
<!– static –> Get the commonly-used PointStyle to render a capital.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a capital.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a capital.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
Return Type |
---|
PointStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles –> Go Back