com.esri.arcgisws
Class GPRasterDataLayer

java.lang.Object
  extended by com.esri.arcgisws.GPValue
      extended by com.esri.arcgisws.GPRasterDataLayer
All Implemented Interfaces:
Serializable

public class GPRasterDataLayer
extends GPValue
implements Serializable

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>
 

See Also:
Serialized Form

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

GPRasterDataLayer

@Deprecated
public GPRasterDataLayer(GDSData data,
                                    String format,
                                    LayerDrawingDescription layerDrawingDescription)
Deprecated. 

GPRasterDataLayer constructor.


GPRasterDataLayer

public GPRasterDataLayer()
GPRasterDataLayer default constructor.

Method Detail

getData

public GDSData getData()
Gets the value of the data property.

Returns:
possible object is GDSData

setData

public void setData(GDSData value)
Sets the value of the data property.

Parameters:
value - allowed object is GDSData

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

getLayerDrawingDescription

public LayerDrawingDescription getLayerDrawingDescription()
Gets the value of the layerDrawingDescription property.

Returns:
possible object is LayerDrawingDescription

setLayerDrawingDescription

public void setLayerDrawingDescription(LayerDrawingDescription value)
Sets the value of the layerDrawingDescription property.

Parameters:
value - allowed object is LayerDrawingDescription