ArcGIS Runtime SDK for iOS: AGSFillSymbolLayer Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSFillSymbolLayer Class Reference

Description

A base class for fill symbol layers.

Fill symbol layers are components of symbols that cover area geometries. They are most often used in polygon symbols.

ArcGIS Runtime includes the following types of fill symbol layers:

Since
100.5
Inheritance diagram for AGSFillSymbolLayer:
AGSSymbolLayer AGSObject AGSHatchFillSymbolLayer AGSPictureFillSymbolLayer AGSSolidFillSymbolLayer

Instance Methods

(BOOL) - isEqualToSymbolLayer:
 

Properties

BOOL colorLocked
 
BOOL enabled
 
AGSSymbolLayerType type
 

Method Documentation

◆ isEqualToSymbolLayer:

- (BOOL) isEqualToSymbolLayer: (AGSSymbolLayer *)  other

Compares whether two symbol layers are equal.

Parameters
otherThe other symbol layer to compare this symbol layer to.
Returns
YES if the symbol layers are equal, NO if not.
Since
100.5

Property Documentation

◆ colorLocked

- (BOOL) colorLocked
readwritenonatomicassigninherited

Indicates whether or not the symbol layer is color locked. If YES, the layer's color will not change.

Since
100.5

◆ enabled

- (BOOL) enabled
readwritenonatomicassigninherited

Indicates whether or not the symbol layer is enabled. Layer will be rendered only when enabled.

Since
100.5

◆ type

- (AGSSymbolLayerType) type
readnonatomicassigninherited

The type of the symbol layer. AGSSymbolLayerTypeUnknown is returned when an error occurs

Since
100.5