ArcGIS Runtime SDK for iOS
100.15
|
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:
AGSSolidFillSymbolLayer
fills polygonal geometry with a single solid color (that may have a level of transparency applied) AGSPictureFillSymbolLayer
uses an image file (specified using a URL or image) to define the fill AGSHatchFillSymbolLayer
defines a pattern of uniform parallel linesInstance Methods | |
(BOOL) | - isEqualToSymbolLayer: |
Properties | |
BOOL | colorLocked |
BOOL | enabled |
AGSSymbolLayerType | type |
- (BOOL) isEqualToSymbolLayer: | (AGSSymbolLayer *) | other |
Compares whether two symbol layers are equal.
other | The other symbol layer to compare this symbol layer to. |
YES
if the symbol layers are equal, NO
if not.
|
readwritenonatomicassigninherited |
Indicates whether or not the symbol layer is color locked. If YES
, the layer's color will not change.
|
readwritenonatomicassigninherited |
Indicates whether or not the symbol layer is enabled. Layer will be rendered only when enabled.
|
readnonatomicassigninherited |
The type of the symbol layer. AGSSymbolLayerTypeUnknown
is returned when an error occurs