|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TileCacheInfo
public class TileCacheInfo
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>
| 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 |
|---|
@Deprecated
public TileCacheInfo(SpatialReference spatialReference,
Point tileOrigin,
int tileCols,
int tileRows,
int dpi,
LODInfo[] lodInfos)
public TileCacheInfo()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Point getTileOrigin()
Pointpublic void setTileOrigin(Point value)
value - allowed object is
Pointpublic int getTileCols()
public void setTileCols(int value)
public int getTileRows()
public void setTileRows(int value)
public int getDPI()
public void setDPI(int value)
public LODInfo[] getLODInfos()
[] public void setLODInfos(LODInfo[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||