|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataClassificationDef
com.esri.arcgisws.UniqueValuesDef
public class UniqueValuesDef
Java class for UniqueValuesDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UniqueValuesDef">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DataClassificationDef">
<sequence>
<element name="BaseSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol" minOccurs="0"/>
<element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString" minOccurs="0"/>
<element name="FieldDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ColorRamp" type="{http://www.esri.com/schemas/ArcGIS/10.3}ColorRamp" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
UniqueValuesDef()
UniqueValuesDef default constructor. |
|
UniqueValuesDef(Symbol baseSymbol,
java.lang.String[] fields,
java.lang.String fieldDelimiter,
ColorRamp colorRamp)
Deprecated. |
|
| Method Summary | |
|---|---|
Symbol |
getBaseSymbol()
Gets the value of the baseSymbol property. |
ColorRamp |
getColorRamp()
Gets the value of the colorRamp property. |
java.lang.String |
getFieldDelimiter()
Gets the value of the fieldDelimiter property. |
java.lang.String[] |
getFields()
Gets the value of the fields property. |
void |
setBaseSymbol(Symbol value)
Sets the value of the baseSymbol property. |
void |
setColorRamp(ColorRamp value)
Sets the value of the colorRamp property. |
void |
setFieldDelimiter(java.lang.String value)
Sets the value of the fieldDelimiter property. |
void |
setFields(java.lang.String[] value)
Sets the value of the fields property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public UniqueValuesDef(Symbol baseSymbol,
java.lang.String[] fields,
java.lang.String fieldDelimiter,
ColorRamp colorRamp)
public UniqueValuesDef()
| Method Detail |
|---|
public Symbol getBaseSymbol()
Symbolpublic void setBaseSymbol(Symbol value)
value - allowed object is
Symbolpublic java.lang.String[] getFields()
[] public void setFields(java.lang.String[] value)
value - allowed object is
[] public java.lang.String getFieldDelimiter()
Stringpublic void setFieldDelimiter(java.lang.String value)
value - allowed object is
Stringpublic ColorRamp getColorRamp()
ColorRamppublic void setColorRamp(ColorRamp value)
value - allowed object is
ColorRamp
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||