27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
29 #import <ArcGIS/AGSJSONSerializable.h>
58 #pragma mark initializers
61 #pragma mark properties
107 -(
AGSSymbol*)symbolForFeature:(
AGSFeature*)feature applyAttributeOverrides:(BOOL)applyAttributeOverrides;
123 -(
AGSSymbol*)symbolForGraphic:(
AGSGraphic*)graphic applyAttributeOverrides:(BOOL)applyAttributeOverrides;
AGSRotationType
Definition: AGSRenderer.h:37
@ AGSRotationTypeGeographic
Definition: AGSRenderer.h:39
@ AGSRotationTypeArithmetic
Definition: AGSRenderer.h:38
A representation of a real-world object on a map.
Definition: AGSFeature.h:47
A graphic on top of a map.
Definition: AGSGraphic.h:58
Definition: AGSObject.h:28
An abstract base class for renderers.
Definition: AGSRenderer.h:55
AGSRendererSceneProperties * sceneProperties
Definition: AGSRenderer.h:76
NSString * rotationExpression
Definition: AGSRenderer.h:66
AGSRotationType rotationType
Definition: AGSRenderer.h:71
Renderer properties that apply only to graphics or features in 3D Scenes.
Definition: AGSRendererSceneProperties.h:51
A symbol used to display a graphic or a feature.
Definition: AGSSymbol.h:93
A protocol to convert objects to and from JSON.
Definition: AGSJSONSerializable.h:38