Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
mercator-image
0.0.1
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
D
G
M
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
getLat2()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getLon1()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
getLon2()
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
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
getY(double)
- Method in class de
.topobyte
.mercator
.image
.
MercatorImage
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.
D
G
M