thinkgeo.mapsuite.portablecore.pointbasestyle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.portablecore.pointbasestyle [2015/09/21 08:15]
admin
thinkgeo.mapsuite.portablecore.pointbasestyle [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.PointBaseStyle ====== ====== ThinkGeo.MapSuite.Core.PointBaseStyle ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
  
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 5: Line 8:
     *ThinkGeo.MapSuite.Core.Style     *ThinkGeo.MapSuite.Core.Style
       ***ThinkGeo.MapSuite.Core.PointBaseStyle**       ***ThinkGeo.MapSuite.Core.PointBaseStyle**
-        *[[ThinkGeo.MapSuite.Core.WellPointStyle]] 
         *[[ThinkGeo.MapSuite.Core.PointStyle]]         *[[ThinkGeo.MapSuite.Core.PointStyle]]
 +        *[[ThinkGeo.MapSuite.Core.WellPointStyle]]
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
Line 12: Line 15:
 ** {{wiki:​ProtectedMethod.gif|}} PointBaseStyle() ** ** {{wiki:​ProtectedMethod.gif|}} PointBaseStyle() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} PointBaseStyle(GeoSolidBrush,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} PointBaseStyle(GeoSolidBrush,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​symbolSolidBrush//​   * //​symbolSolidBrush//​
Line 34: Line 37:
 ** {{wiki:​ProtectedMethod.gif|}} PointBaseStyle(GeoSolidBrush,​GeoPen,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} PointBaseStyle(GeoSolidBrush,​GeoPen,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​symbolSolidBrush//​   * //​symbolSolidBrush//​
Line 54: Line 57:
 ** {{wiki:​PublicMethod.gif|}} CloneDeep() ** ** {{wiki:​PublicMethod.gif|}} CloneDeep() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 66: Line 69:
 ** {{wiki:​PublicMethod.gif|}} Draw(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) ** ** {{wiki:​PublicMethod.gif|}} Draw(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 94: Line 97:
 ** {{wiki:​PublicMethod.gif|}} Draw(IEnumerable<​BaseShape>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) ** ** {{wiki:​PublicMethod.gif|}} Draw(IEnumerable<​BaseShape>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 122: Line 125:
 ** {{wiki:​PublicMethod.gif|}} GetRequiredColumnNames() ** ** {{wiki:​PublicMethod.gif|}} GetRequiredColumnNames() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 134: Line 137:
 ** {{wiki:​PublicMethod.gif|}} DrawSample(GeoCanvas,​DrawingRectangleF) ** ** {{wiki:​PublicMethod.gif|}} DrawSample(GeoCanvas,​DrawingRectangleF) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 154: Line 157:
 ** {{wiki:​PublicMethod.gif|}} DrawSample(GeoCanvas) ** ** {{wiki:​PublicMethod.gif|}} DrawSample(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 165: Line 168:
   * //canvas//   * //canvas//
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} SaveStyle(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​filePathName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} SaveStyle(Stream) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //stream// 
-    * Type:Stream 
     * Description:​N/​A     * Description:​N/​A
  
Line 202: Line 173:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 214: Line 185:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 230: Line 201:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 242: Line 213:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 255: Line 226:
 ** {{wiki:​ProtectedMethod.gif|}} DrawSampleCore(GeoCanvas,​DrawingRectangleF) ** ** {{wiki:​ProtectedMethod.gif|}} DrawSampleCore(GeoCanvas,​DrawingRectangleF) **
  
-This method draws a sample feature on the canvas you provided.+  * //This method draws a sample feature on the canvas you provided.//
 == Remarks == == 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.+  * //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 Value ==
Line 275: Line 246:
 ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 287: Line 258:
 ** {{wiki:​ProtectedMethod.gif|}} DrawCore(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) ** ** {{wiki:​ProtectedMethod.gif|}} DrawCore(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 315: Line 286:
 ** {{wiki:​ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetRequiredColumnNamesCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 327: Line 298:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 339: Line 310:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 352: Line 323:
 ** {{wiki:​PublicProperty.gif|}} Advanced ** ** {{wiki:​PublicProperty.gif|}} Advanced **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.PointStyleAdvanced|PointStyleAdvanced]]   * Type:​[[ThinkGeo.MapSuite.Core.PointStyleAdvanced|PointStyleAdvanced]]
Line 360: Line 331:
 ** {{wiki:​PublicProperty.gif|}} DrawingLevel ** ** {{wiki:​PublicProperty.gif|}} DrawingLevel **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]   * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]
Line 368: Line 339:
 ** {{wiki:​PublicProperty.gif|}} SymbolSolidBrush ** ** {{wiki:​PublicProperty.gif|}} SymbolSolidBrush **
  
-This property gets and sets the SolidBrush used to color the interior of the Symbol.+  * //This property gets and sets the SolidBrush used to color the interior of the Symbol.//
 == Remarks == == 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.+  * //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 Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]]
Line 376: Line 347:
 ** {{wiki:​PublicProperty.gif|}} SymbolPen ** ** {{wiki:​PublicProperty.gif|}} SymbolPen **
  
-This property gets and sets the SolidBrush used to draw the oultine of the Symbol.+  * //This property gets and sets the SolidBrush used to draw the oultine of the Symbol.//
 == Remarks == == 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.+  * //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 Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]   * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]
Line 384: Line 355:
 ** {{wiki:​PublicProperty.gif|}} SymbolSize ** ** {{wiki:​PublicProperty.gif|}} SymbolSize **
  
-This property gets and sets the size of the symbol if the PointType is Symbol.+  * //This property gets and sets the size of the symbol if the PointType is Symbol.//
 == Remarks == == Remarks ==
-The allows you to make the symbol larger and smaller.+  * //The allows you to make the symbol larger and smaller.//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 392: Line 363:
 ** {{wiki:​PublicProperty.gif|}} RotationAngle ** ** {{wiki:​PublicProperty.gif|}} RotationAngle **
  
-This property gets and sets the angle of rotation for the drawing of the point.+  * //This property gets and sets the angle of rotation for the drawing of the point.//
 == Remarks == == Remarks ==
-This property controls the rotation of the bitmap, character or symbol, depending on the PointType.+  * //This property controls the rotation of the bitmap, character or symbol, depending on the PointType.//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 400: Line 371:
 ** {{wiki:​PublicProperty.gif|}} XOffsetInPixel ** ** {{wiki:​PublicProperty.gif|}} XOffsetInPixel **
  
-This property gets and sets the X pixel offset for drawing each feature.+  * //This property gets and sets the X pixel offset for drawing each feature.//
 == Remarks == == 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.+  * //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 Value ==
   * Type:Single   * Type:Single
Line 408: Line 379:
 ** {{wiki:​PublicProperty.gif|}} YOffsetInPixel ** ** {{wiki:​PublicProperty.gif|}} YOffsetInPixel **
  
-This property gets and sets the Y pixel offset for drawing each feature.+  * //This property gets and sets the Y pixel offset for drawing each feature.//
 == Remarks == == 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.+  * //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 Value ==
   * Type:Single   * Type:Single
Line 416: Line 387:
 ** {{wiki:​PublicProperty.gif|}} CustomPointStyles ** ** {{wiki:​PublicProperty.gif|}} CustomPointStyles **
  
-This property returns a collection of area styles allowing you to stack multiple area styles on top of each other.+  * //This property returns a collection of area styles allowing you to stack multiple area styles on top of each other.//
 == Remarks == == 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.+  * //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 Value ==
   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.PointBaseStyle|PointBaseStyle]]>​   * Type:​Collection<​[[ThinkGeo.MapSuite.Core.PointBaseStyle|PointBaseStyle]]>​
Line 424: Line 395:
 ** {{wiki:​PublicProperty.gif|}} Name ** ** {{wiki:​PublicProperty.gif|}} Name **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 432: Line 403:
 ** {{wiki:​PublicProperty.gif|}} IsActive ** ** {{wiki:​PublicProperty.gif|}} IsActive **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 440: Line 411:
 ** {{wiki:​PublicProperty.gif|}} RequiredColumnNames ** ** {{wiki:​PublicProperty.gif|}} RequiredColumnNames **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
Line 448: Line 419:
 ** {{wiki:​PublicProperty.gif|}} Filters ** ** {{wiki:​PublicProperty.gif|}} Filters **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
Line 457: Line 428:
 ** {{wiki:​ProtectedProperty.gif|}} FiltersCore ** ** {{wiki:​ProtectedProperty.gif|}} FiltersCore **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
thinkgeo.mapsuite.portablecore.pointbasestyle.1442823340.txt.gz · Last modified: 2015/09/21 08:15 by admin