User Tools

Site Tools


thinkgeo.mapsuite.core.linestyles

This is an old revision of the document!


ThinkGeo.MapSuite.Core.LineStyles

This class is a collection of predefined styles and helper methods to create styles.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.LineStyles

Members Summary

Public Constructors

Protected Constructors

Public Methods

CreateSimpleLineStyle

  • Parameters:GeoColor,Single,Boolean
  • DeclaringType:N/A
  • Summary:This method returns a LineStyle based on the parameters passed in.

CreateSimpleLineStyle

  • Parameters:GeoColor,Single,LineDashStyle,Boolean
  • DeclaringType:N/A
  • Summary:This method returns a LineStyle based on the parameters passed in.

CreateSimpleLineStyle

  • Parameters:GeoColor,Single,GeoColor,Single,Boolean
  • DeclaringType:N/A
  • Summary:This method returns a LineStyle based on the parameters passed in.

CreateSimpleLineStyle

CreateSimpleLineStyle

  • Parameters:GeoColor,Single,GeoColor,Single,GeoColor,Single,Boolean
  • DeclaringType:N/A
  • Summary:This method returns a LineStyle based on the parameters passed in.

CreateSimpleLineStyle

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

CreateSimpleLineStyle(GeoColor,Single,Boolean)

This method returns a LineStyle based on the parameters passed in.

Remarks

None

Return Value

  • Return Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.

Parameters

centerlineColor

centerlineWidth

  • Type:Single
  • Description:N/A

roundCap

  • Type:Boolean
  • Description:N/A

Go Back

CreateSimpleLineStyle(GeoColor,Single,LineDashStyle,Boolean)

This method returns a LineStyle based on the parameters passed in.

Remarks

None

Return Value

  • Return Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.

Parameters

centerlineColor

  • Type:GeoColor
  • Description:This parameter is the center line color.

centerlineWidth

  • Type:Single
  • Description:This paramter is the the center line width.

centerlineDashStyle

  • Description:This parameter is the dash style for the center line.

roundCap

  • Type:Boolean
  • Description:This parameter defines whether you want a rounded end cap.

Go Back

CreateSimpleLineStyle(GeoColor,Single,GeoColor,Single,Boolean)

This method returns a LineStyle based on the parameters passed in.

Remarks

None

Return Value

  • Return Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.

Parameters

innerLineColor

  • Type:GeoColor
  • Description:This parameter is the inner line color.

innerLineWidth

  • Type:Single
  • Description:This parameter is the inner line width.

outerLineColor

  • Type:GeoColor
  • Description:This parameter is the outer line color.

outerLineWidth

  • Type:Single
  • Description:This parameter is the outer line width.

roundCap

  • Type:Boolean
  • Description:This parameter defines whether you want a rounded end cap.

Go Back

CreateSimpleLineStyle(GeoColor,Single,LineDashStyle,GeoColor,Single,LineDashStyle,Boolean)

This method returns a LineStyle based on the parameters passed in.

Remarks

None

Return Value

  • Return Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.

Parameters

innerLineColor

  • Type:GeoColor
  • Description:This parameter is the inner line color.

innerLineWidth

  • Type:Single
  • Description:This parameter is the inner line width.

innerLineDashStyle

  • Description:This parameter is the inner line dash style.

outerLineColor

  • Type:GeoColor
  • Description:This parameter is the outer line color.

outerLineWidth

  • Type:Single
  • Description:This parameter is the outer line width.

outerLineDashStyle

  • Description:This parameter is the outer line dash style.

roundCap

  • Type:Boolean
  • Description:This parameter defines whether you want a rounded end cap.

Go Back

CreateSimpleLineStyle(GeoColor,Single,GeoColor,Single,GeoColor,Single,Boolean)

This method returns a LineStyle based on the parameters passed in.

Remarks

None

Return Value

  • Return Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.

Parameters

centerlineColor

  • Type:GeoColor
  • Description:This parameter is the center line color.

centerlineWidth

  • Type:Single
  • Description:This parameter is the center line width.

innerLineColor

  • Type:GeoColor
  • Description:This parameter is the inner line color.

innerLineWidth

  • Type:Single
  • Description:This parameter is the inner line width.

outerLineColor

  • Type:GeoColor
  • Description:This parameter is the outer line color.

outerLineWidth

  • Type:Single
  • Description:This parameter is the outer line width.

roundCap

  • Type:Boolean
  • Description:This parameter defines whether you want a rounded end cap.

Go Back

CreateSimpleLineStyle(GeoColor,Single,LineDashStyle,GeoColor,Single,LineDashStyle,GeoColor,Single,LineDashStyle,Boolean)

This method returns a LineStyle based on the parameters passed in.

Remarks

None

Return Value

  • Return Type:LineStyle
  • Description:This method returns a LineStyle based on the parameters passed in.

Parameters

centerlineColor

  • Type:GeoColor
  • Description:This parameter is the center line color.

centerlineWidth

  • Type:Single
  • Description:This parameter is the center line width.

centerlineDashStyle

  • Description:This parameter is the center line dash style.

innerLineColor

  • Type:GeoColor
  • Description:This parameter is the inner line color.

innerLineWidth

  • Type:Single
  • Description:This parameter is the inner line width.

innerLineDashStyle

  • Description:This parameter is the inner line dash style.

outerLineColor

  • Type:GeoColor
  • Description:This parameter is the outer line color.

outerLineWidth

  • Type:Single
  • Description:This parameter is the outer line width.

outerLineDashStyle

  • Description:This parameter is the outer line dash style.

roundCap

  • Type:Boolean
  • Description:This parameter defines whether you want a rounded end cap.

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.linestyles.1442486059.txt.gz · Last modified: 2015/09/17 10:34 by admin