|
|||||||||
| 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.SimpleRenderer
public class SimpleRenderer
Java class for SimpleRenderer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleRenderer">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}FeatureRenderer">
<sequence>
<element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" 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 | |
|---|---|
SimpleRenderer()
SimpleRenderer default constructor. |
|
SimpleRenderer(Symbol symbol,
java.lang.String label,
java.lang.String description,
java.lang.String rotationField,
EsriRotationType rotationType,
java.lang.String transparencyField)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getRotationField()
Gets the value of the rotationField property. |
EsriRotationType |
getRotationType()
Gets the value of the rotationType property. |
Symbol |
getSymbol()
Gets the value of the symbol property. |
java.lang.String |
getTransparencyField()
Gets the value of the transparencyField property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setLabel(java.lang.String value)
Sets the value of the label 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 |
setSymbol(Symbol value)
Sets the value of the symbol property. |
void |
setTransparencyField(java.lang.String value)
Sets the value of the transparencyField property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public SimpleRenderer(Symbol symbol,
java.lang.String label,
java.lang.String description,
java.lang.String rotationField,
EsriRotationType rotationType,
java.lang.String transparencyField)
public SimpleRenderer()
| Method Detail |
|---|
public Symbol getSymbol()
Symbolpublic void setSymbol(Symbol value)
value - allowed object is
Symbolpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic 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 | ||||||||