| org.vfny.geoserver.testdata.AbstractCiteDataTest org.vfny.geoserver.wms.responses.DefaultRasterLegendProducerTest
DefaultRasterLegendProducerTest | public class DefaultRasterLegendProducerTest extends AbstractCiteDataTest (Code) | | Tets the functioning of the abstract legend producer for raster formats,
which relies on Geotools' StyledShapePainter.
author: Gabriel Roldan, Axios Engineering version: $Id: DefaultRasterLegendProducerTest.java 7746 2007-11-13 15:38:35Z aaime $ |
Method Summary | |
public static void | main(String[] args) | public void | setUp() | public void | tearDown() | public void | testUserSpecifiedRule() Tests that a legend is produced for the explicitly specified rule, when
the FeatureTypeStyle has more than one rule, and one of them is
requested by the RULE parameter. |
main | public static void main(String[] args)(Code) | | DOCUMENT ME!
Parameters: args - DOCUMENT ME! |
testUserSpecifiedRule | public void testUserSpecifiedRule() throws Exception(Code) | | Tests that a legend is produced for the explicitly specified rule, when
the FeatureTypeStyle has more than one rule, and one of them is
requested by the RULE parameter.
throws: Exception - DOCUMENT ME! |
|
|