RenderingRuleInfo class final

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.

Implemented types

Constructors

RenderingRuleInfo({required String name})
Creates a rendering rule info object with the name of a predefined service rendering rule.
factory

Properties

description String
The description of a predefined service rendering rule.
no setter
hashCode int
The hash code for this object.
no setterinherited
help String
The help of a predefined service rendering rule.
no setter
name String
The name of a predefined service rendering rule.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited