|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RasterFunction
public class RasterFunction
Java class for RasterFunction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterFunction">
<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="PixelType" type="{http://www.esri.com/schemas/ArcGIS/10.0}rstPixelType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RasterFunction()
RasterFunction default constructor. |
|
RasterFunction(String name,
String description,
RstPixelType pixelType)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getName()
Gets the value of the name property. |
RstPixelType |
getPixelType()
Gets the value of the pixelType property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPixelType(RstPixelType value)
Sets the value of the pixelType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public RasterFunction(String name,
String description,
RstPixelType pixelType)
public RasterFunction()
| 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 RstPixelType getPixelType()
RstPixelTypepublic void setPixelType(RstPixelType value)
value - allowed object is
RstPixelType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||