RenderingRuleInfo

Information about a rendering rule that specifies how images are rendered or processed on an ArcGIS Image Service. You can obtain a RenderingRuleInfo from the collection of predefined RenderingRuleInfo objects provided by an ArcGIS image service. Alternatively, you can construct a RenderingRuleInfo by providing the name of a predefined service rendering rule.

To apply the rendering rule, construct a RenderingRule from the RenderingRuleInfo and pass the RenderingRule to an ImageServiceRaster before it is loaded. Next, construct a RasterLayer from the ImageServiceRaster, and add it to the map or scene's operational layers.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(name: String)

Creates a rendering rule info object with the name of a predefined service rendering rule.

Properties

Link copied to clipboard

The description of a predefined service rendering rule.

Link copied to clipboard

The help of a predefined service rendering rule.

Link copied to clipboard

The name of a predefined service rendering rule.