RenderingRule class final

The rule that specifies how images are rendered or processed on an ArcGIS image service.

Raster images whose individual pixels represent elevation values can be rendered in a number of different ways, including representation of slope, aspect, hillshade, and shaded relief. A rendering rule defines how the ArcGIS image service renders its images.

You can create a RenderingRule from a RenderingRuleInfo or a JSON string that specifies a service-defined or client-defined rendering rule. For a list of functions and the syntax for these rendering rules, see Raster function objects.

Implemented types

Constructors

RenderingRule.withRenderingRuleInfo(RenderingRuleInfo info)
Creates a rendering rule object with rendering rule info.
factory
RenderingRule.withRenderingRuleJson(String json)
Creates a rendering rule object with server side JSON.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
info RenderingRuleInfo?
Rendering rule info from rendering rule object.
no setter
json String
JSON property from rendering rule object.
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