User Tools

Site Tools


thinkgeo.mapsuite.core.pointstyles

This is an old revision of the document!


ThinkGeo.MapSuite.Core.PointStyles

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

  • System.Object
    • ThinkGeo.MapSuite.Core.PointStyles

Members Summary

Public Constructors

Protected Constructors

Public Methods

CreateCompoundCircleStyle

  • Parameters:GeoColor,Single,GeoColor,Single,GeoColor,Single
  • DeclaringType:N/A
  • Summary:Static API to create a compound circle point style.

CreateCompoundCircleStyle

CreateCompoundPointStyle

CreateSimpleCircleStyle

  • Parameters:GeoColor,Single
  • DeclaringType:N/A
  • Summary:Static API to create a circle point style.

CreateSimpleCircleStyle

  • Parameters:GeoColor,Single,GeoColor,Single
  • DeclaringType:N/A
  • Summary:Static API to create a circle point style.

CreateSimpleCircleStyle

  • Parameters:GeoColor,Single,GeoColor
  • DeclaringType:N/A
  • Summary:Static API to create a circle point style.

CreateSimplePointStyle

CreateSimplePointStyle

CreateSimplePointStyle

CreateSimpleSquareStyle

  • Parameters:GeoColor,Single,GeoColor,Single
  • DeclaringType:N/A
  • Summary:Static API to create a square point style.

CreateSimpleSquareStyle

  • Parameters:GeoColor,Single,GeoColor
  • DeclaringType:N/A
  • Summary:Static API to create a square point style.

CreateSimpleSquareStyle

  • Parameters:GeoColor,Single
  • DeclaringType:N/A
  • Summary:Static API to create a square point style.

CreateSimpleStarStyle

  • Parameters:GeoColor,Single
  • DeclaringType:N/A
  • Summary:Static API to create a star point style.

CreateSimpleStarStyle

  • Parameters:GeoColor,Single,GeoColor
  • DeclaringType:N/A
  • Summary:Static API to create a star point style.

CreateSimpleStarStyle

  • Parameters:GeoColor,Single,GeoColor,Single
  • DeclaringType:N/A
  • Summary:Static API to create a star point style.

CreateSimpleTriangleStyle

  • Parameters:GeoColor,Single
  • DeclaringType:N/A
  • Summary:Static API to create a triangle point style.

CreateSimpleTriangleStyle

  • Parameters:GeoColor,Single,GeoColor
  • DeclaringType:N/A
  • Summary:Static API to create a triangle point style.

CreateSimpleTriangleStyle

  • Parameters:GeoColor,Single,GeoColor,Single
  • DeclaringType:N/A
  • Summary:Static API to create a triangle point style.

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Protected Methods

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

Protected Properties

Public Events

Public Constructors

Protected Constructors

Public Methods

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

Static API to create a compound circle point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor1

  • Type:GeoColor
  • Description:This parameter determines the outer circle's PointStyle fill color.

size1

  • Type:Single
  • Description:This parameter determines the outer circle's PointStyle size.

outlineColor1

  • Type:GeoColor
  • Description:This parameter determines the outer circle's PointStyle outline color.

outlineWidth1

  • Type:Single
  • Description:This parameter determines the outer circle's PointStyle outline width.

fillColor2

  • Type:GeoColor
  • Description:This parameter determines the inner circle's PointStyle fill color.

size2

  • Type:Single
  • Description:This parameter determines the inner circle's PointStyle size.

Go Back

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

Static API to create a compound circle point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor1

  • Type:GeoColor
  • Description:This parameter determines the outer circle's PointStyle fill color.

size1

  • Type:Single
  • Description:This parameter determines the outer circle's PointStyle size.

outlineColor1

  • Type:GeoColor
  • Description:This parameter determines the outer circle's PointStyle outline color.

outlineWidth1

  • Type:Single
  • Description:This parameter determines the outer circle's PointStyle outline width.

fillColor2

  • Type:GeoColor
  • Description:This parameter determines the inner circle's PointStyle fill color.

size2

  • Type:Single
  • Description:This parameter determines the inner circle's PointStyle size.

outlineColor2

  • Type:GeoColor
  • Description:This parameter determines the inner circle's PointStyle outline color.

outlineWidth2

  • Type:Single
  • Description:This parameter determines the inner circle's PointStyle outline width.

Go Back

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

Static API to create a compound circle point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

