com.esri.arcgisws
Class GetNativePixelBlock

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

public class GetNativePixelBlock
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="IID" 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
GetNativePixelBlock()
          GetNativePixelBlock default constructor.
GetNativePixelBlock(int rid, int iid, int tx, int ty, int level)
          Deprecated. 
 
Method Summary
 int getIID()
          Gets the value of the iid property.
 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 setIID(int value)
          Sets the value of the iid 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

GetNativePixelBlock

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

GetNativePixelBlock constructor.


GetNativePixelBlock

public GetNativePixelBlock()
GetNativePixelBlock 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.


getIID

public int getIID()
Gets the value of the iid property.


setIID

public void setIID(int value)
Sets the value of the iid 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.