User Tools

Site Tools


thinkgeo.mapsuite.core.wellpointstyle

This is an old revision of the document!


ThinkGeo.MapSuite.Core.WellPointStyle

Inheritance Hierarchy

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

Members Summary

Public Constructors

WellPointStyle

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This is the default constructor for the class.

WellPointStyle

  • Parameters:Int32
  • DeclaringType:N/A
  • Summary:This is the constructor for the class.

WellPointStyle

  • Parameters:Int32,GeoSolidBrush,Int32
  • DeclaringType:N/A
  • Summary:This is the constructor for the class.

WellPointStyle

  • Parameters:Int32,GeoSolidBrush,GeoPen,Int32
  • DeclaringType:N/A
  • Summary:This is the constructor for the class.

Protected Constructors

Public Methods

CloneDeep

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

Draw

Draw

DrawSample

DrawSample

Equals

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

GetHashCode

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

GetRequiredColumnNames

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

GetType

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

SaveStyle

  • Parameters:String
  • DeclaringType:Style
  • Summary:N/A

SaveStyle

  • Parameters:Stream
  • DeclaringType:Style
  • Summary:N/A

ToString

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

Protected Methods

CloneDeepCore

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

DrawCore

DrawSampleCore

Finalize

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

GetRequiredColumnNamesCore

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

MemberwiseClone

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

Public Properties

Advanced

CustomPointStyles

DrawingLevel

Filters

  • Return:Collection<String>
  • Summary:N/A

IsActive

  • Return:Boolean
  • Summary:N/A

Name

  • Return:String
  • Summary:N/A

RequiredColumnNames

  • Return:Collection<String>
  • Summary:N/A

RotationAngle

  • Return:Single
  • Summary:N/A

SymbolPen

SymbolSize

  • Return:Single
  • Summary:N/A

SymbolSolidBrush

WellPointIndex

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

XOffsetInPixel

  • Return:Single
  • Summary:N/A

YOffsetInPixel

  • Return:Single
  • Summary:N/A

Protected Properties

FiltersCore

  • Return:Collection<String>
  • Summary:N/A

Public Events

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 Go Back === 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.

Go Back

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 * Type:GeoSolidBrush * 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.

Go Back

Protected Constructors

Public Methods

CloneDeep()

N/A

Remarks

N/A

Return Value

  • Return Type:Style
  • Description:N/A

Parameters

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

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

features

  • Type:IEnumerable<Feature>
  • Description:N/A

canvas

labelsInThisLayer

labelsInAllLayers

Go Back

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

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

shapes

  • Type:IEnumerable<BaseShape>
  • Description:N/A

canvas

labelsInThisLayer

labelsInAllLayers

Go Back

DrawSample(GeoCanvas,DrawingRectangleF)

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

canvas

drawingExtent

Go Back

DrawSample(GeoCanvas)

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

canvas

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

GetRequiredColumnNames()

N/A

Remarks

N/A

Return Value

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

Parameters

GetType()

N/A

Remarks

N/A

Return Value

  • Return Type:Type
  • Description:N/A

Parameters

SaveStyle(String)

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

filePathName

  • Type:String
  • Description:N/A

Go Back

SaveStyle(Stream)

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

stream

  • Type:Stream
  • Description:N/A

Go Back

ToString()

N/A

Remarks

N/A

Return Value

  • Return Type:String
  • Description:N/A

Parameters

Protected Methods

CloneDeepCore()

N/A

Remarks

N/A

Return Value

  • Return Type:Style
  • Description:N/A

Parameters

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

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

features

  • Type:IEnumerable<Feature>
  • Description:N/A

canvas

labelsInThisLayer

labelsInAllLayers

Go Back

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

  • Return Type:Void
  • Description:None

Parameters

canvas

  • Type:GeoCanvas
  • Description:This parameter represents the canvas you want to draw the features on.

drawingExtent

Go Back

Finalize()

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

GetRequiredColumnNamesCore()

N/A

Remarks

N/A

Return Value

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

Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value

  • Return Type:Object
  • Description:N/A

Parameters

Public Properties

Advanced

N/A

Remarks

N/A

Return Value

CustomPointStyles

N/A

Remarks

N/A

Return Value

Return Type:Collection<PointBaseStyle>

Go Back

DrawingLevel

N/A

Remarks

N/A

Return Value

Return Type:DrawingLevel

Go Back

Filters

N/A

Remarks

N/A

Return Value

Return Type:Collection<String>

Go Back

IsActive

N/A

Remarks

N/A

Return Value

Return Type:Boolean

Go Back

Name

N/A

Remarks

N/A

Return Value

Return Type:String

Go Back

RequiredColumnNames

N/A

Remarks

N/A

Return Value

Return Type:Collection<String>

Go Back

RotationAngle

N/A

Remarks

N/A

Return Value

Return Type:Single

Go Back

SymbolPen

N/A

Remarks

N/A

Return Value

Return Type:GeoPen

Go Back

SymbolSize

N/A

Remarks

N/A

Return Value

Return Type:Single

Go Back

SymbolSolidBrush

N/A

Remarks

N/A

Return Value

Return Type:GeoSolidBrush

Go Back

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

Return Type:Int32

Go Back

XOffsetInPixel

N/A

Remarks

N/A

Return Value

Return Type:Single

Go Back

YOffsetInPixel

N/A

Remarks

N/A

Return Value

Return Type:Single

Go Back

Protected Properties

FiltersCore

N/A

Remarks

N/A

Return Value

Return Type:Collection<String>

Go Back

Public Events

thinkgeo.mapsuite.core.wellpointstyle.1442486524.txt.gz · Last modified: 2015/09/17 10:42 by admin