|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RenderingRule
public class RenderingRule
Java class for RenderingRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RenderingRule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" 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="Function" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunction" minOccurs="0"/>
<element name="Arguments" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunctionArguments" minOccurs="0"/>
<element name="VariableName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Renderer" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterRenderer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RenderingRule()
RenderingRule default constructor. |
|
RenderingRule(String name,
String description,
RasterFunction function,
RasterFunctionArguments arguments,
String variableName,
RasterRenderer renderer)
Deprecated. |
|
| Method Summary | |
|---|---|
RasterFunctionArguments |
getArguments()
Gets the value of the arguments property. |
String |
getDescription()
Gets the value of the description property. |
RasterFunction |
getFunction()
Gets the value of the function property. |
String |
getName()
Gets the value of the name property. |
RasterRenderer |
getRenderer()
Gets the value of the renderer property. |
String |
getVariableName()
Gets the value of the variableName property. |
void |
setArguments(RasterFunctionArguments value)
Sets the value of the arguments property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setFunction(RasterFunction value)
Sets the value of the function property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRenderer(RasterRenderer value)
Sets the value of the renderer property. |
void |
setVariableName(String value)
Sets the value of the variableName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public RenderingRule(String name,
String description,
RasterFunction function,
RasterFunctionArguments arguments,
String variableName,
RasterRenderer renderer)
public RenderingRule()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic RasterFunction getFunction()
RasterFunctionpublic void setFunction(RasterFunction value)
value - allowed object is
RasterFunctionpublic RasterFunctionArguments getArguments()
RasterFunctionArgumentspublic void setArguments(RasterFunctionArguments value)
value - allowed object is
RasterFunctionArgumentspublic String getVariableName()
Stringpublic void setVariableName(String value)
value - allowed object is
Stringpublic RasterRenderer getRenderer()
RasterRendererpublic void setRenderer(RasterRenderer value)
value - allowed object is
RasterRenderer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||