User Tools

Site Tools


thinkgeo.mapsuite.core.heatstyle

This is an old revision of the document!


ThinkGeo.MapSuite.Core.HeatStyle

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

  • System.Object
    • ThinkGeo.MapSuite.Core.Style
      • ThinkGeo.MapSuite.Core.HeatStyle

Members Summary

Public Constructors

HeatStyle

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

HeatStyle

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

HeatStyle

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

HeatStyle

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

HeatStyle

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

HeatStyle

  • Parameters:String,Double,Double
  • DeclaringType:N/A
  • Summary:This is a constructor for the class.

HeatStyle

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

HeatStyle

  • Parameters:String,Double,Double,Double,DistanceUnit
  • DeclaringType:N/A
  • Summary:This is a constructor for the class.

HeatStyle

  • Parameters:Int32,String,Double,Double,Double,DistanceUnit
  • DeclaringType:N/A
  • Summary:This is a constructor for the class.

HeatStyle

  • Parameters:Int32,Int32,String,Double,Double,Double,DistanceUnit
  • DeclaringType:N/A
  • Summary:This is a constructor for the class.

Protected Constructors

Public Methods

CloneDeep

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

Draw

Draw

DrawSample

DrawSample

Equals

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

GetHashCode

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

GetRequiredColumnNames

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

GetType

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

SaveStyle

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

SaveStyle

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

ToString

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

Protected Methods

CloneDeepCore

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

DrawCore

DrawSampleCore

Finalize

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

GetRequiredColumnNamesCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the column data for each feature that is required for the style to properly draw.

MemberwiseClone

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

Public Properties

Alpha

  • Return:Int32
  • Summary:N/A

ColorPalette

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

Filters

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

IntensityColumnName

  • Return:String
  • Summary:N/A

IntensityRangeEnd

  • Return:Double
  • Summary:N/A

IntensityRangeStart

  • Return:Double
  • Summary:N/A

IsActive

  • Return:Boolean
  • Summary:N/A

Name

  • Return:String
  • Summary:N/A

PointIntensity

  • Return:Int32
  • Summary:N/A

PointRadius

  • Return:Double
  • Summary:N/A

PointRadiusUnit

RequiredColumnNames

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

Protected Properties

FiltersCore

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

Public Events

Public Constructors

HeatStyle()

This is the default constructor of the class.

Remarks

N/A

