Package org.geoserver.wms.legendgraphic.Cell

Examples of org.geoserver.wms.legendgraphic.Cell.SingleColorMapEntryLegendBuilder


            //NOTE for using the unit and digits values, the field "alternativeColorMapEntryBuilder" must be set to
            //TRUE with the method "setalternativeColorMapEntryBuilder()"
            //
            switch (colorMapType) {
            case UNIQUE_VALUES:
                element = new SingleColorMapEntryLegendBuilder(
                        Arrays.asList(cEntry), hAlign, vAlign, backgroundColor, 1.0,
                        grayChannelName, requestedDimension, labelFont, labelFontColor, extended,
                        borderColor, unit, digits, alternativeColorMapEntryBuilder);
                break;
            case RAMP:
View Full Code Here

TOP

Related Classes of org.geoserver.wms.legendgraphic.Cell.SingleColorMapEntryLegendBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.