public class FeatureOverlay
extends java.lang.Object
| Constructor and Description |
|---|
FeatureOverlay(FeatureTiles featureTiles)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
FeatureTiles |
getFeatureTiles()
Get the feature tiles
|
java.lang.Integer |
getMaxZoom()
Get the max zoom
|
java.lang.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(java.lang.Integer maxZoom)
Set the max zoom
|
void |
setMinZoom(java.lang.Integer minZoom)
Set the min zoom
|
public FeatureOverlay(FeatureTiles featureTiles)
featureTiles - public FeatureTiles getFeatureTiles()
public java.lang.Integer getMinZoom()
public void setMinZoom(java.lang.Integer minZoom)
minZoom - public java.lang.Integer getMaxZoom()
public void setMaxZoom(java.lang.Integer maxZoom)
maxZoom - public void setBoundingBox(BoundingBox boundingBox,
Projection projection)
boundingBox - projection - public BoundingBox getWebMercatorBoundingBox()
public Tile getTile(int x,
int y,
int zoom)