User Tools

Site Tools


thinkgeo.mapsuite.portablecore.textstyles

ThinkGeo.MapSuite.Core.TextStyles

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.

The class provides commonly-used TextStyles and some methods to create various kinds of TextStyles. A TextStyle is a kind of sheet used to render a font on the map.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.TextStyles

Members Summary

Public Constructors

Protected Constructors

Public Methods

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Railway4(String)

  • Get the commonly-used railway TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

StateBorder1(String)

  • Get the commonly-used state border TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

River1(String)

  • Get the commonly-used state river TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

River2(String)

  • Get the commonly-used state river TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Canal1(String)

  • Get the commonly-used state canal TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

ContestedBorder1(String)

  • Get the commonly-used state contested border TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

ContestedBorder2(String)

  • Get the commonly-used state contested border TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

DegreeLine1(String)

  • Get the commonly-used state degree line TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Equator1(String)

  • Get the commonly-used state equator TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

RiverIntermittent1(String)

  • Get the commonly-used river intermittent TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Pipeline1(String)

  • Get the commonly-used pipeline TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Pipeline2(String)

  • Get the commonly-used pipeline TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Pipeline3(String)

  • Get the commonly-used pipeline TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Utility1(String)

  • Get the commonly-used utility TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Utility2(String)

  • Get the commonly-used utility TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Utility3(String)

  • Get the commonly-used utility TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

CreateSimpleTextStyle(String,String,Single,DrawingFontStyles,GeoColor)

  • Get simple TextStyle.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired TextStyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The string stands for the column name.
  • fontFamilyName
    • Type:String
    • Description:The string stands for the font family name. For example : “Arial”.
  • fontSize
    • Type:Single
    • Description:The float number stands for the font size.
  • drawingFontStyle
    • Description:The DrawingFontStyles used to set the style of the font.
  • fontColor
    • Type:GeoColor
    • Description:The GeoColor used to set the font color.

CreateSimpleTextStyle(String,String,Single,DrawingFontStyles,GeoColor,Single,Single)

  • Get simple TextStyle.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired TextStyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The string stands for the column name.
  • fontFamilyName
    • Type:String
    • Description:The string stands for the font family name. For example : “Arial”.
  • fontSize
    • Type:Single
    • Description:The float number stands for the font size.
  • drawingFontStyle
    • Description:The DrawingFontStyles used to set the style of the font.
  • fontColor
    • Type:GeoColor
    • Description:The GeoColor used to set the font color.
  • xOffset
    • Type:Single
    • Description:The float value stands for the xOffset of the font on the map in pixel
  • yOffset
    • Type:Single
    • Description:The float value stands for the yOffset of the font on the map in pixel

CreateSimpleTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single)

  • Get simple TextStyle.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired TextStyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The string stands for the column name.
  • fontFamilyName
    • Type:String
    • Description:The string stands for the font family name. For example : “Arial”.
  • fontSize
    • Type:Single
    • Description:The float number stands for the font size.
  • drawingFontStyle
    • Description:The DrawingFontStyles used to set the style of the font.
  • fontColor
    • Type:GeoColor
    • Description:The GeoColor used to set the font color.
  • haloPenColor
    • Type:GeoColor
    • Description:The GeoColor used to set the halopen color.
  • haloPenWidth
    • Type:Single
    • Description:The float value to set the halopen width value.

CreateSimpleTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single,Single,Single)

  • Get simple TextStyle.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired TextStyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The string stands for the column name.
  • fontFamilyName
    • Type:String
    • Description:The string stands for the font family name. For example : “Arial”.
  • fontSize
    • Type:Single
    • Description:The float number stands for the font size.
  • drawingFontStyle
    • Description:The DrawingFontStyles used to set the style of the font.
  • fontColor
    • Type:GeoColor
    • Description:The GeoColor used to set the font color.
  • haloPenColor
    • Type:GeoColor
    • Description:The GeoColor used to set the halopen color.
  • haloPenWidth
    • Type:Single
    • Description:The float value to set the halopen width value.
  • xOffset
    • Type:Single
    • Description:The float value stands for the xOffset of the font on the map in pixel
  • yOffset
    • Type:Single
    • Description:The float value stands for the yOffset of the font on the map in pixel

CreateMaskTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor)

  • Get simple TextStyle.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired TextStyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The string stands for the column name.
  • fontFamilyName
    • Type:String
    • Description:The string stands for the font family name. For example : “Arial”.
  • fontSize
    • Type:Single
    • Description:The float number stands for the font size.
  • drawingFontStyle
    • Description:The DrawingFontStyles used to set the style of the font.
  • fontColor
    • Type:GeoColor
    • Description:The GeoColor used to set the font color.
  • maskFillColor
    • Type:GeoColor
    • Description:The GeoColor used to set the mask fill color.

CreateMaskTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single,Single)

  • Get simple TextStyle.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired TextStyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The string stands for the column name.
  • fontFamilyName
    • Type:String
    • Description:The string stands for the font family name. For example : “Arial”.
  • fontSize
    • Type:Single
    • Description:The float number stands for the font size.
  • drawingFontStyle
    • Description:The DrawingFontStyles used to set the style of the font.
  • fontColor
    • Type:GeoColor
    • Description:The GeoColor used to set the font color.
  • maskFillColor
    • Type:GeoColor
    • Description:The GeoColor used to set the mask fill color.
  • xOffset
    • Type:Single
    • Description:The float value stands for the xOffset of the font on the map in pixel
  • yOffset
    • Type:Single
    • Description:The float value stands for the yOffset of the font on the map in pixel

CreateMaskTextStyle(String,GeoFont,GeoSolidBrush,AreaStyle,Single,Single)

  • Get simple TextStyle.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired TextStyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The string stands for the column name.
  • textFont
    • Type:GeoFont
    • Description:The GeoFont used to set the font of the text.
  • textBrush
    • Description:The GeoSolidBrush used to set the brush of the text.
  • areaStyle
    • Type:AreaStyle
    • Description:The areaStyle used as mask of of the TextStyle.
  • xOffset
    • Type:Single
    • Description:The float value stands for the xOffset of the font on the map in pixel
  • yOffset
    • Type:Single
    • Description:The float value stands for the yOffset of the font on the map in pixel

CreateMaskTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single)

  • Get simple TextStyle.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired TextStyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The string stands for the column name.
  • fontFamilyName
    • Type:String
    • Description:The string stands for the font family name. For example : “Arial”.
  • fontSize
    • Type:Single
    • Description:The float number stands for the font size.
  • drawingFontStyle
    • Description:The DrawingFontStyles used to set the style of the font.
  • fontColor
    • Type:GeoColor
    • Description:The GeoColor used to set the font color.
  • maskPenColor
    • Type:GeoColor
    • Description:The GeoColor used to set the mask pen color.
  • maskPenSize
    • Type:Single
    • Description:The float value used to set the mask pen size.

CreateMaskTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single,Single,Single)

  • Get simple TextStyle.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired TextStyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The string stands for the column name.
  • fontFamilyName
    • Type:String
    • Description:The string stands for the font family name. For example : “Arial”.
  • fontSize
    • Type:Single
    • Description:The float number stands for the font size.
  • drawingFontStyle
    • Description:The DrawingFontStyles used to set the style of the font.
  • fontColor
    • Type:GeoColor
    • Description:The GeoColor used to set the font color.
  • maskPenColor
    • Type:GeoColor
    • Description:The GeoColor used to set the mask pen color.
  • maskPenSize
    • Type:Single
    • Description:The float value used to set the mask pen size.
  • xOffset
    • Type:Single
    • Description:The float value stands for the xOffset of the font on the map in pixel
  • yOffset
    • Type:Single
    • Description:The float value stands for the yOffset of the font on the map in pixel

City1(String)

  • Get the commonly-used city TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

City2(String)

  • Get the commonly-used city TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

City3(String)

  • Get the commonly-used city TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

