public class

SymbolDictionaryFilter

extends Object
java.lang.Object
   ↳ com.esri.core.symbol.advanced.SymbolDictionaryFilter

Class Overview

The SymbolDictionaryFilter class is to be used with SymbolDictionaryQuery to query the symbol dictionary to get a filtered list of symbols.
A dictionary provides a set of predefined filters and associated values that can then be passed to a SymbolDictionaryQuery using instances of this class.

Summary

Public Constructors
SymbolDictionaryFilter()
Public Methods
boolean equals(Object obj)
String getName()
Returns the name of the filter.
String getValue()
Returns the value of the filter.
int hashCode()
void setName(String name)
Sets the name of the filter.
void setValue(String value)
Sets the value of the filter.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SymbolDictionaryFilter ()

Public Methods

public boolean equals (Object obj)

public String getName ()

Returns the name of the filter.

Returns
  • the name of the filter

public String getValue ()

Returns the value of the filter.

Returns
  • the value of the filter

public int hashCode ()

public void setName (String name)

Sets the name of the filter.

Parameters
name the name to set

public void setValue (String value)

Sets the value of the filter.

Parameters
value the value to set