private static class WmsCache.CacheEntry extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(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 and Description |
---|
WmsCache.CacheEntry(double pixelPerDegree,
double east,
double north,
int tileSize,
java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
final double pixelPerDegree
final double east
final double north
final ProjectionBounds bounds
final java.lang.String filename
long lastUsed
long lastModified
WmsCache.CacheEntry(double pixelPerDegree, double east, double north, int tileSize, java.lang.String filename)
public java.lang.String toString()
toString
in class java.lang.Object