public class WMSTile extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clearObjects() |
double[] |
getBbox() |
boolean |
getCached() |
String |
getColourmode() |
List<Integer> |
getColours() |
List<int[]> |
getCounts() |
long |
getCreated() |
long |
getLastUse() |
List<float[]> |
getPoints() |
String |
getQuery() |
long |
getSize() |
boolean |
isCacheable() |
void |
setBbox(double[] bbox) |
void |
setCached(boolean cached) |
void |
setColourmode(String colourmode) |
void |
setColours(List<Integer> colours) |
void |
setCounts(List<int[]> counts) |
void |
setCreated(long created) |
void |
setLastUse(long lastUse) |
void |
setPoints(List<float[]> points) |
void |
setQuery(String query) |
void |
setSize(long size) |
static long |
sizeOf(int numberOfPoints,
boolean hasCounts)
get approximate size in bytes for a WMSTile.
|
void |
updateSize() |
public String getQuery()
public void setQuery(String query)
public String getColourmode()
public void setColourmode(String colourmode)
public List<float[]> getPoints()
public void setPoints(List<float[]> points)
public double[] getBbox()
public void setBbox(double[] bbox)
public long getSize()
public void setSize(long size)
public boolean isCacheable()
public void clearObjects()
public List<int[]> getCounts()
public void setCounts(List<int[]> counts)
public void setCached(boolean cached)
public boolean getCached()
public void updateSize()
public static long sizeOf(int numberOfPoints,
boolean hasCounts)
numberOfPoints - hasCounts - true if points counts are to be stored.public void setLastUse(long lastUse)
public long getLastUse()
public void setCreated(long created)
public long getCreated()
Copyright © 2014. All rights reserved.