| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TileImageInfo
public class TileImageInfo
Java class for TileImageInfo complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="TileImageInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CacheTileFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CompressionQuality" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Antialiasing" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| TileImageInfo()TileImageInfo default constructor. | |
| TileImageInfo(String cacheTileFormat,
              int compressionQuality,
              String antialiasing)Deprecated. | |
| Method Summary | |
|---|---|
|  String | getAntialiasing()Gets the value of the antialiasing property. | 
|  String | getCacheTileFormat()The cache tile format. | 
|  int | getCompressionQuality()The cache tile image compression quality. | 
|  void | setAntialiasing(String value)Sets the value of the antialiasing property. | 
|  void | setCacheTileFormat(String value)The cache tile format. | 
|  void | setCompressionQuality(int value)The cache tile image compression quality. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public TileImageInfo(String cacheTileFormat,
                                int compressionQuality,
                                String antialiasing)
public TileImageInfo()
| Method Detail | 
|---|
public String getCacheTileFormat()
Stringpublic void setCacheTileFormat(String value)
value - allowed object is
     Stringpublic int getCompressionQuality()
public void setCompressionQuality(int value)
public String getAntialiasing()
Stringpublic void setAntialiasing(String value)
value - allowed object is
     String| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||