com.esri.arcgisws
Class CacheStorageInfo

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

public class CacheStorageInfo
extends Object
implements Serializable

Java class for CacheStorageInfo complex type.

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

 <complexType name="CacheStorageInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StorageFormat" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriMapCacheStorageFormat"/>
         <element name="PacketSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CacheStorageInfo()
          CacheStorageInfo default constructor.
CacheStorageInfo(EsriMapCacheStorageFormat storageFormat, int packetSize)
          Deprecated. 
 
Method Summary
 int getPacketSize()
          The cache tile packet size.
 EsriMapCacheStorageFormat getStorageFormat()
          The tile storage format.
 void setPacketSize(int value)
          The cache tile packet size.
 void setStorageFormat(EsriMapCacheStorageFormat value)
          The tile storage format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStorageInfo

@Deprecated
public CacheStorageInfo(EsriMapCacheStorageFormat storageFormat,
                                   int packetSize)
Deprecated. 

CacheStorageInfo constructor.


CacheStorageInfo

public CacheStorageInfo()
CacheStorageInfo default constructor.

Method Detail

getStorageFormat

public EsriMapCacheStorageFormat getStorageFormat()
The tile storage format. Gets the value of the storageFormat property.

Returns:
possible object is EsriMapCacheStorageFormat

setStorageFormat

public void setStorageFormat(EsriMapCacheStorageFormat value)
The tile storage format. Sets the value of the storageFormat property.

Parameters:
value - allowed object is EsriMapCacheStorageFormat

getPacketSize

public int getPacketSize()
The cache tile packet size. Gets the value of the packetSize property.


setPacketSize

public void setPacketSize(int value)
The cache tile packet size. Sets the value of the packetSize property.