Package org.mapfish.print.utils

Examples of org.mapfish.print.utils.PJsonObject


    }

    public File generateThumbnail(String jsonConfig, Integer rotationAngle)
            throws IOException, DocumentException {

        PJsonObject specJson = MapPrinter.parseSpec(jsonConfig);
        if (Log.isDebugEnabled(LOGGER_NAME)) {
            Log.debug(LOGGER_NAME, "Generating thumbnail from config: " +
                jsonConfig);
        }
        final OutputFormat outputFormat =
View Full Code Here

TOP

Related Classes of org.mapfish.print.utils.PJsonObject

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.