This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.heatstyle [2015/09/17 10:31] admin |
thinkgeo.mapsuite.core.heatstyle [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.HeatStyle ====== | ====== ThinkGeo.MapSuite.Core.HeatStyle ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
HeatStyle allows you to better visualize data by making areas of high concentration "hotter" using warmer colors and low density areas visually cooler. | HeatStyle allows you to better visualize data by making areas of high concentration "hotter" using warmer colors and low density areas visually cooler. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 6: | Line 9: | ||
***ThinkGeo.MapSuite.Core.HeatStyle** | ***ThinkGeo.MapSuite.Core.HeatStyle** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} HeatStyle() ** |
- | **{{wiki:PublicMethod.gif|}}[[#HeatStyle()|HeatStyle]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is the default constructor of the class. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the default constructor of the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#HeatStyle(Int32)|HeatStyle]]** | + | == Remarks == |
- | * **Parameters**:Int32 | + | * //N/A// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is a constructor for the class. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} HeatStyle(Int32) ** |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#HeatStyle(Int32,Int32)|HeatStyle]]** | + | == Remarks == |
- | * **Parameters**:Int32,Int32 | + | * //N/A// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is a constructor for the class. | + | * //pointIntensity// |
- | </div> | + | * Type:Int32 |
+ | * Description:The parameter represents the point intensity, the default value is 10. | ||
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#HeatStyle(Int32,Double,DistanceUnit)|HeatStyle]]** | + | ** {{wiki:PublicMethod.gif|}} HeatStyle(Int32,Int32) ** |
- | * **Parameters**:Int32,Double,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | |
- | * **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|}}[[#HeatStyle(Int32,Int32,Double,DistanceUnit)|HeatStyle]]** | + | == Remarks == |
- | * **Parameters**:Int32,Int32,Double,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //N/A// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is a constructor for the class. | + | * //pointIntensity// |
- | </div> | + | * Type:Int32 |
+ | * Description:The parameter represents the point intensity, the default value is 10. | ||
- | <div class_table> | + | * //alpha// |
- | **{{wiki:PublicMethod.gif|}}[[#HeatStyle(String,Double,Double)|HeatStyle]]** | + | * Type:Int32 |
- | * **Parameters**:String,Double,Double | + | * Description:The parameter represents the alpha value of color, the default value is 255. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is a constructor for the class. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#HeatStyle(Int32,String,Double,Double)|HeatStyle]]** | + | ** {{wiki:PublicMethod.gif|}} HeatStyle(Int32,Double,DistanceUnit) ** |
- | * **Parameters**:Int32,String,Double,Double | + | |
- | * **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|}}[[#HeatStyle(String,Double,Double,Double,DistanceUnit)|HeatStyle]]** | + | == Remarks == |
- | * **Parameters**:String,Double,Double,Double,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //N/A// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is a constructor for the class. | + | * //pointIntensity// |
- | </div> | + | * Type:Int32 |
+ | * Description:The parameter represents the point intensity, the default value is 10. | ||
- | <div class_table> | + | * //pointRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#HeatStyle(Int32,String,Double,Double,Double,DistanceUnit)|HeatStyle]]** | + | * Type:Double |
- | * **Parameters**:Int32,String,Double,Double,Double,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:The parameter represents the point radius, the default value is 50 kilometers. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is a constructor for the class. | + | |
- | </div> | + | |
- | <div class_table> | + | * //pointRadiusUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#HeatStyle(Int32,Int32,String,Double,Double,Double,DistanceUnit)|HeatStyle]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:Int32,Int32,String,Double,Double,Double,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:The parameter represents the unit of point radius, the default value is kilometer. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is a constructor for the class. | + | |
- | </div> | + | |
- | === Protected Constructors === | + | <div newline></div> |
- | === Public Methods === | + | ** {{wiki:PublicMethod.gif|}} HeatStyle(Int32,Int32,Double,DistanceUnit) ** |
- | <div class_table> | + | |
- | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|Draw]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //pointIntensity// |
- | </div> | + | * Type:Int32 |
+ | * Description:The parameter represents the point intensity, the default value is 10. | ||
- | <div class_table> | + | * //alpha// |
- | **{{wiki:PublicMethod.gif|}}[[#Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|Draw]]** | + | * Type: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]]> | + | * Description:The parameter represents the alpha value of color, the default value is 255. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //pointRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#DrawSample(GeoCanvas,DrawingRectangleF)|DrawSample]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | * Description:The parameter represents the point radius, the default value is 50 kilometers. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //pointRadiusUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#DrawSample(GeoCanvas)|DrawSample]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:The parameter represents the unit of point radius, the default value is kilometer. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | ** {{wiki:PublicMethod.gif|}} HeatStyle(String,Double,Double) ** |
- | * **Parameters**:Object | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | == Parameters == |
- | * **Summary**:N/A | + | * //intensityColumnName// |
- | </div> | + | * Type:String |
+ | * Description:The parameter represents the intensity column name, the default value is empty string. | ||
- | <div class_table> | + | * //intensityRangeStart// |
- | **{{wiki:PublicMethod.gif|}}[[#GetRequiredColumnNames()|GetRequiredColumnNames]]** | + | * Type:Double |
- | * **Parameters**:N/A | + | * Description:The parameter represents the range start of intensity, the default value is 0. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //intensityRangeEnd// |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:Double |
- | * **Parameters**:N/A | + | * Description:The parameter represents the range end of intensity, the default value is 0. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#SaveStyle(String)|SaveStyle]]** | + | ** {{wiki:PublicMethod.gif|}} HeatStyle(Int32,String,Double,Double) ** |
- | * **Parameters**:String | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#SaveStyle(Stream)|SaveStyle]]** | + | == Remarks == |
- | * **Parameters**:Stream | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //alpha// |
- | </div> | + | * Type:Int32 |
+ | * Description:The parameter represents the alpha value of color, the default value is 255. | ||
- | <div class_table> | + | * //intensityColumnName// |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | * Type:String |
- | * **Parameters**:N/A | + | * Description:The parameter represents the intensity column name, the default value is empty string. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | * //intensityRangeStart// |
- | <div class_table> | + | * Type:Double |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | + | * Description:The parameter represents the range start of intensity, the default value is 0. |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //intensityRangeEnd// |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|DrawCore]]** | + | * Type:Double |
- | * **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:The parameter represents the range end of intensity, the default value is 0. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method draws the features on the canvas you provided. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawSampleCore(GeoCanvas,DrawingRectangleF)|DrawSampleCore]]** | + | ** {{wiki:PublicMethod.gif|}} HeatStyle(String,Double,Double,Double,DistanceUnit) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | == Parameters == |
- | * **Summary**:N/A | + | * //intensityColumnName// |
- | </div> | + | * Type:String |
+ | * Description:The parameter represents the intensity column name, the default value is empty string. | ||
- | <div class_table> | + | * //intensityRangeStart// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetRequiredColumnNamesCore()|GetRequiredColumnNamesCore]]** | + | * Type:Double |
- | * **Parameters**:N/A | + | * Description:The parameter represents the range start of intensity, the default value is 0. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the column data for each feature that is required for the style to properly draw. | + | |
- | </div> | + | |
- | <div class_table> | + | * //intensityRangeEnd// |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | * Type:Double |
- | * **Parameters**:N/A | + | * Description:The parameter represents the range end of intensity, the default value is 0. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | * //pointRadius// |
- | **{{wiki:PublicProperty.gif|}}[[#Alpha|Alpha]]** | + | * Type:Double |
- | * **Return**:Int32 | + | * Description:The parameter represents the point radius, the default value is 50 kilometers. |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#ColorPalette|ColorPalette]]** | + | * //pointRadiusUnit// |
- | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Summary**:N/A | + | * Description:The parameter represents the unit of point radius, the default value is kilometer. |
- | **{{wiki:PublicProperty.gif|}}[[#Filters|Filters]]** | + | <div newline></div> |
- | * **Return**:Collection<String> | + | ** {{wiki:PublicMethod.gif|}} HeatStyle(Int32,String,Double,Double,Double,DistanceUnit) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#IntensityColumnName|IntensityColumnName]]** | + | * //This is a constructor for the class.// |
- | * **Return**:String | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
+ | == Parameters == | ||
+ | * //alpha// | ||
+ | * Type:Int32 | ||
+ | * Description:The parameter represents the alpha value of color, the default value is 255. | ||
- | **{{wiki:PublicProperty.gif|}}[[#IntensityRangeEnd|IntensityRangeEnd]]** | + | * //intensityColumnName// |
- | * **Return**:Double | + | * Type:String |
- | * **Summary**:N/A | + | * Description:The parameter represents the intensity column name, the default value is empty string. |
- | **{{wiki:PublicProperty.gif|}}[[#IntensityRangeStart|IntensityRangeStart]]** | + | * //intensityRangeStart// |
- | * **Return**:Double | + | * Type:Double |
- | * **Summary**:N/A | + | * Description:The parameter represents the range start of intensity, the default value is 0. |
- | **{{wiki:PublicProperty.gif|}}[[#IsActive|IsActive]]** | + | * //intensityRangeEnd// |
- | * **Return**:Boolean | + | * Type:Double |
- | * **Summary**:N/A | + | * Description:The parameter represents the range end of intensity, the default value is 0. |
- | **{{wiki:PublicProperty.gif|}}[[#Name|Name]]** | + | * //pointRadius// |
- | * **Return**:String | + | * Type:Double |
- | * **Summary**:N/A | + | * Description:The parameter represents the point radius, the default value is 50 kilometers. |
- | **{{wiki:PublicProperty.gif|}}[[#PointIntensity|PointIntensity]]** | + | * //pointRadiusUnit// |
- | * **Return**:Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Summary**:N/A | + | * Description:The parameter represents the unit of point radius, the default value is kilometer. |
- | **{{wiki:PublicProperty.gif|}}[[#PointRadius|PointRadius]]** | + | <div newline></div> |
- | * **Return**:Double | + | ** {{wiki:PublicMethod.gif|}} HeatStyle(Int32,Int32,String,Double,Double,Double,DistanceUnit) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#PointRadiusUnit|PointRadiusUnit]]** | + | * //This is a constructor for the class.// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
+ | == Parameters == | ||
+ | * //pointIntensity// | ||
+ | * Type:Int32 | ||
+ | * Description:The parameter represents the point intensity, the default value is 10. | ||
- | **{{wiki:PublicProperty.gif|}}[[#RequiredColumnNames|RequiredColumnNames]]** | + | * //alpha// |
- | * **Return**:Collection<String> | + | * Type:Int32 |
- | * **Summary**:N/A | + | * Description:The parameter represents the alpha value of color, the default value is 255. |
- | === Protected Properties === | + | * //intensityColumnName// |
- | **{{wiki:ProtectedProperty.gif|}}[[#FiltersCore|FiltersCore]]** | + | * Type:String |
- | * **Return**:Collection<String> | + | * Description:The parameter represents the intensity column name, the default value is empty string. |
- | * **Summary**:N/A | + | |
- | === Public Events === | + | * //intensityRangeStart// |
- | ===== Public Constructors ===== | + | * Type:Double |
- | === HeatStyle() === | + | * Description:The parameter represents the range start of intensity, the default value is 0. |
- | This is the default constructor of the class. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === HeatStyle(Int32) === | + | |
- | This is a constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **pointIntensity** | + | |
- | * **Type**:Int32 | + | |
- | * **Description:The parameter represents the point intensity, the default value is 10. | + | |
- | [[#Public Constructors|Go Back]] | + | * //intensityRangeEnd// |
- | === HeatStyle(Int32,Int32) === | + | * Type:Double |
- | This is a constructor for the class. | + | * Description:The parameter represents the range end of intensity, the default value is 0. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **pointIntensity** | + | |
- | * **Type**:Int32 | + | |
- | * **Description:The parameter represents the point intensity, the default value is 10. | + | |
- | **alpha** | + | * //pointRadius// |
- | * **Type**:Int32 | + | * Type:Double |
- | * **Description:The parameter represents the alpha value of color, the default value is 255. | + | * Description:The parameter represents the point radius, the default value is 50 kilometers. |
- | [[#Public Constructors|Go Back]] | + | * //pointRadiusUnit// |
- | === HeatStyle(Int32,Double,DistanceUnit) === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | This is a constructor for the class. | + | * Description:The parameter represents the unit of point radius, the default value is kilometer. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **pointIntensity** | + | |
- | * **Type**:Int32 | + | |
- | * **Description:The parameter represents the point intensity, the default value is 10. | + | |
- | **pointRadius** | + | <div newline></div> |
- | * **Type**:Double | + | ==== Protected Constructors ==== |
- | * **Description:The parameter represents the point radius, the default value is 50 kilometers. | + | ==== Public Methods ==== |
+ | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** | ||
- | **pointRadiusUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description:The parameter represents the unit of point radius, the default value is kilometer. | + | * //N/A// |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | === HeatStyle(Int32,Int32,Double,DistanceUnit) === | + | * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] |
- | This is a constructor for the class. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **pointIntensity** | + | |
- | * **Type**:Int32 | + | |
- | * **Description:The parameter represents the point intensity, the default value is 10. | + | |
- | **alpha** | + | == Parameters == |
- | * **Type**:Int32 | + | <div newline></div> |
- | * **Description:The parameter represents the alpha value of color, the default value is 255. | + | ** {{wiki:PublicMethod.gif|}} Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | **pointRadius** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description:The parameter represents the point radius, the default value is 50 kilometers. | + | * //N/A// |
- | **pointRadiusUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:Void |
- | * **Description:The parameter represents the unit of point radius, the default value is kilometer. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | === HeatStyle(String,Double,Double) === | + | * //features// |
- | This is a constructor for the class. | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **intensityColumnName** | + | |
- | * **Type**:String | + | |
- | * **Description:The parameter represents the intensity column name, the default value is empty string. | + | |
- | **intensityRangeStart** | + | * //canvas// |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description:The parameter represents the range start of intensity, the default value is 0. | + | * Description:N/A |
- | **intensityRangeEnd** | + | * //labelsInThisLayer// |
- | * **Type**:Double | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description:The parameter represents the range end of intensity, the default value is 0. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | * //labelsInAllLayers// |
- | === HeatStyle(Int32,String,Double,Double) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | This is a constructor for the class. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **alpha** | + | |
- | * **Type**:Int32 | + | |
- | * **Description:The parameter represents the alpha value of color, the default value is 255. | + | |
- | **intensityColumnName** | + | <div newline></div> |
- | * **Type**:String | + | ** {{wiki:PublicMethod.gif|}} Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | * **Description:The parameter represents the intensity column name, the default value is empty string. | + | |
- | **intensityRangeStart** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description:The parameter represents the range start of intensity, the default value is 0. | + | * //N/A// |
- | **intensityRangeEnd** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Void |
- | * **Description:The parameter represents the range end of intensity, the default value is 0. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | === HeatStyle(String,Double,Double,Double,DistanceUnit) === | + | * //shapes// |
- | This is a constructor for the class. | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **intensityColumnName** | + | |
- | * **Type**:String | + | |
- | * **Description:The parameter represents the intensity column name, the default value is empty string. | + | |
- | **intensityRangeStart** | + | * //canvas// |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description:The parameter represents the range start of intensity, the default value is 0. | + | * Description:N/A |
- | **intensityRangeEnd** | + | * //labelsInThisLayer// |
- | * **Type**:Double | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description:The parameter represents the range end of intensity, the default value is 0. | + | * Description:N/A |
- | **pointRadius** | + | * //labelsInAllLayers// |
- | * **Type**:Double | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description:The parameter represents the point radius, the default value is 50 kilometers. | + | * Description:N/A |
- | **pointRadiusUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | ** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** |
- | * **Description:The parameter represents the unit of point radius, the default value is kilometer. | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | === HeatStyle(Int32,String,Double,Double,Double,DistanceUnit) === | + | == Remarks == |
- | This is a constructor for the class. | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **alpha** | + | |
- | * **Type**:Int32 | + | |
- | * **Description:The parameter represents the alpha value of color, the default value is 255. | + | |
- | **intensityColumnName** | + | == Return Value == |
- | * **Type**:String | + | * Type:Collection<String> |
- | * **Description:The parameter represents the intensity column name, the default value is empty string. | + | * Description:N/A |
- | **intensityRangeStart** | + | == Parameters == |
- | * **Type**:Double | + | <div newline></div> |
- | * **Description:The parameter represents the range start of intensity, the default value is 0. | + | ** {{wiki:PublicMethod.gif|}} DrawSample(GeoCanvas,DrawingRectangleF) ** |
- | **intensityRangeEnd** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description:The parameter represents the range end of intensity, the default value is 0. | + | * //N/A// |
- | **pointRadius** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Void |
- | * **Description:The parameter represents the point radius, the default value is 50 kilometers. | + | * Description:N/A |
- | **pointRadiusUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //canvas// |
- | * **Description:The parameter represents the unit of point radius, the default value is kilometer. | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | [[#Public Constructors|Go Back]] | + | * //drawingExtent// |
- | === HeatStyle(Int32,Int32,String,Double,Double,Double,DistanceUnit) === | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] |
- | This is a constructor for the class. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Parameters ==== | + | |
- | **pointIntensity** | + | |
- | * **Type**:Int32 | + | |
- | * **Description:The parameter represents the point intensity, the default value is 10. | + | |
- | **alpha** | + | <div newline></div> |
- | * **Type**:Int32 | + | ** {{wiki:PublicMethod.gif|}} DrawSample(GeoCanvas) ** |
- | * **Description:The parameter represents the alpha value of color, the default value is 255. | + | |
- | **intensityColumnName** | + | * //N/A// |
- | * **Type**:String | + | == Remarks == |
- | * **Description:The parameter represents the intensity column name, the default value is empty string. | + | * //N/A// |
- | **intensityRangeStart** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Void |
- | * **Description:The parameter represents the range start of intensity, the default value is 0. | + | * Description:N/A |
- | **intensityRangeEnd** | + | == Parameters == |
- | * **Type**:Double | + | * //canvas// |
- | * **Description:The parameter represents the range end of intensity, the default value is 0. | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | **pointRadius** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:PublicMethod.gif|}} SaveStyle(String) ** |
- | * **Description:The parameter represents the point radius, the default value is 50 kilometers. | + | |
- | **pointRadiusUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description:The parameter represents the unit of point radius, the default value is kilometer. | + | * //N/A// |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ===== Protected Constructors ===== | + | * Type:Void |
- | ===== Public Methods ===== | + | * Description:N/A |
- | === CloneDeep() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | * //filePathName// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} SaveStyle(Stream) ** |
- | === Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **features** | + | * Type:Void |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **canvas** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * //stream// |
- | * **Description**:N/A | + | * Type:Stream |
+ | * Description:N/A | ||
- | **labelsInThisLayer** | + | <div newline></div> |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | * **Description**:N/A | + | |
- | **labelsInAllLayers** | + | * //N/A// |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | * Type:String |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **shapes** | + | == Remarks == |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **canvas** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | **labelsInThisLayer** | + | == Parameters == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * //obj// |
- | * **Description**:N/A | + | * Type:Object |
+ | * Description:N/A | ||
- | **labelsInAllLayers** | + | <div newline></div> |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === DrawSample(GeoCanvas,DrawingRectangleF) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **canvas** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | * **Description**:N/A | + | |
- | **drawingExtent** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === DrawSample(GeoCanvas) === | + | * Type:Type |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | <div newline></div> |
- | * **Description**:N/A | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** | ||
- | ==== Parameters ==== | + | * //This method draws the features on the canvas you provided.// |
- | **canvas** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * //This abstract 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 implementing this abstract 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.// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === Equals(Object) === | + | * Type:Void |
- | N/A | + | * Description:None |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Boolean | + | * //features// |
- | * **Description**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:This parameter represents the features you want to draw on the canvas. | ||
- | ==== Parameters ==== | + | * //canvas// |
- | **obj** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Type**:Object | + | * Description:This parameter represents the canvas you want to draw the features on. |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //labelsInThisLayer// |
- | === GetHashCode() === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | N/A | + | * Description:The labels will be drawn in the current layer only. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //labelsInAllLayers// |
- | * **Return Type**:Int32 | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description**:N/A | + | * Description:The labels will be drawn in all layers. |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** |
- | === GetRequiredColumnNames() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method returns the column data for each feature that is required for the style to properly draw.// |
- | * **Return Type**:Collection<String> | + | == Remarks == |
- | * **Description**:N/A | + | * //This abstract method is called from the concrete public method GetRequiredFieldNames. In this method, we return the column names that are required for the style to draw the feature properly. For example, if you have a style that colors areas blue when a certain column value is over 100, then you need to be sure you include that column name. This will ensure that the column data is returned to you in the feature when it is ready to draw. 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.// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Collection<String> |
- | === GetType() === | + | * Description:This method returns a collection of column names that the style needs. |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Type | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === SaveStyle(String) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **filePathName** | + | <div newline></div> |
- | * **Type**:String | + | ** {{wiki:ProtectedMethod.gif|}} DrawSampleCore(GeoCanvas,DrawingRectangleF) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === SaveStyle(Stream) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **stream** | + | * //canvas// |
- | * **Type**:Stream | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //drawingExtent// |
- | === ToString() === | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | + | ||
- | **Return Value** | + | |
- | * **Return Type**:String | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | [[#Public Methods|Go Back]] | + | |
- | ===== Protected Methods ===== | + | |
- | === CloneDeepCore() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | * //N/A// |
- | This method draws the features on the canvas you provided. | + | |
- | ==== Remarks ==== | + | |
- | This abstract 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 implementing this abstract 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** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:None | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **features** | + | <div newline></div> |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | * **Description**:This parameter represents the features you want to draw on the canvas. | + | |
- | **canvas** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | == Remarks == |
- | * **Description**:This parameter represents the canvas you want to draw the features on. | + | * //N/A// |
- | **labelsInThisLayer** | + | == Return Value == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:Object |
- | * **Description**:The labels will be drawn in the current layer only. | + | * Description:N/A |
- | **labelsInAllLayers** | + | == Parameters == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | <div newline></div> |
- | * **Description**:The labels will be drawn in all layers. | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} PointIntensity ** | ||
- | [[#Protected Methods|Go Back]] | ||
- | === DrawSampleCore(GeoCanvas,DrawingRectangleF) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Alpha ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **canvas** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * **Description**:N/A | ||
- | |||
- | **drawingExtent** | ||
- | * **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:Int32 | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} IntensityRangeStart ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === GetRequiredColumnNamesCore() === | ||
- | This method returns the column data for each feature that is required for the style to properly draw. | ||
- | ==== Remarks ==== | ||
- | This abstract method is called from the concrete public method GetRequiredFieldNames. In this method, we return the column names that are required for the style to draw the feature properly. For example, if you have a style that colors areas blue when a certain column value is over 100, then you need to be sure you include that column name. This will ensure that the column data is returned to you in the feature when it is ready to draw. 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** | ||
- | * **Return Type**:Collection<String> | ||
- | * **Description**:This method returns a collection of column names that the style needs. | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} IntensityRangeEnd ** |
- | * **Return Type**:Object | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === Alpha === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Int32 | + | * Type:Double |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} IntensityColumnName ** |
- | === ColorPalette === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Filters === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<String> | + | * Type:String |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} PointRadius ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === IntensityColumnName === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Double |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} PointRadiusUnit ** |
- | === IntensityRangeEnd === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Double | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IntensityRangeStart === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} ColorPalette ** |
- | === IsActive === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Name === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === PointIntensity === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Int32 | + | * Type:String |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsActive ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === PointRadius === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Double | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RequiredColumnNames ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === PointRadiusUnit === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:Collection<String> |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Filters ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === RequiredColumnNames === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<String> | + | * Type:Collection<String> |
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} FiltersCore ** | ||
- | [[#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:Collection<String> |
- | [[#Protected Properties|Go Back]] | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | |