|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.FeatureRenderer
com.esri.arcgisws.UniqueValueRenderer
public class UniqueValueRenderer
Java class for UniqueValueRenderer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UniqueValueRenderer">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}FeatureRenderer">
<sequence>
<element name="Field1" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Field2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Field3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FieldDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DefaultSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol" minOccurs="0"/>
<element name="DefaultLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UniqueValueInfos" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfUniqueValueInfo" minOccurs="0"/>
<element name="RotationField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RotationType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriRotationType" minOccurs="0"/>
<element name="TransparencyField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
UniqueValueRenderer()
UniqueValueRenderer default constructor. |
|
UniqueValueRenderer(java.lang.String field1,
java.lang.String field2,
java.lang.String field3,
java.lang.String fieldDelimiter,
Symbol defaultSymbol,
java.lang.String defaultLabel,
UniqueValueInfo[] uniqueValueInfos,
java.lang.String rotationField,
EsriRotationType rotationType,
java.lang.String transparencyField)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultLabel()
Gets the value of the defaultLabel property. |
Symbol |
getDefaultSymbol()
Gets the value of the defaultSymbol property. |
java.lang.String |
getField1()
The first field that contains the values to symbolize. |
java.lang.String |
getField2()
The second value that will be used to create all unique combinations of unique values with the first value field. |
java.lang.String |
getField3()
The third value that will be used to create all unique combinations of unique values with the two value fields you choose. |
java.lang.String |
getFieldDelimiter()
Gets the value of the fieldDelimiter property. |
java.lang.String |
getRotationField()
Gets the value of the rotationField property. |
EsriRotationType |
getRotationType()
Gets the value of the rotationType property. |
java.lang.String |
getTransparencyField()
Gets the value of the transparencyField property. |
UniqueValueInfo[] |
getUniqueValueInfos()
A collection of UniqueValueInfo objects. |
void |
setDefaultLabel(java.lang.String value)
Sets the value of the defaultLabel property. |
void |
setDefaultSymbol(Symbol value)
Sets the value of the defaultSymbol property. |
void |
setField1(java.lang.String value)
The first field that contains the values to symbolize. |
void |
setField2(java.lang.String value)
The second value that will be used to create all unique combinations of unique values with the first value field. |
void |
setField3(java.lang.String value)
The third value that will be used to create all unique combinations of unique values with the two value fields you choose. |
void |
setFieldDelimiter(java.lang.String value)
Sets the value of the fieldDelimiter property. |
void |
setRotationField(java.lang.String value)
Sets the value of the rotationField property. |
void |
setRotationType(EsriRotationType value)
Sets the value of the rotationType property. |
void |
setTransparencyField(java.lang.String value)
Sets the value of the transparencyField property. |
void |
setUniqueValueInfos(UniqueValueInfo[] value)
A collection of UniqueValueInfo objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public UniqueValueRenderer(java.lang.String field1,
java.lang.String field2,
java.lang.String field3,
java.lang.String fieldDelimiter,
Symbol defaultSymbol,
java.lang.String defaultLabel,
UniqueValueInfo[] uniqueValueInfos,
java.lang.String rotationField,
EsriRotationType rotationType,
java.lang.String transparencyField)
public UniqueValueRenderer()
| Method Detail |
|---|
public java.lang.String getField1()
Stringpublic void setField1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getField2()
Stringpublic void setField2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getField3()
Stringpublic void setField3(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFieldDelimiter()
Stringpublic void setFieldDelimiter(java.lang.String value)
value - allowed object is
Stringpublic Symbol getDefaultSymbol()
Symbolpublic void setDefaultSymbol(Symbol value)
value - allowed object is
Symbolpublic java.lang.String getDefaultLabel()
Stringpublic void setDefaultLabel(java.lang.String value)
value - allowed object is
Stringpublic UniqueValueInfo[] getUniqueValueInfos()
[] public void setUniqueValueInfos(UniqueValueInfo[] value)
value - allowed object is
[] public java.lang.String getRotationField()
Stringpublic void setRotationField(java.lang.String value)
value - allowed object is
Stringpublic EsriRotationType getRotationType()
EsriRotationTypepublic void setRotationType(EsriRotationType value)
value - allowed object is
EsriRotationTypepublic java.lang.String getTransparencyField()
Stringpublic void setTransparencyField(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||