| Package | Description |
|---|---|
| nl.b3p.imagetool |
| Modifier and Type | Method and Description |
|---|---|
Bbox |
ImageBbox.getBbox() |
Bbox |
CombineStaticImageUrl.getBbox() |
Bbox |
CombineImageSettings.getBbox() |
Bbox |
CombineWmsUrl.getBboxFromUrl()
Gets the bbox from the url in the CombineImageUrl
|
Bbox |
CombineImageSettings.getBboxFromUrls()
Gets the bbox from a url
|
Bbox |
CombineImageSettings.getCalculatedBbox()
Corrects the BBOX to the ratio of the height / width.
|
Bbox |
CombineTileImageUrl.getServiceBbox() |
| Modifier and Type | Method and Description |
|---|---|
static Shape |
ImageTool.createImage(com.vividsolutions.jts.geom.Geometry geometrie,
int bboxSrid,
Bbox bbox,
int width,
int height) |
CombineStaticImageUrl |
CombineTileImageUrl.createTile(ImageBbox imageBbox,
Bbox tileBbox,
int indexX,
int indexY,
int zoomlevel)
create the tile
|
protected String |
CombineWmscUrl.createUrl(ImageBbox imageBbox,
Bbox tileBbox,
int indexX,
int indexY,
int zoomlevel) |
protected String |
CombineTMSUrl.createUrl(ImageBbox imageBbox,
Bbox tileBbox,
int indexX,
int indexY,
int zoomlevel) |
protected abstract String |
CombineTileImageUrl.createUrl(ImageBbox imageBbox,
Bbox tileBbox,
int indexX,
int indexY,
int zoomlevel) |
static BufferedImage |
ImageTool.drawGeometries(BufferedImage bi,
CombineImageSettings settings,
int srid,
Bbox bbox,
int width,
int height) |
void |
ImageBbox.setBbox(Bbox bbox) |
void |
CombineStaticImageUrl.setBbox(Bbox bbox) |
void |
CombineTileImageUrl.setServiceBbox(Bbox bbox) |
static Point |
ImageTool.transformToScreen(Point source,
int bboxSrid,
Bbox bbox,
int width,
int height) |
| Constructor and Description |
|---|
Bbox(Bbox b) |
Copyright © 2016. All rights reserved.