protected static class PlaceNameLayer.Tile extends Object implements Cacheable
Modifier and Type | Field and Description |
---|---|
protected int |
column |
protected PlaceNameLayer.PlaceNameChunk |
dataChunk |
protected double |
extentVerticalExaggeration |
protected String |
fileCachePath |
protected PlaceNameService |
placeNameService |
protected double |
priority |
protected int |
row |
protected Sector |
sector |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PlaceNameLayer.PlaceNameChunk |
getDataChunk() |
String |
getFileCachePath() |
Integer |
getHashInt() |
PlaceNameService |
getPlaceNameService() |
double |
getPriority() |
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 String fileCachePath
protected final PlaceNameService placeNameService
protected double priority
protected final int row
protected final Sector sector
public PlaceNameLayer.PlaceNameChunk getDataChunk()
public String getFileCachePath()
public Integer getHashInt()
public PlaceNameService getPlaceNameService()
public double getPriority()
public URL getRequestURL() throws MalformedURLException
MalformedURLException
public Sector getSector()
public long getSizeInBytes()
Cacheable
getSizeInBytes
in interface Cacheable
Cacheable
object's size in bytesprotected boolean isTileInMemoryWithData()
public void setDataChunk(PlaceNameLayer.PlaceNameChunk chunk)
public void setPriority(double priority)