public class FeatureOverlay extends Object implements TileProvider
NO_TILE| Constructor and Description |
|---|
FeatureOverlay(FeatureTiles featureTiles)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
FeatureTiles |
getFeatureTiles()
Get the feature tiles
|
Integer |
getMaxZoom()
Get the max zoom
|
Integer |
getMinZoom()
Get the min zoom
|
Tile |
getTile(int x,
int y,
int zoom) |
BoundingBox |
getWebMercatorBoundingBox()
Get the web mercator bounding box
|
void |
setBoundingBox(BoundingBox boundingBox,
Projection projection)
Set the bounding box, provided as the indicated projection
|
void |
setMaxZoom(Integer maxZoom)
Set the max zoom
|
void |
setMinZoom(Integer minZoom)
Set the min zoom
|
public FeatureOverlay(FeatureTiles featureTiles)
featureTiles - public FeatureTiles getFeatureTiles()
public Integer getMinZoom()
public void setMinZoom(Integer minZoom)
minZoom - public Integer getMaxZoom()
public void setMaxZoom(Integer maxZoom)
maxZoom - public void setBoundingBox(BoundingBox boundingBox, Projection projection)
boundingBox - projection - public BoundingBox getWebMercatorBoundingBox()
public Tile getTile(int x, int y, int zoom)
getTile in interface TileProvider