21 #import <ArcGIS/AGSObject.h> 22 #import <ArcGIS/AGSJSONSerializable.h> 51 #pragma mark initializers 54 #pragma mark properties 100 -(
AGSSymbol*)symbolForFeature:(
AGSFeature*)feature applyAttributeOverrides:(BOOL)applyAttributeOverrides;
116 -(
AGSSymbol*)symbolForGraphic:(
AGSGraphic*)graphic applyAttributeOverrides:(BOOL)applyAttributeOverrides;
Definition: AGSRenderer.h:31
An abstract base class for renderers.
Definition: AGSRenderer.h:48
A symbol used to display a graphic or a feature.
Definition: AGSSymbol.h:51
AGSRotationType rotationType
Definition: AGSRenderer.h:64
AGSRotationType
Definition: AGSRenderer.h:30
NSString * rotationExpression
Definition: AGSRenderer.h:59
Renderer properties that apply only to graphics or features in 3D Scenes.
Definition: AGSRendererSceneProperties.h:44
AGSRendererSceneProperties * sceneProperties
Definition: AGSRenderer.h:69
Definition: AGSObject.h:21
A protocol to convert objects to and from JSON.
Definition: AGSJSONSerializable.h:32
A graphic on top of a map.
Definition: AGSGraphic.h:51
A representation of a real-world object on a map.
Definition: AGSFeature.h:40
Definition: AGSRenderer.h:32