public class Graticule extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Graticule.TextGlyph |
| Modifier and Type | Method and Description |
|---|---|
static Graticule |
create(RasterDataNode raster,
boolean autoDeterminingSteps,
int gridCellSize,
float latMajorStep,
float lonMajorStep)
Creates a graticule for the given product.
|
GeneralPath[] |
getLinePaths() |
Graticule.TextGlyph[] |
getTextGlyphs() |
public GeneralPath[] getLinePaths()
public Graticule.TextGlyph[] getTextGlyphs()
public static Graticule create(RasterDataNode raster, boolean autoDeterminingSteps, int gridCellSize, float latMajorStep, float lonMajorStep)
raster - the productautoDeterminingSteps - if true, gridCellSize is used to compute latMajorStep, lonMajorStep for the given productgridCellSize - the grid cell size in pixels, ignored if autoDeterminingSteps if falselatMajorStep - the grid cell size in meridional direction, ignored if autoDeterminingSteps if truelonMajorStep - the grid cell size in parallel direction, ignored if autoDeterminingSteps if trueCopyright © 2014–2015 European Space Agency (ESA). All rights reserved.