Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
mercator-image
0.0.2
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
D
G
M
S
T
D
de.topobyte.mercator.image
- package de.topobyte.mercator.image
G
getDefiningBoundingBox()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
Get the bounding box that was used to create this image.
getHeight()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getImageSx()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
The image shows a part of the whole world, which is projected onto a Mercator square whose size can be obtained using
getWorldSize()
.
getImageSy()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
The image shows a part of the whole world, which is projected onto a Mercator square whose size can be obtained using
getWorldSize()
.
getLat1()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getLat1()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
getLat2()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getLat2()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
getLon1()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getLon1()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
getLon2()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getLon2()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
getTileHeight()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
Get the height of the tile
getTileWidth()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
Get the width of the tile
getTileX()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
getTileY()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
getTileZoom()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
getVisibleBoundingBox()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
Get the bounding box that is really visible on the image.
getWidth()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getWorldSize()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
The image shows a part of the whole world which is projected onto a Mercator square, whose size can be obtained using this method.
getX(double)
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getX(double)
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
getY(double)
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getY(double)
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
M
MercatorImage
- Class in
de.topobyte.mercator.image
An image that shows a part of the world using Mercator projection.
MercatorImage(BBox, int, int)
- Constructor for class de
.topobyte
.mercator
.image
.
MercatorImage
Create a new MercatorImage with the given size and positional information.
MercatorImage(double, double, double, double, int, int)
- Constructor for class de
.topobyte
.mercator
.image
.
MercatorImage
Create a new MercatorImage with the given size and positional information.
MercatorTileImage
- Class in
de.topobyte.mercator.image
An image tile that shows a part of the world using Mercator projection.
MercatorTileImage(int, int, int)
- Constructor for class de
.topobyte
.mercator
.image
.
MercatorTileImage
Create a tile defined by zoom, x and y and a default size of 256x256 pixels.
MercatorTileImage(int, int, int, int, int)
- Constructor for class de
.topobyte
.mercator
.image
.
MercatorTileImage
Create a tile defined by zoom, x and y with a user defined width and height.
S
setTileX(int)
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
Set the x coordinate.
setTileY(int)
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
Set the y coordinate.
setTileZoom(int)
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
Set zoom level to tileZoom.
T
toString()
- Method in class de
.topobyte
.mercator
.image
.
MercatorTileImage
D
G
M
S
T