Package org.opengis.style

Examples of org.opengis.style.GraphicLegend


                    Feature sample = getSampleFeatureForRule(layer,
                            sampleFeature, applicableRules[i]);
                   
                    FilterFactory ff = CommonFactoryFinder.getFilterFactory();
                    final Symbolizer[] symbolizers = applicableRules[i].getSymbolizers();
                    final GraphicLegend legend = applicableRules[i].getLegend();
                   
                    // If this rule has a legend graphic defined in the SLD, use it
                    if (legend != null) {
                        if (this.samplePoint == null) {
                            Coordinate coord = new Coordinate(w / 2, h / 2);
View Full Code Here

TOP

Related Classes of org.opengis.style.GraphicLegend

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.