User Tools

Site Tools


12.0:apis:thinkgeo.core.wellpointstyle

ThinkGeo.Core.WellPointStyle

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.Core.Style
      • ThinkGeo.Core.PointBaseStyle
        • ThinkGeo.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,Int32,GeoBrush)

  • 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
  • symbolSize
    • Type:Int32
    • Description:This parameter is the size of the well point.
  • fillBrush
    • Type:GeoBrush
    • Description:This parameter is the brush used to draw the well point style.

WellPointStyle(Int32,Int32,GeoBrush,GeoPen)

  • 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
  • symbolSize
    • Type:Int32
    • Description:This parameter is the size of the well point.
  • fillBrush
    • Type:GeoBrush
    • Description:This parameter is the brush used to draw the well point style.
  • outlinePen
    • Type:GeoPen
    • Description:This parameter is the pen used to draw the well point style.

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

GetType()

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

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

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)

  • N/A
Remarks
  • This virtual method is called from the concrete public method Draw. In this method, we draw a sample style on the view you provided. This is typically used to display a legend or other sample area. When implementing this virtual method, consider the view 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 view 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

MemberwiseClone()

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

Finalize()

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

Public Properties

WellPointIndex

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

DrawingLevel

  • N/A
Remarks
  • N/A
Return Value

FillBrush

  • N/A
Remarks
  • N/A
Return Value

OutlinePen

  • 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

IsDefault

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

FiltersCore

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

Public Events

12.0/apis/thinkgeo.core.wellpointstyle.txt · Last modified: 2019/09/26 09:44 (external edit)