User Tools

Site Tools


thinkgeo.mapsuite.core.wellpointstyle

ThinkGeo.MapSuite.Core.WellPointStyle

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.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.Style
      • ThinkGeo.MapSuite.Core.PointBaseStyle
        • ThinkGeo.MapSuite.Core.WellPointStyle

Members Summary

Public Constructors

WellPointStyle()

  • This is the default constructor for the class.
Remarks
  • N/A
Parameters

WellPointStyle(Int32)

  • This is the constructor for the class.
Remarks
  • N/A
Parameters
  • wellPointIndex
    • Type:Int32
    • Description:This parameter is the index of the well point style, it would be between 1 and 186

WellPointStyle(Int32,GeoSolidBrush,Int32)

  • This is the constructor for the class.
Remarks
  • N/A
Parameters
  • wellPointIndex
    • Type:Int32
    • Description:This parameter is the index of the well point style, it would be between 1 and 186
  • symbolSolidBrush
    • Description:This parameter is the brush used to draw the well point style.
  • symbolSize
    • Type:Int32
    • Description:This parameter is the size of the well point.

WellPointStyle(Int32,GeoSolidBrush,GeoPen,Int32)

  • This is the constructor for the class.
Remarks
  • N/A
Parameters
  • wellPointIndex
    • Type:Int32
    • Description:This parameter is the index of the well point style, it would be between 1 and 186
  • symbolSolidBrush
    • Description:This parameter is the brush used to draw the well point style.
  • symbolPen
    • Type:GeoPen
    • Description:This parameter is the pen used to draw the well point style.
  • symbolSize
    • Type:Int32
    • Description:This parameter is the size of the well point.

Protected Constructors

Public Methods

CloneDeep()

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

Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • features
    • Type:IEnumerable<Feature>
    • Description:N/A

Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • shapes
    • Type:IEnumerable<BaseShape>
    • Description:N/A

GetRequiredColumnNames()

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

DrawSample(GeoCanvas,DrawingRectangleF)

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

DrawSample(GeoCanvas)

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

SaveStyle(String)

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

SaveStyle(Stream)

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

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

Protected Methods

DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • features
    • Type:IEnumerable<Feature>
    • Description:N/A

DrawSampleCore(GeoCanvas,DrawingRectangleF)

  • This method draws a sample feature on the canvas you provided.
Remarks
  • This virtual method is called from the concrete public method Draw. In this method, we draw a sample style on the canvas you provided. This is typically used to display a legend or other sample area. When implementing this virtual method, consider the canvas size and draw the sample image appropriately. You should keep in mind that the sample typically shows up on a legend.
Return Value
  • Type:Void
  • Description:None
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter represents the canvas you want to draw the features on.

CloneDeepCore()

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

GetRequiredColumnNamesCore()

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

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

WellPointIndex

This property gets or sets the index of the well point style, it is an integer between 1 and 186

Remarks

N/A

Return Value
  • Type:Int32

Advanced

N/A

Remarks

N/A

Return Value

DrawingLevel

N/A

Remarks

N/A

Return Value

SymbolSolidBrush

N/A

Remarks

N/A

Return Value

SymbolPen

N/A

Remarks

N/A

Return Value

SymbolSize

N/A

Remarks

N/A

Return Value
  • Type:Single

RotationAngle

N/A

Remarks

N/A

Return Value
  • Type:Single

XOffsetInPixel

N/A

Remarks

N/A

Return Value
  • Type:Single

YOffsetInPixel

N/A

Remarks

N/A

Return Value
  • Type:Single

CustomPointStyles

N/A

Remarks

N/A

Return Value

Name

N/A

Remarks

N/A

Return Value
  • Type:String

IsActive

N/A

Remarks

N/A

Return Value
  • Type:Boolean

RequiredColumnNames

N/A

Remarks

N/A

Return Value
  • Type:Collection<String>

Filters

N/A

Remarks

N/A

Return Value
  • Type:Collection<String>

Protected Properties

FiltersCore

N/A

Remarks

N/A

Return Value
  • Type:Collection<String>

Public Events

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