|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPValue
com.esri.arcgisws.GPRasterDataLayer
public class GPRasterDataLayer
Java class for GPRasterDataLayer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GPRasterDataLayer">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}GPValue">
<sequence>
<element name="Data" type="{http://www.esri.com/schemas/ArcGIS/10.0}GDSData" minOccurs="0"/>
<element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LayerDrawingDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}LayerDrawingDescription" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GPRasterDataLayer()
GPRasterDataLayer default constructor. |
|
GPRasterDataLayer(GDSData data,
String format,
LayerDrawingDescription layerDrawingDescription)
Deprecated. |
|
| Method Summary | |
|---|---|
GDSData |
getData()
Gets the value of the data property. |
String |
getFormat()
Gets the value of the format property. |
LayerDrawingDescription |
getLayerDrawingDescription()
Gets the value of the layerDrawingDescription property. |
void |
setData(GDSData value)
Sets the value of the data property. |
void |
setFormat(String value)
Sets the value of the format property. |
void |
setLayerDrawingDescription(LayerDrawingDescription value)
Sets the value of the layerDrawingDescription property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GPRasterDataLayer(GDSData data,
String format,
LayerDrawingDescription layerDrawingDescription)
public GPRasterDataLayer()
| Method Detail |
|---|
public GDSData getData()
GDSDatapublic void setData(GDSData value)
value - allowed object is
GDSDatapublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic LayerDrawingDescription getLayerDrawingDescription()
LayerDrawingDescriptionpublic void setLayerDrawingDescription(LayerDrawingDescription value)
value - allowed object is
LayerDrawingDescription
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||