com.esri.core.internal.value
Class LocalTileInfo

java.lang.Object
  extended by com.esri.core.internal.value.TileInfo
      extended by com.esri.core.internal.value.LocalTileInfo
All Implemented Interfaces:
Serializable

public class LocalTileInfo
extends TileInfo

The Class LocalTileInfo.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.esri.core.internal.value.TileInfo
cols, dpi, lods, origin, rows
 
Constructor Summary
LocalTileInfo(InputStream is)
           
LocalTileInfo(String path)
           
 
Method Summary
 int getCols()
           
 double getDPI()
           
 String getFormat()
           
 Point getOrigin()
           
 int getPacketSize()
           
 int getRows()
           
 SpatialReference getSpatialReference()
           
 String getStorageFormat()
           
 String toString()
           
 
Methods inherited from class com.esri.core.internal.value.TileInfo
equals, fromJson, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalTileInfo

public LocalTileInfo(String path)

LocalTileInfo

public LocalTileInfo(InputStream is)
Method Detail

getPacketSize

public int getPacketSize()

getStorageFormat

public String getStorageFormat()

getSpatialReference

public SpatialReference getSpatialReference()

getOrigin

public Point getOrigin()

getRows

public int getRows()

getCols

public int getCols()

getDPI

public double getDPI()

getFormat

public String getFormat()

toString

public String toString()
Overrides:
toString in class TileInfo


Copyright © 2012. All Rights Reserved.