Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.symbology
Class DictionarySymbolStyleConfiguration
java.lang.Object
com.esri.arcgisruntime.symbology.DictionarySymbolStyleConfiguration
Configuration settings for a custom DictionarySymbolStyle. These configuration settings are returned from a DictionarySymbolStyle.
- Since:
- 100.6.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns an unmodifiable list of possible values for this configuration property.getInfo()
Returns a description of the configuration as defined by the style author.getName()
Returns the name of the property as defined by the style configuration.getValue()
Gets the value of the configuration property.void
Sets the value of the configuration property.
-
Method Details
-
getDomain
Returns an unmodifiable list of possible values for this configuration property.- Returns:
- the unmodifiable list of possible values for this configuration property
- Since:
- 100.6.0
-
getInfo
Returns a description of the configuration as defined by the style author.- Returns:
- a description of the configuration as defined by the style author
- Since:
- 100.6.0
-
getName
Returns the name of the property as defined by the style configuration.- Returns:
- the name of the property as defined by the style configuration
- Since:
- 100.6.0
-
getValue
Gets the value of the configuration property. The configuration may be defined with a default value.- Returns:
- the value of the configuration property
- Since:
- 100.6.0
-
setValue
Sets the value of the configuration property.- Parameters:
value
- the new value- Since:
- 100.6.0
-