Package it.geosolutions.geobatch.unredd.script.reprocess

Examples of it.geosolutions.geobatch.unredd.script.reprocess.ReprocessAction


    protected ReprocessAction builReprocessAction() {
        reprocessCfg = new ReprocessConfiguration("id","name","description");
        reprocessCfg.setGeoStoreConfig(geoStoreConfig);

        ReprocessAction a  = new ReprocessAction(reprocessCfg);
        a.setTempDir(getTempDir());
        a.setConfigDir(getConfigDir());
        return a;
    }
View Full Code Here

TOP

Related Classes of it.geosolutions.geobatch.unredd.script.reprocess.ReprocessAction

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.