org.openstreetmap.josm.data.imagery
Class WmsCache.CacheEntry

java.lang.Object
  extended by org.openstreetmap.josm.data.imagery.WmsCache.CacheEntry
Enclosing class:
WmsCache

private static class WmsCache.CacheEntry
extends java.lang.Object


Field Summary
(package private)  ProjectionBounds bounds
           
(package private)  double east
           
(package private)  java.lang.String filename
           
(package private)  long lastModified
           
(package private)  long lastUsed
           
(package private)  double north
           
(package private)  double pixelPerDegree
           
 
Constructor Summary
WmsCache.CacheEntry(double pixelPerDegree, double east, double north, int tileSize, java.lang.String filename)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pixelPerDegree

final double pixelPerDegree

east

final double east

north

final double north

bounds

final ProjectionBounds bounds

filename

final java.lang.String filename

lastUsed

long lastUsed

lastModified

long lastModified
Constructor Detail

WmsCache.CacheEntry

WmsCache.CacheEntry(double pixelPerDegree,
                    double east,
                    double north,
                    int tileSize,
                    java.lang.String filename)


JOSM