com.esri.arcgisws
Class TileCacheInfo

java.lang.Object
  extended bycom.esri.arcgisws.TileCacheInfo
All Implemented Interfaces:
java.io.Serializable

public class TileCacheInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TileCacheInfo()
           
TileCacheInfo(SpatialReference spatialReference, Point tileOrigin, int tileCols, int tileRows, int DPI, LODInfo[] LODInfos)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getDPI()
          Gets the DPI value for this TileCacheInfo.
 LODInfo[] getLODInfos()
          Gets the LODInfos value for this TileCacheInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SpatialReference getSpatialReference()
          Gets the spatialReference value for this TileCacheInfo.
 int getTileCols()
          Gets the tileCols value for this TileCacheInfo.
 Point getTileOrigin()
          Gets the tileOrigin value for this TileCacheInfo.
 int getTileRows()
          Gets the tileRows value for this TileCacheInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDPI(int DPI)
          Sets the DPI value for this TileCacheInfo.
 void setLODInfos(LODInfo[] LODInfos)
          Sets the LODInfos value for this TileCacheInfo.
 void setSpatialReference(SpatialReference spatialReference)
          Sets the spatialReference value for this TileCacheInfo.
 void setTileCols(int tileCols)
          Sets the tileCols value for this TileCacheInfo.
 void setTileOrigin(Point tileOrigin)
          Sets the tileOrigin value for this TileCacheInfo.
 void setTileRows(int tileRows)
          Sets the tileRows value for this TileCacheInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileCacheInfo

public TileCacheInfo()

TileCacheInfo

public TileCacheInfo(SpatialReference spatialReference,
                     Point tileOrigin,
                     int tileCols,
                     int tileRows,
                     int DPI,
                     LODInfo[] LODInfos)
Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Gets the spatialReference value for this TileCacheInfo.

Returns:
spatialReference

setSpatialReference

public void setSpatialReference(SpatialReference spatialReference)
Sets the spatialReference value for this TileCacheInfo.

Parameters:
spatialReference -

getTileOrigin

public Point getTileOrigin()
Gets the tileOrigin value for this TileCacheInfo.

Returns:
tileOrigin

setTileOrigin

public void setTileOrigin(Point tileOrigin)
Sets the tileOrigin value for this TileCacheInfo.

Parameters:
tileOrigin -

getTileCols

public int getTileCols()
Gets the tileCols value for this TileCacheInfo.

Returns:
tileCols

setTileCols

public void setTileCols(int tileCols)
Sets the tileCols value for this TileCacheInfo.

Parameters:
tileCols -

getTileRows

public int getTileRows()
Gets the tileRows value for this TileCacheInfo.

Returns:
tileRows

setTileRows

public void setTileRows(int tileRows)
Sets the tileRows value for this TileCacheInfo.

Parameters:
tileRows -

getDPI

public int getDPI()
Gets the DPI value for this TileCacheInfo.

Returns:
DPI

setDPI

public void setDPI(int DPI)
Sets the DPI value for this TileCacheInfo.

Parameters:
DPI -

getLODInfos

public LODInfo[] getLODInfos()
Gets the LODInfos value for this TileCacheInfo.

Returns:
LODInfos

setLODInfos

public void setLODInfos(LODInfo[] LODInfos)
Sets the LODInfos value for this TileCacheInfo.

Parameters:
LODInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer