Name | Description | |
---|---|---|
CIMHeatMapRenderer Constructor |
The following tables list the members exposed by CIMHeatMapRenderer.
Name | Description | |
---|---|---|
CIMHeatMapRenderer Constructor |
Name | Description | |
---|---|---|
AutoAdjustPixelIntensity | Gets or sets a value indicating whether to update renderers pixel intensity range automatically. When set to True renderer's pixel intensity range will change based on the features with in the visible extent. | |
ColorScheme | Gets or sets the color scheme of the heat map. Controls how smooth the color gradient appears. Must be either a continuous or multipart color ramp. If no color scheme is specified, a default color ramp will be used. | |
Field | Gets or sets the name of the field denoting weighting values for each feature. The field's value is the count or quantity to be spread across the landscape to create a continuous surface. Values in the field may be integer or floating point. The options for the field are listed below. Specify the name of a numeric field in the feature table Use "" if no item or special value will be used and each feature will be counted once. Use Shape if input features contains Z. | |
Heading | Gets or sets the legend heading. | |
MaxLabel | Gets or sets the legend label for the maximum density value. | |
MaxPixelIntensity | Gets or sets the maximum pixel intensity. | |
MaxPixelIntensityReferenceScale | Gets or sets base scale at which the maximum pixel intensity should be used. This value is used only when the auto adjust pixel intensity is set to false. | |
MinLabel | Gets or sets the legend label for the minimum density value. | |
PixelIntensityStops | Gets or sets the pixel intensity stops. | |
Radius | Gets or sets the radius which defines how far the heat spreads away from the points. Specified and stored in Points and translates to Pixels at draw time. | |
ReferenceScale | Gets or sets the scale at which the search radius (in screen units - points) is converted to map units. | |
RendererQuality | Gets or sets the renderer quality which controls the pixelation of the raster. This is an arbitrary range that goes from Best (10) to Fastest (0). |
Name | Description | |
---|---|---|
Clone | Creates a deep copy of CIMHeatMapRenderer. | |
FromJson | Reconstructs the CIMHeatMapRenderer with a specified state from a JSON encoding. | |
GetSchema | Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject) | |
ReadXml | Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject) | |
ToJson | Overridden. Creates a JSON encoding of the CIMHeatMapRenderer and its current state. | |
WriteXml | Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject) |
Name | Description | |
---|---|---|
RaisePropertyChanged | Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject) | |
ReadXmlElement | Overridden. Reads the child element inside the reader. | |
WriteXmlElements | Overridden. Writes a child element to the writer. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject) |