City4(String)

  • Get the commonly-used city TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

City5(String)

  • Get the commonly-used city TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

City6(String)

  • Get the commonly-used city TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

City7(String)

  • Get the commonly-used city TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Capital1(String)

  • Get the commonly-used capital TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Capital2(String)

  • Get the commonly-used capital TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Capital3(String)

  • Get the commonly-used capital TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

NoData1(String)

  • Get the commonly-used nodata TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Water1(String)

  • Get the commonly-used water TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Water2(String)

  • Get the commonly-used water TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Military1(String)

  • Get the commonly-used military TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Wildlife1(String)

  • Get the commonly-used wildlife TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

State1(String)

  • Get the commonly-used state TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

State2(String)

  • Get the commonly-used state TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Swamp1(String)

  • Get the commonly-used swamp TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Swamp2(String)

  • Get the commonly-used swamp TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Urban1(String)

  • Get the commonly-used urban TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Urban2(String)

  • Get the commonly-used urban TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Country1(String)

  • Get the commonly-used country TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Country2(String)

  • Get the commonly-used country TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

County1(String)

  • Get the commonly-used county TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

County2(String)

  • Get the commonly-used county TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Antarctical(String)

  • Get the commonly-used antarctical TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Evergreen1(String)

  • Get the commonly-used evergreen TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Evergreen2(String)

  • Get the commonly-used evergreen TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Grass1(String)

  • Get the commonly-used grass TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

WaterIntermittent1(String)

  • Get the commonly-used waterIntermittent TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Sand1(String)

  • Get the commonly-used sand TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

SeaIce1(String)

  • Get the commonly-used seaice TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

SnowIce1(String)

  • Get the commonly-used snowice TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Tundra1(String)

  • Get the commonly-used tundra TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Crop1(String)

  • Get the commonly-used crop TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Forest1(String)

  • Get the commonly-used forest TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:The column name in the DBF that contains the text you wish to display on the label.

Park1(String)

  • Get the commonly-used park TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

LocalRoad1(String)

  • Get the commonly-used localroad TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

LocalRoad2(String)

  • Get the commonly-used localroad TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

LocalRoad3(String)

  • Get the commonly-used localroad TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

LocalRoad4(String)

  • Get the commonly-used localroad TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

SecondaryRoad1(String)

  • Get the commonly-used secondary road TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

SecondaryRoad2(String)

  • Get the commonly-used secondary road TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

MajorStreet1(String)

  • Get the commonly-used major street TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

MajorStreet2(String)

  • Get the commonly-used major street TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

MajorStreet3(String)

  • Get the commonly-used major street TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

MajorRoad1(String)

  • Get the commonly-used major road TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

MajorRoad2(String)

  • Get the commonly-used major road TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

MajorRoad3(String)

  • Get the commonly-used major road TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

MajorRoad4(String)

  • Get the commonly-used major road TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Highway1(String)

  • Get the commonly-used highway TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Highway2(String)

  • Get the commonly-used highway TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Highway3(String)

  • Get the commonly-used highway TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Highway4(String)

  • Get the commonly-used highway TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Highway5(String)

  • Get the commonly-used highway TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Interstate1(String)

  • Get the commonly-used interstate TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Interstate2(String)

  • Get the commonly-used interstate TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Interstate3(String)

  • Get the commonly-used interstate TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Interstate4(String)

  • Get the commonly-used interstate TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

InternationalBorder1(String)

  • Get the commonly-used internationalBorder TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

InternationalBorder2(String)

  • Get the commonly-used internationalBorder TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Railway1(String)

  • Get the commonly-used railway TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Railway2(String)

  • Get the commonly-used railway TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Railway3(String)

  • Get the commonly-used railway TextStyle based on the given columnName point-type data.
Remarks
  • N/A
Return Value
  • Type:TextStyle
  • Description:The desired commonly-used Textstyle.
Parameters
  • textColumnName
    • Type:String
    • Description:N/A

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.portablecore.textstyles.txt · Last modified: 2017/03/16 21:59 (external edit)