public class MapGeneratorUtils extends Object
Constructor and Description |
---|
MapGeneratorUtils() |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
createMapImage(String outputFormat,
String bbox,
String width,
String height,
String[] geoservers,
String[] layers,
String[] styles,
String[] opacities,
String[] cqlfilters,
String[] gsrefs) |
static String |
getOutputExtension(String outputFormat) |
static void |
main(String[] args) |
static BufferedImage |
toRGB(BufferedImage image) |
public static BufferedImage createMapImage(String outputFormat, String bbox, String width, String height, String[] geoservers, String[] layers, String[] styles, String[] opacities, String[] cqlfilters, String[] gsrefs) throws IOException
layers
- IOException
public static BufferedImage toRGB(BufferedImage image)
public static void main(String[] args)
Copyright © 2014. All Rights Reserved.