|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GetImageTile
public class GetImageTile
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="Level" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Row" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Column" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetImageTile()
GetImageTile default constructor. |
|
GetImageTile(int level,
int row,
int column)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getColumn()
Gets the value of the column property. |
int |
getLevel()
Gets the value of the level property. |
int |
getRow()
Gets the value of the row property. |
void |
setColumn(int value)
Sets the value of the column property. |
void |
setLevel(int value)
Sets the value of the level property. |
void |
setRow(int value)
Sets the value of the row property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GetImageTile(int level,
int row,
int column)
public GetImageTile()
| Method Detail |
|---|
public int getLevel()
public void setLevel(int value)
public int getRow()
public void setRow(int value)
public int getColumn()
public void setColumn(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||