|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.CacheStorageInfo
public class CacheStorageInfo
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>
| 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 |
|---|
@Deprecated
public CacheStorageInfo(EsriMapCacheStorageFormat storageFormat,
int packetSize)
public CacheStorageInfo()
| Method Detail |
|---|
public EsriMapCacheStorageFormat getStorageFormat()
EsriMapCacheStorageFormatpublic void setStorageFormat(EsriMapCacheStorageFormat value)
value - allowed object is
EsriMapCacheStorageFormatpublic int getPacketSize()
public void setPacketSize(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||