com.esri.arcgisws
Class TileCacheInfo

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

public class TileCacheInfo
extends Object
implements Serializable

Java class for TileCacheInfo complex type.

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

 <complexType name="TileCacheInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
         <element name="TileOrigin" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point" minOccurs="0"/>
         <element name="TileCols" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="TileRows" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="DPI" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="LODInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfLODInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TileCacheInfo()
          TileCacheInfo default constructor.
TileCacheInfo(SpatialReference spatialReference, Point tileOrigin, int tileCols, int tileRows, int dpi, LODInfo[] lodInfos)
          Deprecated. 
 
Method Summary
 int getDPI()
          The tiling DPI.
 LODInfo[] getLODInfos()
          Gets the value of the lodInfos property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 int getTileCols()
          Gets the value of the tileCols property.
 Point getTileOrigin()
          The tiling origin.
 int getTileRows()
          Gets the value of the tileRows property.
 void setDPI(int value)
          The tiling DPI.
 void setLODInfos(LODInfo[] value)
          Sets the value of the lodInfos property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setTileCols(int value)
          Sets the value of the tileCols property.
 void setTileOrigin(Point value)
          The tiling origin.
 void setTileRows(int value)
          Sets the value of the tileRows property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileCacheInfo

@Deprecated
public TileCacheInfo(SpatialReference spatialReference,
                                Point tileOrigin,
                                int tileCols,
                                int tileRows,
                                int dpi,
                                LODInfo[] lodInfos)
Deprecated. 

TileCacheInfo constructor.


TileCacheInfo

public TileCacheInfo()
TileCacheInfo default constructor.

Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getTileOrigin

public Point getTileOrigin()
The tiling origin. Gets the value of the tileOrigin property.

Returns:
possible object is Point

setTileOrigin

public void setTileOrigin(Point value)
The tiling origin. Sets the value of the tileOrigin property.

Parameters:
value - allowed object is Point

getTileCols

public int getTileCols()
Gets the value of the tileCols property.


setTileCols

public void setTileCols(int value)
Sets the value of the tileCols property.


getTileRows

public int getTileRows()
Gets the value of the tileRows property.


setTileRows

public void setTileRows(int value)
Sets the value of the tileRows property.


getDPI

public int getDPI()
The tiling DPI. Gets the value of the dpi property.


setDPI

public void setDPI(int value)
The tiling DPI. Sets the value of the dpi property.


getLODInfos

public LODInfo[] getLODInfos()
Gets the value of the lodInfos property.

Returns:
possible object is []

setLODInfos

public void setLODInfos(LODInfo[] value)
Sets the value of the lodInfos property.

Parameters:
value - allowed object is []