Enum Constant and Description |
---|
CUSTOM
Custom theme graph
|
DOTDENSITY
${services_components_commontypes_ThemeType_attribute_DOTDENSITY_Title}
|
GRADUATEDSYMBOL
${services_components_commontypes_ThemeType_attribute_GRADUATEDSYMBOL_Title}
|
GRAPH
${services_components_commontypes_ThemeType_attribute_GRAPH_Title}
|
GRIDRANGE
${services_components_commontypes_ThemeType_attribute_GRIDRANGE_Title}
|
GRIDUNIQUE
${services_components_commontypes_ThemeType_attribute_GRIDUNIQUE_Title}
|
LABEL
${services_components_commontypes_ThemeType_attribute_LABEL_Title}
|
RANGE
${services_components_commontypes_ThemeType_attribute_RANGE_Title}
|
UNIQUE
${services_components_commontypes_ThemeType_attribute_UNIQUE_Title}
|
Modifier and Type | Method and Description |
---|---|
static ThemeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThemeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ThemeType CUSTOM
Custom theme graph
By customizing theme graph, users can set specific styles for each factor or record, and store these settings in one or more fields, and then draw a theme graph based on this or these fields.
In SuperMap, various symbols, lines or fillers and other styles have corresponding ID values, while color values, symbol size, line width and so on can be set with numeric data. Using custom theme graph, users are very free to express each factor and data.
public static final ThemeType UNIQUE
${services_components_commontypes_ThemeType_attribute_UNIQUE_Title}
${services_components_commontypes_ThemeType_attribute_UNIQUE_Description}
public static final ThemeType GRAPH
${services_components_commontypes_ThemeType_attribute_GRAPH_Title}
${services_components_commontypes_ThemeType_attribute_GRAPH_Description}
public static final ThemeType RANGE
${services_components_commontypes_ThemeType_attribute_RANGE_Title}
${services_components_commontypes_ThemeType_attribute_RANGE_Description}
public static final ThemeType DOTDENSITY
${services_components_commontypes_ThemeType_attribute_DOTDENSITY_Title}
${services_components_commontypes_ThemeType_attribute_DOTDENSITY_Description}
public static final ThemeType LABEL
${services_components_commontypes_ThemeType_attribute_LABEL_Title}
${services_components_commontypes_ThemeType_attribute_LABEL_Description}
public static final ThemeType GRADUATEDSYMBOL
${services_components_commontypes_ThemeType_attribute_GRADUATEDSYMBOL_Title}
${services_components_commontypes_ThemeType_attribute_GRADUATEDSYMBOL_Description}
public static final ThemeType GRIDUNIQUE
${services_components_commontypes_ThemeType_attribute_GRIDUNIQUE_Title}
${services_components_commontypes_ThemeType_attribute_GRIDUNIQUE_Description}
public static final ThemeType GRIDRANGE
${services_components_commontypes_ThemeType_attribute_GRIDRANGE_Title}
${services_components_commontypes_ThemeType_attribute_GRIDRANGE_Description}
public static ThemeType[] values()
for (ThemeType c : ThemeType.values()) System.out.println(c);
public static ThemeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null