This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.pointstyle [2015/09/17 10:37] admin |
thinkgeo.mapsuite.core.pointstyle [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.PointStyle ====== | ====== ThinkGeo.MapSuite.Core.PointStyle ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class allows you to define how points are drawn on the canvas. | This class allows you to define how points are drawn on the canvas. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 8: | Line 11: | ||
*[[ThinkGeo.MapSuite.Core.ClusterPointStyle]] | *[[ThinkGeo.MapSuite.Core.ClusterPointStyle]] | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} PointStyle() ** |
- | **{{wiki:PublicMethod.gif|}}[[#PointStyle()|PointStyle]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is a constructor for the class. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#PointStyle(GeoImage)|PointStyle]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | + | * //If you use this constructor, you should set the various properties manually. Specifically, you will want to set the PointType, which allows you to choose between bitmap, character and symbol as an option for displaying your points.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is a constructor for the class. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} PointStyle(GeoImage) ** |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#PointStyle(GeoFont,Int32,GeoSolidBrush)|PointStyle]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]],Int32,[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | * //If you use this constructor, the PointStyle will be set to Bitmap.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is a constructor for the class. | + | * //image// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] |
+ | * Description:This parameter is the GeoImage of the image you want to use to display the point. | ||
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#PointStyle(PointSymbolType,GeoSolidBrush,Int32)|PointStyle]]** | + | ** {{wiki:PublicMethod.gif|}} PointStyle(GeoFont,Int32,GeoSolidBrush) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]],[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]],Int32 | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is a constructor for the class. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#PointStyle(PointSymbolType,GeoSolidBrush,GeoPen,Int32)|PointStyle]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]],[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]],[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]],Int32 | + | * //If you use this constructor, the PointStyle will be set to Character.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is a constructor for the class. | + | * //characterFont// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] |
+ | * Description:This parameter is the font from which the character will be selected. | ||
- | === Protected Constructors === | + | * //characterIndex// |
- | === Public Methods === | + | * Type:Int32 |
- | <div class_table> | + | * Description:This parameter is the index of the character in the chosen font. |
- | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //characterSolidBrush// |
- | **{{wiki:PublicMethod.gif|}}[[#Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|Draw]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Description:This parameter is the SolidBrush used to draw the character. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|Draw]]** | + | ** {{wiki:PublicMethod.gif|}} PointStyle(PointSymbolType,GeoSolidBrush,Int32) ** |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]>,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#DrawSample(GeoCanvas,DrawingRectangleF)|DrawSample]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | * //If you use this constructor, the PointStyle will be set to Symbol.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //symbolType// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]] |
+ | * Description:This parameter is the type of symbol you want to use, such as a square or a circle. | ||
- | <div class_table> | + | * //symbolSolidBrush// |
- | **{{wiki:PublicMethod.gif|}}[[#DrawSample(GeoCanvas)|DrawSample]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:This parameter is the SolidBrush you want to use to fill the inside of the symbol. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //symbolSize// |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | * Type:Int32 |
- | * **Parameters**:Object | + | * Description:This parameter is the size you want the symbol to be. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | ** {{wiki:PublicMethod.gif|}} PointStyle(PointSymbolType,GeoSolidBrush,GeoPen,Int32) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetRequiredColumnNames()|GetRequiredColumnNames]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //If you use this constructor, the PointStyle will be set to Symbol.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //symbolType// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]] |
+ | * Description:This parameter is the type of symbol you want to use, such as a square or a circle. | ||
- | <div class_table> | + | * //symbolSolidBrush// |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] |
- | * **Parameters**:N/A | + | * Description:This parameter is the SolidBrush you want to use to fill the inside of the symbol. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //symbolPen// |
- | **{{wiki:PublicMethod.gif|}}[[#SaveStyle(String)|SaveStyle]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] |
- | * **Parameters**:String | + | * Description:This parameter is the Pen used to draw the outline of the symbol. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //symbolSize// |
- | **{{wiki:PublicMethod.gif|}}[[#SaveStyle(Stream)|SaveStyle]]** | + | * Type:Int32 |
- | * **Parameters**:Stream | + | * Description:This parameter is the size you want the symbol to be. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | ==== Protected Constructors ==== |
- | * **Parameters**:N/A | + | ==== Public Methods ==== |
- | * **DeclaringType**:Object | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | * //N/A// |
- | <div class_table> | + | == Remarks == |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | + | * //N/A// |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|DrawCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method draws the features on the canvas you provided. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawSampleCore(GeoCanvas,DrawingRectangleF)|DrawSampleCore]]** | + | <div newline></div> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | ** {{wiki:PublicMethod.gif|}} Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method draws a sample feature on the canvas you provided. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetRequiredColumnNamesCore()|GetRequiredColumnNamesCore]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | * //features// |
- | * **Parameters**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **DeclaringType**:Object | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | * //canvas// |
- | **{{wiki:PublicProperty.gif|}}[[#Advanced|Advanced]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Return**:[[ThinkGeo.MapSuite.Core.PointStyleAdvanced|PointStyleAdvanced]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#CharacterFont|CharacterFont]]** | + | * //labelsInThisLayer// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Summary**:This property gets and sets the font that is used for the character if the PointType is Character. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#CharacterIndex|CharacterIndex]]** | + | * //labelsInAllLayers// |
- | * **Return**:Int32 | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Summary**:This property gets and sets the index position of the character you want to use from the font you selected in the CharacterFont property. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#CharacterSolidBrush|CharacterSolidBrush]]** | + | <div newline></div> |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | ** {{wiki:PublicMethod.gif|}} Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | * **Summary**:This property gets and sets the SolidBrush used to color the font character for the point. | + | |
- | **{{wiki:PublicProperty.gif|}}[[#CustomPointStyles|CustomPointStyles]]** | + | * //N/A// |
- | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.PointBaseStyle|PointBaseStyle]]> | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#DrawingLevel|DrawingLevel]]** | + | == Return Value == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Filters|Filters]]** | + | == Parameters == |
- | * **Return**:Collection<String> | + | * //shapes// |
- | * **Summary**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#Image|Image]]** | + | * //canvas// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Summary**:This property gets and sets the image used if the PointType property is Bitmap. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ImageScale|ImageScale]]** | + | * //labelsInThisLayer// |
- | * **Return**:Double | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Summary**:This property gets and sets the scale of the image you want to draw. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#IsActive|IsActive]]** | + | * //labelsInAllLayers// |
- | * **Return**:Boolean | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Name|Name]]** | + | <div newline></div> |
- | * **Return**:String | + | ** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#PointType|PointType]]** | + | * //N/A// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.PointType|PointType]] | + | == Remarks == |
- | * **Summary**:This property gets and sets the type of point you want to draw. | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#RequiredColumnNames|RequiredColumnNames]]** | + | == Return Value == |
- | * **Return**:Collection<String> | + | * Type:Collection<String> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#RotationAngle|RotationAngle]]** | + | == Parameters == |
- | * **Return**:Single | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} DrawSample(GeoCanvas,DrawingRectangleF) ** |
- | **{{wiki:PublicProperty.gif|}}[[#SymbolPen|SymbolPen]]** | + | * //N/A// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#SymbolSize|SymbolSize]]** | + | == Return Value == |
- | * **Return**:Single | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#SymbolSolidBrush|SymbolSolidBrush]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | * //canvas// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#SymbolType|SymbolType]]** | + | * //drawingExtent// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]] | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] |
- | * **Summary**:This property gets and sets the type of symbol you want to use if the PointType is Symbol. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#XOffsetInPixel|XOffsetInPixel]]** | + | <div newline></div> |
- | * **Return**:Single | + | ** {{wiki:PublicMethod.gif|}} DrawSample(GeoCanvas) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#YOffsetInPixel|YOffsetInPixel]]** | + | * //N/A// |
- | * **Return**:Single | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | === Protected Properties === | + | == Return Value == |
- | **{{wiki:ProtectedProperty.gif|}}[[#FiltersCore|FiltersCore]]** | + | * Type:Void |
- | * **Return**:Collection<String> | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | **{{wiki:ProtectedProperty.gif|}}[[#uBs=|uBs=]]** | + | == Parameters == |
- | * **Return**:Boolean | + | * //canvas// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | === Public Events === | + | <div newline></div> |
- | ===== Public Constructors ===== | + | ** {{wiki:PublicMethod.gif|}} SaveStyle(String) ** |
- | === PointStyle() === | + | |
- | This is a constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | If you use this constructor, you should set the various properties manually. Specifically, you will want to set the PointType, which allows you to choose between bitmap, character and symbol as an option for displaying your points. | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === PointStyle(GeoImage) === | + | |
- | This is a constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | If you use this constructor, the PointStyle will be set to Bitmap. | + | |
- | ==== Parameters ==== | + | |
- | **image** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | + | |
- | * **Description:This parameter is the GeoImage of the image you want to use to display the point. | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | === PointStyle(GeoFont,Int32,GeoSolidBrush) === | + | == Remarks == |
- | This is a constructor for the class. | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | If you use this constructor, the PointStyle will be set to Character. | + | |
- | ==== Parameters ==== | + | |
- | **characterFont** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] | + | |
- | * **Description:This parameter is the font from which the character will be selected. | + | |
- | **characterIndex** | + | == Return Value == |
- | * **Type**:Int32 | + | * Type:Void |
- | * **Description:This parameter is the index of the character in the chosen font. | + | * Description:N/A |
- | **characterSolidBrush** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | * //filePathName// |
- | * **Description:This parameter is the SolidBrush used to draw the character. | + | * Type:String |
+ | * Description:N/A | ||
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | === PointStyle(PointSymbolType,GeoSolidBrush,Int32) === | + | ** {{wiki:PublicMethod.gif|}} SaveStyle(Stream) ** |
- | This is a constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | If you use this constructor, the PointStyle will be set to Symbol. | + | |
- | ==== Parameters ==== | + | |
- | **symbolType** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]] | + | |
- | * **Description:This parameter is the type of symbol you want to use, such as a square or a circle. | + | |
- | **symbolSolidBrush** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | == Remarks == |
- | * **Description:This parameter is the SolidBrush you want to use to fill the inside of the symbol. | + | * //N/A// |
- | **symbolSize** | + | == Return Value == |
- | * **Type**:Int32 | + | * Type:Void |
- | * **Description:This parameter is the size you want the symbol to be. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | === PointStyle(PointSymbolType,GeoSolidBrush,GeoPen,Int32) === | + | * //stream// |
- | This is a constructor for the class. | + | * Type:Stream |
- | ==== Remarks ==== | + | * Description:N/A |
- | If you use this constructor, the PointStyle will be set to Symbol. | + | |
- | ==== Parameters ==== | + | |
- | **symbolType** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]] | + | |
- | * **Description:This parameter is the type of symbol you want to use, such as a square or a circle. | + | |
- | **symbolSolidBrush** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | * **Description:This parameter is the SolidBrush you want to use to fill the inside of the symbol. | + | |
- | **symbolPen** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] | + | == Remarks == |
- | * **Description:This parameter is the Pen used to draw the outline of the symbol. | + | * //N/A// |
- | **symbolSize** | + | == Return Value == |
- | * **Type**:Int32 | + | * Type:String |
- | * **Description:This parameter is the size you want the symbol to be. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | <div newline></div> |
- | ===== Public Methods ===== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | === CloneDeep() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | === Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //obj// |
- | * **Description**:N/A | + | * Type:Object |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **features** | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:N/A | + | |
- | **canvas** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **labelsInThisLayer** | + | == Return Value == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | **labelsInAllLayers** | + | == Parameters == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Type |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **shapes** | + | <div newline></div> |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> | + | ==== Protected Methods ==== |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | **canvas** | + | * //This method draws the features on the canvas you provided.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | == Remarks == |
- | * **Description**:N/A | + | * //This overridden method is called from the concrete public method Draw. In this method, we take the features you passed in and draw them on the canvas you provided. Each style (based on its properties) may draw each feature differently. When overriding this method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.// |
- | **labelsInThisLayer** | + | == Return Value == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:Void |
- | * **Description**:N/A | + | * Description:None |
- | **labelsInAllLayers** | + | == Parameters == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * //features// |
- | * **Description**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:This parameter represents the features you want to draw on the canvas. | ||
- | [[#Public Methods|Go Back]] | + | * //canvas// |
- | === DrawSample(GeoCanvas,DrawingRectangleF) === | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | N/A | + | * Description:This parameter represents the canvas you want to draw the features on. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //labelsInThisLayer// |
- | * **Return Type**:Void | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description**:N/A | + | * Description:The labels will be drawn in the current layer only. |
- | ==== Parameters ==== | + | * //labelsInAllLayers// |
- | **canvas** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:The labels will be drawn in all layers. |
- | * **Description**:N/A | + | |
- | **drawingExtent** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | ** {{wiki:ProtectedMethod.gif|}} DrawSampleCore(GeoCanvas,DrawingRectangleF) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //This method draws a sample feature on the canvas you provided.// |
- | === DrawSample(GeoCanvas) === | + | == Remarks == |
- | N/A | + | * //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.// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:None |
- | ==== Parameters ==== | + | == Parameters == |
- | **canvas** | + | * //canvas// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description**:N/A | + | * Description:This parameter represents the canvas you want to draw the features on. |
- | [[#Public Methods|Go Back]] | + | * //drawingExtent// |
- | === Equals(Object) === | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Boolean | + | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **obj** | + | == Remarks == |
- | * **Type**:Object | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetHashCode() === | + | * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Int32 | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === GetRequiredColumnNames() === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<String> | + | * Type:Collection<String> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetType() === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Type | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | === SaveStyle(String) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **filePathName** | + | == Remarks == |
- | * **Type**:String | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === SaveStyle(Stream) === | + | * Type:Object |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | <div newline></div> |
- | * **Description**:N/A | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} PointType ** | ||
- | ==== Parameters ==== | + | This property gets and sets the type of point you want to draw. |
- | **stream** | + | == Remarks == |
- | * **Type**:Stream | + | When using the PointStyle you choose between a bitmap, a font or a predefined symbol to represent the point. Each of these options has corresponding properties on the point symbol. If you set the type to character, then you need to set the properties that start with "Character," such as "CharacterFont." The same is true for the symbol. |
- | * **Description**:N/A | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.Core.PointType|PointType]] | ||
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Image ** |
- | === ToString() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | This property gets and sets the image used if the PointType property is Bitmap. |
- | * **Return Type**:String | + | == Remarks == |
- | * **Description**:N/A | + | This property is where you can set the image for the points if the PointType is Bitmap. It uses a GeoImage, so you can either reference a file or supply a stream. |
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | ||
- | ==== Parameters ==== | + | ** {{wiki:PublicProperty.gif|}} ImageScale ** |
- | [[#Public Methods|Go Back]] | + | |
- | ===== Protected Methods ===== | + | |
- | === CloneDeepCore() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | This property gets and sets the scale of the image you want to draw. |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | == Remarks == |
- | * **Description**:N/A | + | This property allows you to scale the image up and down depending on how large or small you want it. It can be changed dynamically, so you could change it at every scale level to resize the bitmap based on the current scale. A scale of 1 would be the original size, while a scale of 2 would double the size. A scale of .5 would reduce the size of the image by half, and so on. |
+ | == Return Value == | ||
+ | * Type:Double | ||
- | ==== Parameters ==== | + | ** {{wiki:PublicProperty.gif|}} CharacterFont ** |
- | [[#Protected Methods|Go Back]] | + | |
- | === DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | |
- | This method draws the features on the canvas you provided. | + | |
- | ==== Remarks ==== | + | |
- | This overridden method is called from the concrete public method Draw. In this method, we take the features you passed in and draw them on the canvas you provided. Each style (based on its properties) may draw each feature differently. When overriding this method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection. | + | |
- | **Return Value** | + | This property gets and sets the font that is used for the character if the PointType is Character. |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:None | + | This property allows you to set the font from which to select a character index if you choose the Character PointType. |
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] | ||
- | ==== Parameters ==== | + | ** {{wiki:PublicProperty.gif|}} CharacterIndex ** |
- | **features** | + | |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:This parameter represents the features you want to draw on the canvas. | + | |
- | **canvas** | + | This property gets and sets the index position of the character you want to use from the font you selected in the CharacterFont property. |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | == Remarks == |
- | * **Description**:This parameter represents the canvas you want to draw the features on. | + | You need to specify the index position of the character you want to use from the font you selected. For example, if you choose 1, then we will use the first character in the font you set in the CharacterFont property. |
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **labelsInThisLayer** | + | ** {{wiki:PublicProperty.gif|}} CharacterSolidBrush ** |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | |
- | * **Description**:The labels will be drawn in the current layer only. | + | |
- | **labelsInAllLayers** | + | This property gets and sets the SolidBrush used to color the font character for the point. |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | == Remarks == |
- | * **Description**:The labels will be drawn in all layers. | + | This brush is used to draw the character. It is only used if the PointType is Character. If you need a brush other than the SolidBrush, you should look in the advanced property of the class. |
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | ||
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} SymbolType ** |
- | === 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** | + | This property gets and sets the type of symbol you want to use if the PointType is Symbol. |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:None | + | You can choose between a number of predefined symbols. The symbols are simple geometric objects that are typically used for abstract representations on a map. If there is a specific symbol you need that is not part of our symbol collection, you can submit it to us and we will consider adding it. |
- | + | == Return Value == | |
- | ==== Parameters ==== | + | * Type:[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]] |
- | **canvas** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **Description**:This parameter represents the canvas you want to draw the features on. | + | |
- | **drawingExtent** | + | ** {{wiki:PublicProperty.gif|}} Mask ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === Finalize() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Advanced ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === GetRequiredColumnNamesCore() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.PointStyleAdvanced|PointStyleAdvanced]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} DrawingLevel ** |
- | * **Return Type**:Collection<String> | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} SymbolSolidBrush ** |
- | * **Return Type**:Object | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === Advanced === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.PointStyleAdvanced|PointStyleAdvanced]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} SymbolPen ** |
- | === CharacterFont === | + | |
- | This property gets and sets the font that is used for the character if the PointType is Character. | + | |
- | ==== Remarks ==== | + | |
- | This property allows you to set the font from which to select a character index if you choose the Character PointType. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === CharacterIndex === | + | |
- | This property gets and sets the index position of the character you want to use from the font you selected in the CharacterFont property. | + | |
- | ==== Remarks ==== | + | |
- | You need to specify the index position of the character you want to use from the font you selected. For example, if you choose 1, then we will use the first character in the font you set in the CharacterFont property. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Int32 | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === CharacterSolidBrush === | + | |
- | This property gets and sets the SolidBrush used to color the font character for the point. | + | |
- | ==== Remarks ==== | + | |
- | This brush is used to draw the character. It is only used if the PointType is Character. If you need a brush other than the SolidBrush, you should look in the advanced property of the class. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === CustomPointStyles === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.PointBaseStyle|PointBaseStyle]]> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} SymbolSize ** |
- | === DrawingLevel === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Filters === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<String> | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} RotationAngle ** |
- | === Image === | + | |
- | This property gets and sets the image used if the PointType property is Bitmap. | + | |
- | ==== Remarks ==== | + | |
- | This property is where you can set the image for the points if the PointType is Bitmap. It uses a GeoImage, so you can either reference a file or supply a stream. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === ImageScale === | + | |
- | This property gets and sets the scale of the image you want to draw. | + | |
- | ==== Remarks ==== | + | |
- | This property allows you to scale the image up and down depending on how large or small you want it. It can be changed dynamically, so you could change it at every scale level to resize the bitmap based on the current scale. A scale of 1 would be the original size, while a scale of 2 would double the size. A scale of .5 would reduce the size of the image by half, and so on. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Double | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IsActive === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Single |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} XOffsetInPixel ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === Name === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} YOffsetInPixel ** |
- | === PointType === | + | |
- | This property gets and sets the type of point you want to draw. | + | |
- | ==== Remarks ==== | + | |
- | When using the PointStyle you choose between a bitmap, a font or a predefined symbol to represent the point. Each of these options has corresponding properties on the point symbol. If you set the type to character, then you need to set the properties that start with "Character," such as "CharacterFont." The same is true for the symbol. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.PointType|PointType]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === RequiredColumnNames === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<String> | + | * Type:Single |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CustomPointStyles ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === RotationAngle === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.PointBaseStyle|PointBaseStyle]]> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Name ** |
- | === SymbolPen === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === SymbolSize === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:String |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsActive ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === SymbolSolidBrush === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} RequiredColumnNames ** |
- | === SymbolType === | + | |
- | This property gets and sets the type of symbol you want to use if the PointType is Symbol. | + | |
- | ==== Remarks ==== | + | |
- | You can choose between a number of predefined symbols. The symbols are simple geometric objects that are typically used for abstract representations on a map. If there is a specific symbol you need that is not part of our symbol collection, you can submit it to us and we will consider adding it. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.PointSymbolType|PointSymbolType]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === XOffsetInPixel === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Collection<String> |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Filters ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === YOffsetInPixel === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Collection<String> |
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} IsDefault ** | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | === FiltersCore === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<String> | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} FiltersCore ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === uBs= === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Collection<String> |
- | [[#Protected Properties|Go Back]] | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | |