Package it.geosolutions.geobatch.geotiff.retile

Examples of it.geosolutions.geobatch.geotiff.retile.GeotiffRetilerAction


    if (LOGGER.isDebugEnabled()) {
      LOGGER.info("Retiling parameters : [reTilerCfg = "+retilerConfig+"]");
    }
//    retilerConfig.setWorkingDirectory(context);

        GeotiffRetilerAction retiler = new GeotiffRetilerAction(retilerConfig);
        retiler.setTempDir(tempDir);

    //listenerForwarder.setTask("starting retiler");
        File outFile = SingleFileActionExecutor.execute(retiler, tiffFile);

    if (LOGGER.isInfoEnabled()) {
View Full Code Here

TOP

Related Classes of it.geosolutions.geobatch.geotiff.retile.GeotiffRetilerAction

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.