Table of Contents

ThinkGeo.MapSuite.Core.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.

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.

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

Public Methods

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

CreateSimplePointStyle(PointSymbolType,GeoColor,Single)

Remarks
Return Value
Parameters

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

Remarks
Return Value
Parameters

CreateSimplePointStyle(PointSymbolType,GeoColor,GeoColor,Single)

Remarks
Return Value
Parameters

CreateSimpleCircleStyle(GeoColor,Single)

Remarks
Return Value
Parameters

CreateSimpleCircleStyle(GeoColor,Single,GeoColor,Single)

Remarks
Return Value
Parameters

CreateSimpleCircleStyle(GeoColor,Single,GeoColor)

Remarks
Return Value
Parameters

CreateSimpleSquareStyle(GeoColor,Single)

Remarks
Return Value
Parameters

CreateSimpleSquareStyle(GeoColor,Single,GeoColor)

Remarks
Return Value
Parameters

CreateSimpleSquareStyle(GeoColor,Single,GeoColor,Single)

Remarks
Return Value
Parameters

CreateSimpleStarStyle(GeoColor,Single)

Remarks
Return Value
Parameters

CreateSimpleStarStyle(GeoColor,Single,GeoColor)

Remarks
Return Value
Parameters

CreateSimpleStarStyle(GeoColor,Single,GeoColor,Single)

Remarks
Return Value
Parameters

CreateSimpleTriangleStyle(GeoColor,Single)

Remarks
Return Value
Parameters

CreateSimpleTriangleStyle(GeoColor,Single,GeoColor)

Remarks
Return Value
Parameters

CreateSimpleTriangleStyle(GeoColor,Single,GeoColor,Single)

Remarks
Return Value
Parameters

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

Remarks
Return Value
Parameters

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

Remarks
Return Value
Parameters

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

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

Protected Properties

Public Events