Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– 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.Core.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, GeoColor, Single | Static API to create a point style. | |
![]() CreateSimplePointStyle | PointSymbolType, GeoColor, GeoColor, Single, Single | Static API to create a point style. | |
![]() CreateSimplePointStyle | PointSymbolType, GeoColor, Single | Static API to create a point style. | |
![]() CreateSimpleSquareStyle | GeoColor, Single, GeoColor, Single | Static API to create a square 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. | |
![]() CreateSimpleStarStyle | GeoColor, Single, GeoColor | Static API to create a star point style. | |
![]() CreateSimpleStarStyle | GeoColor, Single, GeoColor, Single | 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.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor1 | GeoColor<!– ThinkGeo.MapSuite.Core.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.Core.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.Core.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.Core.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.Core.PointStyles –> Go Back
<!– static –> Static API to create a compound circle point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor1 | GeoColor<!– ThinkGeo.MapSuite.Core.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.Core.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.Core.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.Core.PointStyles –> Go Back
<!– static –> Static API to create a compound circle point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| pointStyle1 | PointSymbolType<!– ThinkGeo.MapSuite.Core.PointSymbolType –> | This parameter determines the outer circle's pointstyle symbol type. |
| fillColor1 | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the outer circle's PointStyle fill color. |
| outlineColor1 | GeoColor<!– ThinkGeo.MapSuite.Core.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.Core.PointSymbolType –> | This parameter determines the inner circle's pointstyle symbol type. |
| fillColor2 | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the inner circle's PointStyle fill color. |
| outlineColor2 | GeoColor<!– ThinkGeo.MapSuite.Core.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.Core.PointStyles –> Go Back
<!– static –> Static API to create a circle point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle outline color. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a circle point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle outline color. |
| outlineWidth | Single<!– System.Single –> | This parameter determines the PointStyle outline width. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a circle point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| pointStyle | PointSymbolType<!– ThinkGeo.MapSuite.Core.PointSymbolType –> | This parameter determines the PointStyle symbol type. |
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle outline color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| pointStyle | PointSymbolType<!– ThinkGeo.MapSuite.Core.PointSymbolType –> | This parameter determines the PointStyle symbol type. |
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.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.Core.PointStyles –> Go Back
<!– static –> Static API to create a point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| pointStyle | PointSymbolType<!– ThinkGeo.MapSuite.Core.PointSymbolType –> | This parameter determines the PointStyle symbol type. |
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a square point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle outline color. |
| outlineWidth | Single<!– System.Single –> | This parameter determines the PointStyle outline width. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a square point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a square point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle outline color. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a star point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle outline color. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a star point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle outline color. |
| outlineWidth | Single<!– System.Single –> | This parameter determines the PointStyle outline width. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a star point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a triangle point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a triangle point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle outline color. |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Static API to create a triangle point style.
| Return Type | Description |
|---|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> | The created point style. |
| Name | Type | Description |
|---|---|---|
| fillColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle fill color. |
| size | Single<!– System.Single –> | This parameter determines the PointStyle size. |
| outlineColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter determines the PointStyle outline color. |
| outlineWidth | Single<!– System.Single –> | This parameter determines the PointStyle outline width. |
<!– ThinkGeo.MapSuite.Core.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.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a capital.
| Return Type |
|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a capital.
| Return Type |
|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
| Return Type |
|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
| Return Type |
|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
| Return Type |
|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
| Return Type |
|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
| Return Type |
|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
| Return Type |
|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
<!– static –> Get the commonly-used PointStyle to render a city.
| Return Type |
|---|
| PointStyle<!– ThinkGeo.MapSuite.Core.PointStyle –> |
<!– ThinkGeo.MapSuite.Core.PointStyles –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.