Package org.geotools.renderer.style.RandomFillBuilder

Examples of org.geotools.renderer.style.RandomFillBuilder.PositionRandomizer


        if(icon == null && shape == null) {
            return null;
        }
   
        // grab the major vendor options
        PositionRandomizer randomizer = (PositionRandomizer) voParser.getEnumOption(symbolizer, "random", PositionRandomizer.NONE);
       
        BufferedImage image;
        if(randomizer != null && randomizer != PositionRandomizer.NONE) {
            // we pass the mark instead of turning it into an image as an attempt to get
            // a higher quality result, if we turn it into an image and then start moving/rotating
View Full Code Here

TOP

Related Classes of org.geotools.renderer.style.RandomFillBuilder.PositionRandomizer

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.