protected static class PlaceNameLayer.Tile extends java.lang.Object implements Cacheable
Modifier and Type | Field and Description |
---|---|
protected int |
column |
protected PlaceNameLayer.PlaceNameChunk |
dataChunk |
protected double |
extentVerticalExaggeration |
protected java.lang.String |
fileCachePath |
protected PlaceNameService |
placeNameService |
protected double |
priority |
protected int |
row |
protected Sector |
sector |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
PlaceNameLayer.PlaceNameChunk |
getDataChunk() |
java.lang.String |
getFileCachePath() |
java.lang.Integer |
getHashInt() |
PlaceNameService |
getPlaceNameService() |
double |
getPriority() |
java.net.URL |
getRequestURL() |
Sector |
getSector() |
long |
getSizeInBytes()
Retrieves the approximate size of this object in bytes.
|
int |
hashCode() |
protected boolean |
isTileInMemoryWithData() |
void |
setDataChunk(PlaceNameLayer.PlaceNameChunk chunk) |
void |
setPriority(double priority) |
protected final int column
protected PlaceNameLayer.PlaceNameChunk dataChunk
protected double extentVerticalExaggeration
protected java.lang.String fileCachePath
protected final PlaceNameService placeNameService
protected double priority
protected final int row
protected final Sector sector
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public PlaceNameLayer.PlaceNameChunk getDataChunk()
public java.lang.String getFileCachePath()
public java.lang.Integer getHashInt()
public PlaceNameService getPlaceNameService()
public double getPriority()
public java.net.URL getRequestURL() throws java.net.MalformedURLException
java.net.MalformedURLException
public Sector getSector()
public long getSizeInBytes()
Cacheable
getSizeInBytes
in interface Cacheable
Cacheable
object's size in bytespublic int hashCode()
hashCode
in class java.lang.Object
protected boolean isTileInMemoryWithData()
public void setDataChunk(PlaceNameLayer.PlaceNameChunk chunk)
public void setPriority(double priority)