com.esri.arcgisws
Class GetPixelBlock

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

public class GetPixelBlock
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Tx" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Ty" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Level" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetPixelBlock()
          GetPixelBlock default constructor.
GetPixelBlock(int rid, int tx, int ty, int level)
          Deprecated. 
 
Method Summary
 int getLevel()
          Gets the value of the level property.
 int getRID()
          Gets the value of the rid property.
 int getTx()
          Gets the value of the tx property.
 int getTy()
          Gets the value of the ty property.
 void setLevel(int value)
          Sets the value of the level property.
 void setRID(int value)
          Sets the value of the rid property.
 void setTx(int value)
          Sets the value of the tx property.
 void setTy(int value)
          Sets the value of the ty property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPixelBlock

@Deprecated
public GetPixelBlock(int rid,
                                int tx,
                                int ty,
                                int level)
Deprecated. 

GetPixelBlock constructor.


GetPixelBlock

public GetPixelBlock()
GetPixelBlock default constructor.

Method Detail

getRID

public int getRID()
Gets the value of the rid property.


setRID

public void setRID(int value)
Sets the value of the rid property.


getTx

public int getTx()
Gets the value of the tx property.


setTx

public void setTx(int value)
Sets the value of the tx property.


getTy

public int getTy()
Gets the value of the ty property.


setTy

public void setTy(int value)
Sets the value of the ty property.


getLevel

public int getLevel()
Gets the value of the level property.


setLevel

public void setLevel(int value)
Sets the value of the level property.