public class WmsGetLegendGraphicUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_SAMPLE_HEIGHT |
static int |
DEFAULT_SAMPLE_WIDTH |
Constructor and Description |
---|
WmsGetLegendGraphicUtil() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getLegend(LayerInfo layerInfo) |
static void |
getLegend(LayerInfo layerInfo,
java.io.OutputStream os) |
static java.awt.Dimension |
getLegendSize(LayerInfo layerInfo) |
public static final int DEFAULT_SAMPLE_WIDTH
public static final int DEFAULT_SAMPLE_HEIGHT
public static void getLegend(LayerInfo layerInfo, java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public static byte[] getLegend(LayerInfo layerInfo) throws java.io.IOException
java.io.IOException
public static java.awt.Dimension getLegendSize(LayerInfo layerInfo)