User Tools

Site Tools


thinkgeo.mapsuite.core.pointbasestyle

This is an old revision of the document!


ThinkGeo.MapSuite.Core.PointBaseStyle

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

PointBaseStyle

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

PointBaseStyle

PointBaseStyle

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

  • Return:Collection<PointBaseStyle>
  • Summary:This property returns a collection of area styles allowing you to stack multiple area styles on top of each other.

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:This property gets and sets the angle of rotation for the drawing of the point.

SymbolPen

  • Return:GeoPen
  • Summary:This property gets and sets the SolidBrush used to draw the oultine of the Symbol.

SymbolSize

  • Return:Single
  • Summary:This property gets and sets the size of the symbol if the PointType is Symbol.

SymbolSolidBrush

  • Summary:This property gets and sets the SolidBrush used to color the interior of the Symbol.

XOffsetInPixel

  • Return:Single
  • Summary:This property gets and sets the X pixel offset for drawing each feature.

YOffsetInPixel

  • Return:Single
  • Summary:This property gets and sets the Y pixel offset for drawing each feature.

Protected Properties

FiltersCore

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

Public Events

Public Constructors

Protected Constructors

PointBaseStyle()

N/A

Remarks

N/A

Parameters

PointBaseStyle(GeoSolidBrush,Int32)

N/A

Remarks

N/A

Parameters

symbolSolidBrush

  • Description:N/A symbolSize * Type:Int32 * Description:N/A

Go Back

PointBaseStyle(GeoSolidBrush,GeoPen,Int32)

N/A

Remarks

N/A

Parameters

symbolSolidBrush

symbolSize

  • Type:Int32
  • Description:N/A Go Back ===== Public Methods ===== === CloneDeep() === N/A ==== Remarks ==== N/A Return Value * Return Type:Style * Description:N/A ==== Parameters ==== Go Back === 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 * Type:GeoCanvas * Description:N/A labelsInThisLayer * Type:Collection<SimpleCandidate> * Description:N/A labelsInAllLayers * Type:Collection<SimpleCandidate> * Description:N/A 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 * Type:GeoCanvas * Description:N/A labelsInThisLayer * Type:Collection<SimpleCandidate> * Description:N/A labelsInAllLayers * Type:Collection<SimpleCandidate> * Description:N/A Go Back === DrawSample(GeoCanvas,DrawingRectangleF) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== canvas * Type:GeoCanvas * Description:N/A drawingExtent * Type:DrawingRectangleF * Description:N/A Go Back === DrawSample(GeoCanvas) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== canvas * Type:GeoCanvas * Description:N/A 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 ==== Go Back === GetRequiredColumnNames() === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === 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 ==== Go Back ===== Protected Methods ===== === CloneDeepCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:Style * Description:N/A ==== Parameters ==== Go Back === 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 * Type:GeoCanvas * Description:N/A labelsInThisLayer * Type:Collection<SimpleCandidate> * Description:N/A labelsInAllLayers * Type:Collection<SimpleCandidate> * Description:N/A 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 * Type:DrawingRectangleF * Description:N/A Go Back === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === GetRequiredColumnNamesCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== Go Back ===== Public Properties ===== === Advanced === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:PointStyleAdvanced Go Back === CustomPointStyles === This property returns a collection of area styles allowing you to stack multiple area styles on top of each other. ==== Remarks ==== Using this collection, you can stack multiple styles on top of each other. When we draw the feature, we will draw them in order that they exist in the collection. You can use these stacks to create drop shadow effects, multiple colored outlines, etc. ==== 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 === This property gets and sets the angle of rotation for the drawing of the point. ==== Remarks ==== This property controls the rotation of the bitmap, character or symbol, depending on the PointType. ==== Return Value ==== Return Type:Single Go Back === SymbolPen === This property gets and sets the SolidBrush used to draw the oultine of the Symbol. ==== Remarks ==== This pen is used to draw the outline of the Symbol. By default the pen draws a transparent (invisible) color, which just leaves you with a fill. ==== Return Value ==== Return Type:GeoPen Go Back === SymbolSize === This property gets and sets the size of the symbol if the PointType is Symbol. ==== Remarks ==== The allows you to make the symbol larger and smaller. ==== Return Value ==== Return Type:Single Go Back === SymbolSolidBrush === This property gets and sets the SolidBrush used to color the interior of the Symbol. ==== Remarks ==== This brush is used to draw the interior of the symbol. It is only used if the PointType is Symbol. If you need a brush other than the SolidBrush, you should look in the advanced property of the class. ==== Return Value ==== Return Type:GeoSolidBrush Go Back === XOffsetInPixel === This property gets and sets the X pixel offset for drawing each feature. ==== Remarks ==== This property allows you to specify an X offset. When combined with a Y offset, it is useful to allow you to achieve effects such as drop shadows, etc. There also may be times when you need to modify the location of feature data so as to better align it with raster satellite data. ==== Return Value ==== Return Type:Single Go Back === YOffsetInPixel === This property gets and sets the Y pixel offset for drawing each feature. ==== Remarks ==== This property allows you to specify a Y offset. When combined with an X offset, it is useful to allow you to achieve effects such as drop shadows, etc. There also may be times when you need to modify the location of feature data so as to better align it with raster satellite data. ==== 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.pointbasestyle.1442486229.txt.gz · Last modified: 2015/09/17 10:37 by admin