Class ImageSeries
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<ImageSeries>
,Map<TileAddress, PNGTile>
A bean to store all tile imagery for a particular date/time.
- Since:
- 11.3
- Version:
- 11.3
- Author:
- Luke
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals
-
Constructor Details
-
ImageSeries
-
-
Method Details
-
getType
-
getDate
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceMap<TileAddress, PNGTile>
- Overrides:
hashCode
in classAbstractMap<TileAddress, PNGTile>
-
toString
- Overrides:
toString
in classAbstractMap<TileAddress, PNGTile>
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ImageSeries>
-