Parameters

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. Go Back === HeatStyle(Int32,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.

alpha

  • Type:Int32
  • Description:The parameter represents the alpha value of color, the default value is 255. Go Back === HeatStyle(Int32,Double,DistanceUnit) === 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.

pointRadius

  • Type:Double
  • Description:The parameter represents the point radius, the default value is 50 kilometers. pointRadiusUnit * Type:DistanceUnit * Description:The parameter represents the unit of point radius, the default value is kilometer.

Go Back

HeatStyle(Int32,Int32,Double,DistanceUnit)

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. alpha * Type:Int32 * Description:The parameter represents the alpha value of color, the default value is 255.

pointRadius

  • Type:Double
  • Description:The parameter represents the point radius, the default value is 50 kilometers. pointRadiusUnit * Type:DistanceUnit * Description:The parameter represents the unit of point radius, the default value is kilometer.

Go Back

HeatStyle(String,Double,Double)

This is a constructor for the class.

Remarks

N/A

Parameters

intensityColumnName

  • Type:String
  • Description:The parameter represents the intensity column name, the default value is empty string. intensityRangeStart * Type:Double * Description:The parameter represents the range start of intensity, the default value is 0.

intensityRangeEnd

  • Type:Double
  • Description:The parameter represents the range end of intensity, the default value is 0. Go Back === HeatStyle(Int32,String,Double,Double) === This is a constructor for the class. ==== Remarks ==== N/A ==== Parameters ==== alpha * Type:Int32 * Description:The parameter represents the alpha value of color, the default value is 255.

intensityColumnName

  • Type:String
  • Description:The parameter represents the intensity column name, the default value is empty string. intensityRangeStart * Type:Double * Description:The parameter represents the range start of intensity, the default value is 0.

intensityRangeEnd

  • Type:Double
  • Description:The parameter represents the range end of intensity, the default value is 0. Go Back === HeatStyle(String,Double,Double,Double,DistanceUnit) === This is a constructor for the class. ==== Remarks ==== N/A ==== Parameters ==== intensityColumnName * Type:String * Description:The parameter represents the intensity column name, the default value is empty string.

intensityRangeStart

  • Type:Double
  • Description:The parameter represents the range start of intensity, the default value is 0. intensityRangeEnd * Type:Double * Description:The parameter represents the range end of intensity, the default value is 0.

pointRadius

  • Type:Double
  • Description:The parameter represents the point radius, the default value is 50 kilometers. pointRadiusUnit * Type:DistanceUnit * Description:The parameter represents the unit of point radius, the default value is kilometer.

Go Back

HeatStyle(Int32,String,Double,Double,Double,DistanceUnit)

This is a constructor for the class.

Remarks

N/A

Parameters

alpha

  • Type:Int32
  • Description:The parameter represents the alpha value of color, the default value is 255. intensityColumnName * Type:String * Description:The parameter represents the intensity column name, the default value is empty string.

intensityRangeStart

  • Type:Double
  • Description:The parameter represents the range start of intensity, the default value is 0. intensityRangeEnd * Type:Double * Description:The parameter represents the range end of intensity, the default value is 0.

pointRadius

  • Type:Double
  • Description:The parameter represents the point radius, the default value is 50 kilometers. pointRadiusUnit * Type:DistanceUnit * Description:The parameter represents the unit of point radius, the default value is kilometer.

Go Back

HeatStyle(Int32,Int32,String,Double,Double,Double,DistanceUnit)

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. alpha * Type:Int32 * Description:The parameter represents the alpha value of color, the default value is 255.

intensityColumnName

  • Type:String
  • Description:The parameter represents the intensity column name, the default value is empty string. intensityRangeStart * Type:Double * Description:The parameter represents the range start of intensity, the default value is 0.

intensityRangeEnd

  • Type:Double
  • Description:The parameter represents the range end of intensity, the default value is 0. pointRadius * Type:Double * Description:The parameter represents the point radius, the default value is 50 kilometers.

pointRadiusUnit

  • Description:The parameter represents the unit of point radius, the default value is kilometer. Go Back ===== Protected Constructors ===== ===== Public Methods ===== === CloneDeep() === N/A ==== Remarks ==== N/A Return Value * Return Type:Style * Description:N/A ==== Parameters ==== Go Back === Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== features * Type:IEnumerable<Feature> * Description:N/A canvas * Type:GeoCanvas * Description:N/A labelsInThisLayer * Type:Collection<SimpleCandidate> * Description:N/A labelsInAllLayers * Type:Collection<SimpleCandidate> * Description:N/A Go Back === Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== shapes * Type:IEnumerable<BaseShape> * Description:N/A canvas * Type:GeoCanvas * Description:N/A labelsInThisLayer * Type:Collection<SimpleCandidate> * Description:N/A labelsInAllLayers * Type:Collection<SimpleCandidate> * Description:N/A Go Back === DrawSample(GeoCanvas,DrawingRectangleF) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== canvas * Type:GeoCanvas * Description:N/A drawingExtent * Type:DrawingRectangleF * Description:N/A Go Back === DrawSample(GeoCanvas) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== canvas * Type:GeoCanvas * Description:N/A Go Back === Equals(Object) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== obj * Type:Object * Description:N/A Go Back === GetHashCode() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetRequiredColumnNames() === N/A ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === SaveStyle(String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== filePathName * Type:String * Description:N/A Go Back === SaveStyle(Stream) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== stream * Type:Stream * Description:N/A Go Back === ToString() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back ===== Protected Methods ===== === CloneDeepCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:Style * Description:N/A ==== Parameters ==== Go Back === DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === 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 Type:Void * Description:None ==== Parameters ==== features * Type:IEnumerable<Feature> * Description:This parameter represents the features you want to draw on the canvas. canvas * Type:GeoCanvas * Description:This parameter represents the canvas you want to draw the features on. labelsInThisLayer * Type:Collection<SimpleCandidate> * Description:The labels will be drawn in the current layer only. labelsInAllLayers * Type:Collection<SimpleCandidate> * Description:The labels will be drawn in all layers. Go Back === DrawSampleCore(GeoCanvas,DrawingRectangleF) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== canvas * Type:GeoCanvas * Description:N/A drawingExtent * Type:DrawingRectangleF * Description:N/A Go Back === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== 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 ==== Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== Go Back ===== Public Properties ===== === Alpha === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Int32 Go Back === ColorPalette === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<GeoColor> Go Back === Filters === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<String> Go Back === IntensityColumnName === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:String Go Back === IntensityRangeEnd === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Double Go Back === IntensityRangeStart === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Double Go Back === IsActive === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === Name === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:String Go Back === PointIntensity === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Int32 Go Back === PointRadius === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Double Go Back === PointRadiusUnit === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:DistanceUnit Go Back === RequiredColumnNames === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Collection<String> Go Back ===== Protected Properties ===== === FiltersCore === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type**:Collection<String>

Go Back

Public Events

thinkgeo.mapsuite.core.heatstyle.1442485898.txt.gz · Last modified: 2015/09/17 10:31 by admin