pointStyle1

  • Description:This parameter determines the outer circle's pointstyle symbol type.

fillColor1

  • Type:GeoColor
  • Description:This parameter determines the outer circle's PointStyle fill color.

outlineColor1

  • Type:GeoColor
  • Description:This parameter determines the outer circle's PointStyle outline color.

outlineWidth1

  • Type:Single
  • Description:This parameter determines the outer circle's PointStyle outline width.

size1

  • Type:Single
  • Description:This parameter determines the outer circle's PointStyle size.

pointStyle2

  • Description:This parameter determines the inner circle's pointstyle symbol type.

fillColor2

  • Type:GeoColor
  • Description:This parameter determines the inner circle's PointStyle fill color.

outlineColor2

  • Type:GeoColor
  • Description:This parameter determines the inner circle's PointStyle outline color.

outlineWidth2

  • Type:Single
  • Description:This parameter determines the inner circle's PointStyle outline width.

size2

  • Type:Single
  • Description:This parameter determines the inner circle PointStyle size.

Go Back

CreateSimpleCircleStyle(GeoColor,Single)

Static API to create a circle point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

Go Back

CreateSimpleCircleStyle(GeoColor,Single,GeoColor,Single)

Static API to create a circle point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

outlineWidth

  • Type:Single
  • Description:This parameter determines the PointStyle outline width.

Go Back

CreateSimpleCircleStyle(GeoColor,Single,GeoColor)

Static API to create a circle point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

Go Back

CreateSimplePointStyle(PointSymbolType,GeoColor,Single)

Static API to create a point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

pointStyle

  • Description:This parameter determines the PointStyle symbol type.

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

Go Back

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

Static API to create a point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

pointStyle

  • Description:This parameter determines the PointStyle symbol type.

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

outlineWidth

  • Type:Single
  • Description:This parameter determines the PointStyle outline width.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

Go Back

CreateSimplePointStyle(PointSymbolType,GeoColor,GeoColor,Single)

Static API to create a point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

pointStyle

  • Description:This parameter determines the PointStyle symbol type.

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

Go Back

CreateSimpleSquareStyle(GeoColor,Single,GeoColor,Single)

Static API to create a square point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

outlineWidth

  • Type:Single
  • Description:This parameter determines the PointStyle outline width.

Go Back

CreateSimpleSquareStyle(GeoColor,Single,GeoColor)

Static API to create a square point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

Go Back

CreateSimpleSquareStyle(GeoColor,Single)

Static API to create a square point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

Go Back

CreateSimpleStarStyle(GeoColor,Single)

Static API to create a star point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

Go Back

CreateSimpleStarStyle(GeoColor,Single,GeoColor)

Static API to create a star point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

Go Back

CreateSimpleStarStyle(GeoColor,Single,GeoColor,Single)

Static API to create a star point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

outlineWidth

  • Type:Single
  • Description:This parameter determines the PointStyle outline width.

Go Back

CreateSimpleTriangleStyle(GeoColor,Single)

Static API to create a triangle point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

Go Back

CreateSimpleTriangleStyle(GeoColor,Single,GeoColor)

Static API to create a triangle point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

Go Back

CreateSimpleTriangleStyle(GeoColor,Single,GeoColor,Single)

Static API to create a triangle point style.

Remarks

N/A

Return Value

  • Return Type:PointStyle
  • Description:The created point style.

Parameters

fillColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle fill color.

size

  • Type:Single
  • Description:This parameter determines the PointStyle size.

outlineColor

  • Type:GeoColor
  • Description:This parameter determines the PointStyle outline color.

outlineWidth

  • Type:Single
  • Description:This parameter determines the PointStyle outline width.

Go Back

Equals(Object)

N/A

Remarks

N/A

Return Value

  • Return Type:Boolean
  • Description:N/A

Parameters

obj

  • Type:Object
  • Description:N/A

Go Back

GetHashCode()

N/A

Remarks

N/A

Return Value

  • Return Type:Int32
  • Description:N/A

Parameters

GetType()

N/A

Remarks

N/A

Return Value

  • Return Type:Type
  • Description:N/A

Parameters

ToString()

N/A

Remarks

N/A

Return Value

  • Return Type:String
  • Description:N/A

Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value

  • Return Type:Object
  • Description:N/A

Parameters

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.core.pointstyles.1442486239.txt.gz · Last modified: 2015/09/17 10:37 by admin