|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RasterFunction
com.esri.arcgisws.RasterFunctionTemplate
public class RasterFunctionTemplate
Java class for RasterFunctionTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterFunctionTemplate">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}RasterFunction">
<sequence>
<element name="Function" type="{http://www.esri.com/schemas/ArcGIS/10.3}RasterFunction"/>
<element name="Arguments" type="{http://www.esri.com/schemas/ArcGIS/10.3}RasterFunctionArguments" minOccurs="0"/>
<element name="Aliases" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString" minOccurs="0"/>
<element name="Help" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RasterFunctionTemplate()
RasterFunctionTemplate default constructor. |
|
RasterFunctionTemplate(java.lang.String name,
java.lang.String description,
RstPixelType pixelType,
RasterFunction function,
RasterFunctionArguments arguments,
java.lang.String[] aliases,
java.lang.String help)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAliases()
Gets the value of the aliases property. |
RasterFunctionArguments |
getArguments()
Gets the value of the arguments property. |
RasterFunction |
getFunction()
Gets the value of the function property. |
java.lang.String |
getHelp()
Gets the value of the help property. |
void |
setAliases(java.lang.String[] value)
Sets the value of the aliases property. |
void |
setArguments(RasterFunctionArguments value)
Sets the value of the arguments property. |
void |
setFunction(RasterFunction value)
Sets the value of the function property. |
void |
setHelp(java.lang.String value)
Sets the value of the help property. |
| Methods inherited from class com.esri.arcgisws.RasterFunction |
|---|
getDescription, getName, getPixelType, setDescription, setName, setPixelType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public RasterFunctionTemplate(java.lang.String name,
java.lang.String description,
RstPixelType pixelType,
RasterFunction function,
RasterFunctionArguments arguments,
java.lang.String[] aliases,
java.lang.String help)
public RasterFunctionTemplate()
| Method Detail |
|---|
public RasterFunction getFunction()
RasterFunctionpublic void setFunction(RasterFunction value)
value - allowed object is
RasterFunctionpublic RasterFunctionArguments getArguments()
RasterFunctionArgumentspublic void setArguments(RasterFunctionArguments value)
value - allowed object is
RasterFunctionArgumentspublic java.lang.String[] getAliases()
[] public void setAliases(java.lang.String[] value)
value - allowed object is
[] public java.lang.String getHelp()
Stringpublic void setHelp(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 | ||||||||