com.esri.arcgisws
Class TileImageInfo

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

public class TileImageInfo
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

TileImageInfo

@Deprecated
public TileImageInfo(String cacheTileFormat,
                                int compressionQuality,
                                String antialiasing)
Deprecated. 

TileImageInfo constructor.


TileImageInfo

public TileImageInfo()
TileImageInfo default constructor.

Method Detail

getCacheTileFormat

public String getCacheTileFormat()
The cache tile format. Gets the value of the cacheTileFormat property.

Returns:
possible object is String

setCacheTileFormat

public void setCacheTileFormat(String value)
The cache tile format. Sets the value of the cacheTileFormat property.

Parameters:
value - allowed object is String

getCompressionQuality

public int getCompressionQuality()
The cache tile image compression quality. Gets the value of the compressionQuality property.


setCompressionQuality

public void setCompressionQuality(int value)
The cache tile image compression quality. Sets the value of the compressionQuality property.


getAntialiasing

public String getAntialiasing()
Gets the value of the antialiasing property.

Returns:
possible object is String

setAntialiasing

public void setAntialiasing(String value)
Sets the value of the antialiasing property.

Parameters:
value - allowed object is String