Package it.geosolutions.geobatch.imagemosaic

Examples of it.geosolutions.geobatch.imagemosaic.ImageMosaicAction


        imageMosaicConfiguration.setLatLonMaxBoundingBoxY(bbox[3]);
        imageMosaicConfiguration.setDatastorePropertiesPath(datastorePath);
        imageMosaicConfiguration.setTimeRegex(NameUtils.TIME_REGEX);
        if(LOGGER.isInfoEnabled()){LOGGER.info("Time_Regex used is: " + NameUtils.TIME_REGEX);}
       
        ImageMosaicAction imageMosaicAction = new ImageMosaicAction(imageMosaicConfiguration);
        imageMosaicAction.setTempDir(tempDir);
        imageMosaicAction.setConfigDir(configDir);
        SingleFileActionExecutor.execute(imageMosaicAction, commandFile);
    }
View Full Code Here

TOP

Related Classes of it.geosolutions.geobatch.imagemosaic.ImageMosaicAction

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.