com.esri.arcgisws
Class GPRasterData

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

public class GPRasterData
extends GPValue
implements Serializable

Java class for GPRasterData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GPRasterData">
   <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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GPRasterData()
          GPRasterData default constructor.
GPRasterData(GDSData data, String format)
          Deprecated. 
 
Method Summary
 GDSData getData()
          Gets the value of the data property.
 String getFormat()
          Gets the value of the format property.
 void setData(GDSData value)
          Sets the value of the data property.
 void setFormat(String value)
          Sets the value of the format property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPRasterData

@Deprecated
public GPRasterData(GDSData data,
                               String format)
Deprecated. 

GPRasterData constructor.


GPRasterData

public GPRasterData()
GPRasterData 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