- Author
- Anders Henja result[k] = {"id":a.id, "xsize":a.xsize, "ysize":a.ysize, "xscale":a.xscale, "yscale":a.yscale, "extent":a.extent, "pcs":a.projection.definition}
◆ AreaInformation()
eu.baltrad.beast.pgf.AreaInformation.AreaInformation |
( |
String | id | ) |
|
|
inline |
◆ getExtent()
double[] eu.baltrad.beast.pgf.AreaInformation.getExtent |
( |
| ) |
|
|
inline |
- Returns
- the extent, consists of 4 doubles
◆ getId()
String eu.baltrad.beast.pgf.AreaInformation.getId |
( |
| ) |
|
|
inline |
◆ getPcs()
String eu.baltrad.beast.pgf.AreaInformation.getPcs |
( |
| ) |
|
|
inline |
- Returns
- the projection definition in PROJ.4 style
◆ getXscale()
double eu.baltrad.beast.pgf.AreaInformation.getXscale |
( |
| ) |
|
|
inline |
◆ getXsize()
int eu.baltrad.beast.pgf.AreaInformation.getXsize |
( |
| ) |
|
|
inline |
- Returns
- the xsize of the area
◆ getYscale()
double eu.baltrad.beast.pgf.AreaInformation.getYscale |
( |
| ) |
|
|
inline |
◆ getYsize()
int eu.baltrad.beast.pgf.AreaInformation.getYsize |
( |
| ) |
|
|
inline |
- Returns
- the ysize of the area
◆ setExtent()
void eu.baltrad.beast.pgf.AreaInformation.setExtent |
( |
double | extent[] | ) |
|
|
inline |
- Parameters
-
extent | the extent, consists of 4 doubles |
◆ setPcs()
void eu.baltrad.beast.pgf.AreaInformation.setPcs |
( |
String | pcs | ) |
|
|
inline |
- Parameters
-
pcs | the projection definition in PROJ.4 style |
◆ setXscale()
void eu.baltrad.beast.pgf.AreaInformation.setXscale |
( |
double | xscale | ) |
|
|
inline |
◆ setXsize()
void eu.baltrad.beast.pgf.AreaInformation.setXsize |
( |
int | xsize | ) |
|
|
inline |
- Parameters
-
xsize | the xsize of the area |
◆ setYscale()
void eu.baltrad.beast.pgf.AreaInformation.setYscale |
( |
double | yscale | ) |
|
|
inline |
◆ setYsize()
void eu.baltrad.beast.pgf.AreaInformation.setYsize |
( |
int | ysize | ) |
|
|
inline |
- Parameters
-
ysize | the ysize of the area |
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/pgf/AreaInformation.java