Package com.esri.arcgisruntime.symbology
Class UnsupportedRenderer
- java.lang.Object
-
- com.esri.arcgisruntime.symbology.Renderer
-
- com.esri.arcgisruntime.symbology.UnsupportedRenderer
-
- All Implemented Interfaces:
JsonSerializable
public final class UnsupportedRenderer extends Renderer
Represents a renderer type that is not currently supported.Note - this renderer will be persisted in the string returned by
ArcGISMap.toJson()
, but will not be drawn by aMapView
.- Since:
- 100.0.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.arcgisruntime.symbology.Renderer
Renderer.SceneProperties
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Symbol
getSymbol(Feature feature)
Gets the Symbol used to display the given Feature.Symbol
getSymbol(Graphic graphic)
Gets the Symbol used to display the given Graphic.-
Methods inherited from class com.esri.arcgisruntime.symbology.Renderer
fromJson, getRotationExpression, getRotationType, getSceneProperties, getSymbol, getSymbol, getUnknownJson, getUnsupportedJson, setRotationExpression, setRotationType, toJson
-
-